Skip to content

Instantly share code, notes, and snippets.

@mobilemind
Created September 5, 2018 04:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mobilemind/a3aab64099f35995ff4245f591dd1c9e to your computer and use it in GitHub Desktop.
Save mobilemind/a3aab64099f35995ff4245f591dd1c9e to your computer and use it in GitHub Desktop.
quickly check headers & TLS negotiation using curl
#!/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