Hi,

I am unable to connect to the Gmail IMAP server with the OpenSSL s_client. I've
tried the following commands and both of them give me a handshake failure.

    openssl s_client -connect imap.gmail.com:993

    openssl s_client -CAfile /etc/ssl/certs/Equifax_Secure_CA.pem \
        -connect imap.gmail.com:imaps

Debug output (from the second command): http://pastebin.com/raw.php?i=BJumtDHV

Initially I had thought that some kind of firewall in my network was interfering
with my connection, but a local install of OpenSSL version 0.9.8l connects fine
without any problems. But every release after 0.9.8l fails to connect. So I'm
suspecting that the problem is caused by something which changed between 0.9.8l
and 0.9.8m-beta1.

Debug output (from version 0.9.8l): http://pastebin.com/raw.php?i=U2y5vFZT

I've tried changing operating systems (on the same network) and nothing seems to
help. All of what I described started with not being able to use email clients
which use libssl with Gmail. All ideas would be greatly appreciated!
 
--
ckyh43
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to