On Wed, Aug 25, 2010, Toms Tormo wrote: > > Honestly, I have no idea what I'm doing wrong.. I've checked all the > requirements OpenSSL needs and the certificates fulfill them all... > > Could you please help me? I'm getting desperate... >
Firstly thank you for the extensive debug information, all too often essential details are left out making it impossible to diagnose the problem. In your case checking the first CA against the rest succeeds while the EE certificate fails. That indicates a problem with the EE certificate. What you are hitting is mentioned here: http://www.openssl.org/support/faq.html#USER15 Specifically the authority key identifier of the EE certificate is incorrectly set, though it is set correctly for other certificates in the chain. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org