Re: please help with openssl + imap.

1999-07-16 Thread John Fulmer
Try the following URL. It works for me with all versions of stunnel... http://www.dtcc.edu/cs/admin/notes/ssl/ On Thu, 15 Jul 1999, John Castillo wrote: > Hello All, > > Argghh.. where did my hair go! > > I have been trying to configure SSL for use with my current imap server (Cyrus). I >

Re: please help with openssl + imap.

1999-07-15 Thread Michael Stroeder
> John Castillo wrote: > built SSLeay0.8.1b Why are you're using this old version. Upgrade to latest OpenSSL release from http://www.openssl.org/ . > Jul 15 17:45:20 phoenix stunnel[12524]: Wrong permissions on > /usr/local/ssl/certs/stunnel.pem Since the file stunnel.pem contains a private ke

Re: please help with openssl + imap.

1999-07-15 Thread Michal Trojnara
John, Looks like you use the old certificate (stunnel.pem) with the new stunnel. The DH errors mean you won't be able to use DH algorithm for key exchange. RSA will work for you, anyway. Solution: Do "make cert" and install the new certificate. About permissions: Certificate should be only r