16 2月, 2022 hidemiu 0 コマンドラインでHTTPS[English] 以下のようにサーバに接続する。 openssl s_client -connect サーバ:443 以降は通常のHTTP接続できているので、GET等を発行する。 SNIで稼働しているWEBサーバの場合、以下のように指定する。 openssl s_client -connect サーバ:443 -servername サーバ名