Created
September 5, 2018 04:48
-
-
Save mobilemind/a3aab64099f35995ff4245f591dd1c9e to your computer and use it in GitHub Desktop.
quickly check headers & TLS negotiation using curl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
curl -sv --connect-timeout 15 --head -i 'https://www.google.com' > /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment