Monday, November 3, 2008
OpenSSL CLI
I like to telnet into ports and speak the protocol a little to make sure a server is doing what it's supposed to do. This gives you more information than just configuring a client with that you would like it to use. When testing ports secured with SSL you can still do this with the OpenSSL Command Line tools.
Subscribe to:
Post Comments (Atom)
1 comment:
openssl s_client -connect remote.host:443
Post a Comment