> From: [email protected] On Behalf Of Shane Stump
> Sent: Wednesday, May 28, 2014 20:43

> When I use the CSR (root.pem) file a customer gave me and a converted PFX
> file, I am getting the following eror:
> 
Do you really mean a CSR? Although people can use misleading filenames,
a file named root.pem should be either a root cert or a root key (or both)
and there should not be a CSR for a root, and generally nobody should give 
anyone else a root key only a root cert. Plus your error message below says 
"could not load root certificate" suggesting this *should* be a cert.

What is actually in the file? The first line of a pem file should usually be

-----BEGIN something-----. If so, what is 'something' in your file?

> Error: Could not load root certificate.
> error:00000000:lib(0):func(0):reason(0)
> 
0 is the code for no error. Either you didn't have an error and this error 
display is wrong, or you didn't put the actual error code in this display.

> I am using the latest OPENSSL libs.
> 
You'll have to be a lot more specific about what you are doing,
or assuming this is a program, what the program is doing.




______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to