> From: owner-openssl-...@openssl.org On Behalf Of Michael Biener
> Sent: Tuesday, 16 November, 2010 09:12

> I'am loading a Directory to my SSL Client Context using 
> SSL_CTX_load_verify_locations.
> 
> I have Exported the root CAs from Thunderbird in Pem Format.

> SSL_get_verify_result everytime rsults Errorcode 20 
> (X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY)
> 
Did you set up hash links with c_rehash or equivalent?
(And with the same major version of OpenSSL? The hashes 
built and needed by 0.9.8 are different than 1.0.0.)

I believe on Windows, and perhaps some other non-Unix 
filesystems, it has to do copies instead of links, but 
there I use CAfile and not CApath so I don't care.



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to