rustyx Asked: 2016-08-10 10:14:19 +0800 CST2016-08-10 10:14:19 +0800 CST 2016-08-10 10:14:19 +0800 CST 使用 openssl 从 https 获取 SNI 证书 [重复] 772 我知道我可以像这样使用 OpenSSL 打印出站点的证书: openssl s_client -showcerts -connect sni.velox.ch:443 但是在某些站点上它不起作用,因为它们依赖于 SNI。 有没有办法通过 openssl 发送 SNI 请求? openssl sni 1 个回答 Voted Best Answer Anubioz 2016-08-10T10:16:44+08:002016-08-10T10:16:44+08:00 openssl s_client -showcerts -connect example.com:443 -servername example.com
1 个回答