Monday, January 25, 2010

Command Line SSL

Finally found out how to connect to an SSL server over the command line:

openssl s_client -connect www.example.com:443

What a great netcat replacement!

No comments:

Post a Comment