Re: cannot telnet to port 993

2001-10-03 Thread Nathan Neulinger
openssl s_client -connect hostname:993 Will do what you need (presumably to test/debug). -- Nathan Nathan Neulinger EMail: [EMAIL PROTECTED] University of Missouri - Rolla Phone: (573) 341-4841 Computing

RE: cannot telnet to port 993

2001-10-03 Thread Steven Reddie
No, you can't telnet directly.  When a client connects, the SSL handshake is performed.  Telnet knows nothing about SSL.  Perhaps there is a telnet over SSL program out there.  Otherwise, I imagine that you could use stunnel for the SSL and telnet via it. -Original Message-From: