> > openssl s_client -showcerts -state -quiet -status -connect localhost:465
> SSL_connect:before/connect initialization
> SSL_connect:SSLv2/v3 write client hello A
> SSL_connect:error in SSLv2/v3 read server hello A
> 3075593864:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown
> protocol:s23_clnt.c:683:
> # no errors at all in the mail log

All looks well.  Adding -starttls smtp gives me real output.  Either way your 
conversion method worked fine to get rid of the RSA error.

openssl s_client -connect 127.0.0.1:465  -starttls smtp


Reply via email to