opensslコマンド

http over sslを確認

  • openssl s_client -host www.aaa.com -port 443


POP3 over SSLを確認

  • openssl s_client -host pop.gmail.com -port 995

SMTP over SSLを確認