Quote From : peopleinside January 21, 2016, 9:30 am Update: The issue of supported SSL3 seems now to be relative to the EXIM.
added on exim.conf this line:
PHP Code tls_require_ciphers = TLS
This solve the SSL 3 security issue, now my server never support SSL3 so you have issue on Exim.
This solve the SSL 3 issue but make email not working, infact I AM tring to send email and I AM unable to send email from the smartphone and from Thunderbird.
So the issue still is an issue until all not work fine.
If I do the openssl test
openssl s_client domain.ext:465 i see Timout 300 sec verify return code 21 unable to verify the first certificate , I don't know if is for this I still have issue on send email but maybe is not only this.
Wait for a solution.
Now SSL 3 is disabled with
tls_require_ciphers = TLS
but no more possibile to send email from my PC or smarphone.
|