curl
SNIな証明書の期限などを確認する
resolveオプションを使うと良い
code:sh
curl -vvvv --resolve example.com:443:127.0.0.1 https://example.com/ >/dev/null