Advertisement
fplanzer

ssl error handshake sending to cpanel

Jul 25th, 2018
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. Try updating the "SSL/TLS Cipher Suite List" and "Options for OpenSSL" values under the "Security" tab in "WHM Home » Service Configuration » Exim Configuration Manager » Basic Editor" to match the following to see if it allows sending to work for clients that don't support the updated requirements:
  2.  
  3. For "SSL/TLS Cipher Suite List":
  4.  
  5. Code:
  6.  
  7. 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
  8.  
  9. For "Options for OpenSSL":
  10.  
  11. Code:
  12.  
  13. +no_sslv2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement