cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: SSL question

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 8 Jun 2001 15:01:20 +0200 (MET DST)

On Fri, 8 Jun 2001, Wiliam Geurts wrote:

> The error I get now is:
> Enter PEM pass phrase:
> curl: (35) unable to set public key file

It means that SSL_CTX_use_PrivateKey_file() returned an error.

> If I enter a wrong passphrase I get the same message. I am sure that my
> passphrase is correct !!!!

Well, OpenSSL consider something to be wrong since it returns an error.

What about my other suggestion? You use the -CAfile option to the openssl
tool when you tested that cert, won't you need the --cafile option of curl as
well?

I'm not an SSL guru.

-- 
     Daniel Stenberg -- curl dude -- http://curl.haxx.se/
Received on 2001-06-08