Live data from Hacker News

The HTTP crash course nobody asked for

fasterthanli.me

1–10 of 149 posts

Re: The HTTP crash course nobody asked for

#5
post #3

If you're using OpenBSD nc already, just use nc -c for TLS.

Depending on your version of nc, -c is for sending CRLFs or executing sent data as commands. You might be looking for ncat instead.

In OpenBSD nc (as GP mentioned), -c is for a TLS connection: https://man.openbsd.org/nc.1
Post reply on HN