我知道我可以像这样用OpenSSL打印一个站点的证书:
openssl s_client -showcerts -connect sni.velox.ch:443
但是在一些网站上,因为他们依赖于SNI,所以不起作用。
有没有办法通过openssl发送SNI请求?
openssl s_client -showcerts -connect example.com:443 -servername example.com