On Thu, Mar 28, 2002 at 09:55:30AM -0800, Gary Ferrer wrote: > Can anybody point me in the right direction regarding a problem I have? My > email client is OE, IMAP server is secure (compiled with openssl). The > client complains about the following every time it connects to the imap > server: > > "The server you are connected to is using a security certificate that > could not be verified" 0x800b0109. > > It appears that Windows can import certificates via a certificate manager > wizard. It needs certs in the format of .pfx, .p7b or .sst. Are there any > tools available to convert my cert into one of those formats?
I am not sure how old your windows version is. Typically it should be sufficient to import the CA certificate. Windows, stupid as it uses to be, relies on file extensions. Take the CA certificate (in DER format), change the extension to be ".cer". Should work this way. At least most of the time... If your certificate is in PEM (ASCII armored), use openssl x509 -in CAcert.pem -out CAcert.cer -outform DER Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] http://www.aet.TU-Cottbus.DE/personen/jaenicke/ BTU Cottbus, Allgemeine Elektrotechnik Universitaetsplatz 3-4, D-03044 Cottbus ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]