Skip to content

Instantly share code, notes, and snippets.

@csabapalfi
Last active July 19, 2018 23:22
Show Gist options
  • Save csabapalfi/fb67f7742192ee0d1d24654f79feef90 to your computer and use it in GitHub Desktop.
Save csabapalfi/fb67f7742192ee0d1d24654f79feef90 to your computer and use it in GitHub Desktop.
TLS performance

TLS performance

Verify OCSP stapling

echo END | \
openssl s_client -servername www.homeaway.com -connect www.homeaway.com:443 -status 2> /dev/null | \
grep -A 17 'OCSP response:' | grep -B 17 'Next Update'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment