Skip to content

Instantly share code, notes, and snippets.

@amagee
Created January 18, 2017 02:55
Show Gist options
  • Save amagee/52a29a2da2421fb570c974d1ea020ae4 to your computer and use it in GitHub Desktop.
Save amagee/52a29a2da2421fb570c974d1ea020ae4 to your computer and use it in GitHub Desktop.
# Http:
telnet localhost 80
GET / HTTP/1.1
HOST: gist.github.com
# Https:
openssl s_client -connect localhost 443
GET / HTTP/1.1
HOST: gist.github.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment