connect to an https server and get a page in the style of “telnet host 80″

Contributor Icon Contributed by Michilimackinac Date Icon January 13, 2004  
Tag Icon Tagged: OpenSSL

This is a useful command for making connections to https servers for monitoring or testing


openssl s_client -connect host:443 -state -debug
GET / HTTP/1.0

Previous recipe | Next recipe |
 
blog comments powered by Disqus