using command line to access web server.

[japanese(日本語)]

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