Skip to content

Instantly share code, notes, and snippets.

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 jeffreyschultz/ac48f04b4b3a9097197674ccc83b0852 to your computer and use it in GitHub Desktop.
Save jeffreyschultz/ac48f04b4b3a9097197674ccc83b0852 to your computer and use it in GitHub Desktop.
OpenSSL s_connect with certificate and ca
openssl s_client -connect localhost:8443 -cert jtt-ui.pem -key jtt-ui.key -state -debug -tls1_2 -CAfile ca_certificate.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment