Re: Problem verifying a chain...

2010-09-03 Thread John Doe
From: "aerow...@gmail.com" > Use the '-issuer_checks' parameter to show exactly what it's looking for and >where it's looking for it. > At 'depth 1' (i.e., one step above the end-entity certificate), it's looking >for the issuer (which means it's looking for the USERTRUST root certificate).

Re: Problem verifying a chain...

2010-09-02 Thread aerowolf
Use the '-issuer_checks' parameter to show exactly what it's looking for and where it's looking for it. At 'depth 1' (i.e., one step above the end-entity certificate), it's looking for the issuer (which means it's looking for the USERTRUST root certificate). -Kyle H On Thu, Sep 2, 2010 at 9:3

RE: Problem verifying a chain...

2010-09-02 Thread Erik Tkal
Hi John, Your CAfile must contain the chain that issued your cert (i.e. the intermediate(s) and the root). The error is indicating that it is unable to locate the issuer of the intermediate. Erik Tkal -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us