Skip to content

Instantly share code, notes, and snippets.

@Fleshgrinder
Last active December 26, 2015 01:49
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 Fleshgrinder/7073670 to your computer and use it in GitHub Desktop.
Save Fleshgrinder/7073670 to your computer and use it in GitHub Desktop.
Validate OCSP Stapling

One can use OpenSSL’s c_client to validate that OCSP Stapling is working.

openssl s_client -connect 127.0.0.1:443 -tls1 -tlsextdebug -status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment