Hacker News new | past | comments | ask | show | jobs | submit login

> the ability to type commands to a web server over telnet as a learning experience will be a loss.

You can do this with openssl.

    openssl s_client -connect news.ycombinator.com:443
    GET / HTTP/1.1
    Host: news.ycombinator.com
Press enter twice and you'll get HTML.



There's also "socat", which is netcat with ssl support and it carries over its friendly command line.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: