chirs charter wrote:
> 
> HEllo,
> I uncomented the imaps entry in /etc/cyrus.conf. Now
> if I telnet to localhost on port 993 I am prompted to
> enter a PEM pass phrase. Somethings seems
> misconfiugred no? If I enter the PEM passphrase for
> the server's cert it fails. I know something is wrong
> here I am just unsure what. If you could give me some
> feedback I would greatly appreciate it. Thanks. Here
> is the transcript:
> 
> Ccatfish# telnet localhost 993
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> Enter PEM pass phrase:XXXXXX
> 
> * BYE Fatal error: tls_init() failed
> Connection closed by foreign host.
> 
> Confused.

Whether or not you have a passphrase, you can't telnet to a SSL wrapped
service port and expect to see anything.  You have to use something like
'openssl s_client -connect localhost:993'

Ken
-- 
Kenneth Murchison     Oceana Matrix Ltd.
Software Engineer     21 Princeton Place
716-662-8973 x26      Orchard Park, NY 14127
--PGP Public Key--    http://www.oceana.com/~ken/ksm.pgp

Reply via email to