Telnet SSL Posted on 2 December 2009 by Nicolas 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 !