Openssl

From Federal Burro of Information
Revision as of 01:01, 12 January 2009 by David (talk | contribs)
Jump to navigationJump to search

connect to ssl at the command line:

https:

openssl s_client -connect server:443

smtp tls:

openssl s_client -connect server:25 -starttls smtp

more here: http://www.madboa.com/geek/openssl/