FW: OpenSSL and Outlook (2000)

2004-09-21 Thread James Miller
> As far as I see in msdn, the code > > 0x800b010f > > seems to indicate that the common name in the server cert is not > identical to the hostname > > > I'd recommen to have something like the folloiung in your config file > for your server > > extensions = x509v3 > [ x509v3 ] > subjectAl

OpenSSL and Outlook (2000)

2004-09-20 Thread James Miller
Hello everyone, I'm having a tuff time with Outlook 2000 and openssl. Here's my situation: I have cyrus-imapd 2.2.8 w/TLS enabled. Basically I've created my CA: openssl req -new -x509 -keyout private/cakey.pem -out cacert.pem -days 3650 -config ./openssl.cnf Then created my imap server cert/key