diff options
Diffstat (limited to 'httpstest')
-rwxr-xr-x | httpstest | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httpstest b/httpstest new file mode 100755 index 0000000..e4fb0da --- /dev/null +++ b/httpstest @@ -0,0 +1,5 @@ +#!/bin/bash + +# usage: httpstest <domain> + +openssl s_client -servername $1 -connect $1:443 </dev/null |