Re: TLS error

2003-01-28 Thread Steve Huston
On Tue, 28 Jan 2003, Paul Christie wrote: > imap 2.0.17, openssl 0.9.6d > Clients (Pine, Mulberry) connecting using STARTTLS generate messages like > the one below. So it looks as though the server is looking for local > certificates. SSL connections cause no such error message. > All seems to wo

Re: TLS error

2003-01-28 Thread Ken Murchison
Paul Christie wrote: > > imap 2.0.17, openssl 0.9.6d > > Clients (Pine, Mulberry) connecting using STARTTLS generate messages like > the one below. So it looks as though the server is looking for local > certificates. SSL connections cause no such error message. > > All seems to work but I wou

RE: TLS error? cyrus-imapd-2.1.4

2002-05-15 Thread Scott M Likens
Actually the proper way is this, Quite good url on how to be your Own CA http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/doc/myownca.html Look it up, modify it so you dont use des based pem's... See mine is like this (imapd.conf) tls_cert_file: /var/imap/cert.pem tl

RE: TLS error? cyrus-imapd-2.1.4

2002-05-15 Thread Jeff Bert
> If you look in the Archive thru whatever web mailing list you wish, there > was someone who had mentioned using openssl how to create the CA, > the key, > and cert. > > Look it up, it'd be worth your time. > No thanks, I wasn't asking for a HOWTO but for others' experiences. I had already read

Re: TLS error? cyrus-imapd-2.1.4

2002-05-14 Thread Scott M Likens
If you look in the Archive thru whatever web mailing list you wish, there was someone who had mentioned using openssl how to create the CA, the key, and cert. Look it up, it'd be worth your time. --On Tuesday, May 14, 2002 7:33 PM -0700 jeff bert <[EMAIL PROTECTED]> wrote: > I've gotten cyru

TLS error? cyrus-imapd-2.1.4

2002-05-14 Thread jeff bert
I've gotten cyrus-imapd-2.1.4 working with the unencrypted ports and have now moved to getting the secure ports working. I created a self-signed certificate using: [root@jabba imap]# openssl req -new -x509 -days 365 -nodes -config /usr/lib/ssl/openssl.cnf -out cyrus-imapd.pem -keyout cyrus-imapd