This is an openssl-users question, and should not be on openssl-dev. "unable to get local issuer certificate" means that the CA root certificate has not been loaded.
The "local issuer certificate" is the local copy of the certifying authority certificate which issued the certificate you're trying to authenticate. (In other words, it's the "trust anchor" which is expected to be transferred and trusted outside of the normal TLS process.) -Kyle H On Tue, Apr 21, 2009 at 1:37 PM, Prokash Sinha <[email protected]> wrote: > Hi All, > verification failure: unable to get local issuer certificate > > is the error I'm getting. > I've probably got this certificates half-way ( by running a sample from the > book Network security with OpenSSL book). In such a failure, I've the trace > and continue. The certificates are self-generated, and for testing the > software. > thanks > -p > ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
