Il mio server sendmail su CentOS 5 ha iniziato a rifiutare alcune connessioni con il seguente messaggio registrato:
error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure:s3_pkt.c:1092:SSL alert number 40
Quando provo a connettermi ad esso usando openssl dal server CentOS 6 ottengo il seguente errore:
$ openssl s_client -starttls smtp -crlf -connect hostname.example.net:smtp
(...)
error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small:s3_clnt.c:3331
(...)
Server Temp Key: DH, 512 bits
(...)
La posta sul server CentOS 6 viene temporaneamente rifiutata con Deferred: 403 4.7.0 TLS handshake failed
.
Cosa fare per poter inviare la posta dal server CentOS 6 / RHEL 6 al server CentOS6 / RHEL5?