2009-07-22
"Telnet" to HTTPS hosts
Fairly easy using openssl:
$ openssl s_client -connect localhost:443
And then issue your telnet commands as per usual...
$ openssl s_client -connect localhost:443
And then issue your telnet commands as per usual...