Last Updated: February 25, 2016
·
4.351K
· bertoltmeier

How to get detailed information about SSL connection?

Use openssl to connect to the server and get detailed output about failure or success of the SSL connection:

openssl s_client -connect www.server.de:443 -prexit -key certificates/key.pem -cert certificates/cert.crt -CAfile certificates/caroot.cer