summaryrefslogtreecommitdiffstats
path: root/httpstest
blob: e4fb0daa5281610998ec9ce8473a4be80e6ec1ea (plain)
1
2
3
4
5
#!/bin/bash

# usage: httpstest <domain>

openssl s_client -servername $1 -connect $1:443 </dev/null