Tuesday, July 25, 2006

debugging ssl

If you want to see the hello's/cert trading going on in an ssl connection, just to see that its getting that far, do the following:

openssl s_client -connect hostname.com:443 -debug

Also, there are other options for other types of checks. Just throw a bad argument in and you get a help message.

0 comments: