• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

140790E5:SSL routines:SSL23_WRITE:ssl handshake failure IMAP server problem

inado1

Basic Pleskian
Hi,

i have this error

error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:/SourceCache/OpenSSL098/OpenSSL098-47.1/src/ssl/s23_lib.c:182

Let me explain you the context. I have seen in my mail client a warning sign. i had a message saying problem with communicating with the IMAP server on SSL 993 port

I decided to connect to the IMAP server through SSH using:

openssl s_client -connect mywebsite.com:993

This is how i got the error. Strangely error, i don't have it when i login to my server & type openssl s_client -connect inad.me:993 it works.
I disabled iptables but it was not enough, the error still appears.

I personnally believe it is a user permission problem but i don't know which file permissions should be checked.

If anyone has an idea, it would be well appreciated.
 
i have found the source of the issue.

I use as client Apple Mail and i know from my experience this mail client uses lots of processes at the same time.

I looked into MAILLOG & i have found this error:
courier-imaps: Maximum connection limit reached for ::ffff:

i raised the value from MAXPERIP in /etc/courier-imap/imapd from 4 to 40.

I then reloaded the conf. for Imap processes

/etc/rc.d/init.d/courier-imapd restart

and

/etc/rc.d/init.d/courier-imaps restart
 
Back
Top