If you want to test a SSL connexion (like “telnet <host> 80”), you can use this command :
openssl s_client -connect <host_ssl>:443
Thanx to skanx !
If you want to test a SSL connexion (like “telnet <host> 80”), you can use this command :
openssl s_client -connect <host_ssl>:443
Thanx to skanx !