On Thu, 15 Mar 2001, you wrote:
> On Thu, Mar 15, 2001 at 12:54:47PM -0500, Darrin Powell wrote:
> > I am trying to setup IMAP with SSL suport. I have installed the latest
> > verion of IMAP and Openssl on my linux 7.0 box. I can connect via IMAP
> > using netscape without SSL and it works fine when I try it with SSL it cannot
> > find the server. I followed the procedures for the certifiactes, but I am not
> > sure if it worked. Any sugestions?
>
> Please check out all steps you made again. The error message you give
> does not indicate that your problem is related to certificates.
> - You should have a normal IMAP server on port 143. Telnet to port 143
> and you should see
> host 24: telnet localhost 143
> Trying...
> Connected to ...
> Escape character is '^]'.
> * OK [CAPABILITY IMAP4 IMAP4REV1 STARTTLS LOGIN-REFERRALS AUTH=LOGIN] localhost
> IMAP4rev1 2000.287 at Thu, 15 Mar 2001 21:26:57 +0100 (MET)
> - Due to the SSL support, you should now have another IMAP server wrapped
> with SSL on port 993. Use "openssl s_client" to connect to port 993.
> Once the handshake is finished, you should see the same line.
> - If you don't have success with the second step, check that you have
> installed an according entry in /etc/inetd.conf and that you have
> called "inetd -c" or sent the appropriate signal to inetd to re-read
> its configuration file.
> - Have a look into your logfiles.
>
> Best regards,
> Lutz
> --
> Lutz Jaenicke [EMAIL PROTECTED]
> BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/
> Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129
> Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153
> ______________________________________________________________________
> OpenSSL Project http://www.openssl.org
> User Support Mailing List [EMAIL PROTECTED]
> Automated List Manager [EMAIL PROTECTED]
Lutz
Hi thanks for your help. This is my response to telnet to port 143. My 993
port is listening, but still will not allow a connection?
-- [root@powell apps]# telnet mail.uiop.net
143 Trying 192.168.2.49...
Connected to powell (192.168.2.49).
Escape character is '^]'.
* OK powell IMAP4rev1 v12.264 server ready
* BYE Autologout; idle for too long
Connection closed by foreign host.
This is the output if I try to telnet to 993
[root@powell apps]# telnet mail.uiop.net 993
Trying 192.168.2.49...
Connected to powell (192.168.2.49).
Escape character is '^]'.
Connection closed by foreign host.
What do I need to change in my /etc/inetd.conf file? Also this is my output
from trying to get a certificate
[root@powell /root]# /usr/bin/openssl x509 -req -days 999 -in
/openssl-0.9.6/apps/cert.csr -signkey /op
enssl-0.9.6/apps/ -out /openssl-0.9.6/apps/test.crt
Signature ok
subject=/C=US/ST=North [EMAIL PROTECTED]
Getting Private key
unable to load Private Key
Thanks again in advance
Darrin
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]