Skip to content

Instantly share code, notes, and snippets.

@markphilpot
Last active April 6, 2017 19:25
Show Gist options
  • Save markphilpot/5423669 to your computer and use it in GitHub Desktop.
Save markphilpot/5423669 to your computer and use it in GitHub Desktop.
detect ssl support on a server
openssl s_client -connect localhost:443 -ssl2
openssl s_client -connect localhost:443 -ssl3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment