Skip to main content

Email not working with ssl

Comments

3 comments

  • justjaph
    Same here. maillog logs "TLS handshaking: SSL_accept() failed: error:1408A0C1:SSL routines:ssl3_get_client_hello:no shared cipher, session=<.....................>" and exim_mainlog is full of (SSL_accept): error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol Running v68.0.16
    0
  • justjaph
    Apparently v68 disables some "weak" ciphers on the mail services, breaking some old email clients compatibility. Try enabling "Allow weak ciphers" in the Exim configuration and modify the cipher suite under "mailserver configuration" to : ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:!DSS Did the trick for me.
    0
  • cPanelMichael
    Hello, Check to see if the workaround on the following thread helps: Outlook 2016 Sending Email Fails After Cipher Suite Update Thank you.
    0

Please sign in to leave a comment.