https コマンドクライアント

opensslを使うと、telnet port 80 と同じようにHTTPのコマンドを入力できる。

$ openssl s_client -connect 192.168.1.1:443
....
SSLハンドシェイクなどを表示
....
GET / HTTP/1.1
Host: www.example.jp
[RETURN]