In order to test a HTTP connection and response you are probably already
familiar with telnet to do a HTTP GET request against port 80. However it’s not
possible to use the same technique for testing a webserver response on port 443
(SSL), as you can see below.
$ telnet