connect to an https server and get a page in the style of “telnet host 80″
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
openssl s_client -connect host:443 -state -debug
GET / HTTP/1.0