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'
Last active
July 19, 2018 23:22
-
-
Save csabapalfi/fb67f7742192ee0d1d24654f79feef90 to your computer and use it in GitHub Desktop.
TLS performance
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment