using command line to access web server.
using command line to access web server.
openssl s_client -connect SERVER:443
If the web server is SNI, you can use the command as follows
openssl s_client -connect SERVER:443 -servername SNIName
using command line to access web server.
openssl s_client -connect SERVER:443
If the web server is SNI, you can use the command as follows
openssl s_client -connect SERVER:443 -servername SNIName