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 Fetch an SNI certificate from https with openssl [duplicate] 772 I know I can print out a site's certificate with OpenSSL like this: openssl s_client -showcerts -connect sni.velox.ch:443 But on some sites it doesn't work because they rely on SNI. Is there a way to send an SNI request via openssl? openssl sni 1 Answers 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 Answers