2 Feb
2010
2 Feb
'10
2:12 p.m.
On Mon, 2010-02-01 at 17:47 +0100, Luca Corti wrote:
Evertithing seems fine but STARTTLS. Are any modifications needed in the master inet_listeners? SSL works.
Feb 1 17:42:12 test dovecot: imap-login: Disconnected (no auth attempts): rip=1.2.3.4, lip=5.6.7.8, TLS handshaking: SSL_accept() failed: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
Well, that sucks.. So if I use:
SSLv23_server_method() it'll accept SSLv2, SSLv3 and TLSv1 connections.
SSLv3_server_method() it won't accept TLSv1 connections.
TLSv1_server_method() it won't accept SSLv3 connections.
I guess I'll go back to SSLv23_server_method().