Skip to content

Instantly share code, notes, and snippets.

@sthorne
Last active February 28, 2016 22:19
Show Gist options
  • Save sthorne/bbfbbf251b96b027b5da to your computer and use it in GitHub Desktop.
Save sthorne/bbfbbf251b96b027b5da to your computer and use it in GitHub Desktop.
OpenSSL Connect to Server
# Regular Old HTTPS
openssl s_client -connect my-host:443 -state -debug
# HTTPS w/ SNI
openssl s_client -connect my-host:443 -state -debug -servername my-host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment