Skip to content

Instantly share code, notes, and snippets.

@jesusalber1
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesusalber1/66b168cad732487eecf2 to your computer and use it in GitHub Desktop.
Save jesusalber1/66b168cad732487eecf2 to your computer and use it in GitHub Desktop.
Useful OpenSSL commands
#Send HTTP commands in SSL connections (like telnet)
#Standard command
openssl s_client -connect www.google.com:443
# Handshake doesn't mind
openssl s_client -quiet -connect www.google.com:443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment