Establishing a TCP connection to a SSL secured remote service is not possible using telnet
or nc
.
Though, you can use openssl
for that:
openssl s_client -connect www.makandra.com:443
Posted by Thomas Eisenbarth to makandra dev (2013-03-19 13:07)