Skip to content

Instantly share code, notes, and snippets.

@azet
Last active August 29, 2015 14:00
Show Gist options
  • Save azet/93e1ce00144cf2f08634 to your computer and use it in GitHub Desktop.
Save azet/93e1ce00144cf2f08634 to your computer and use it in GitHub Desktop.
cli tls debugging server (state, debug of tls handshake and extensions, data and much more)
openssl s_server -state -debug -msg -tlsextdebug \
-accept ${port} -cipher ${suite} \
-serverpref -cert cert.pem \
-key key.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment