cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: SSL Connection Issue (from QNX Platform)

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 6 Sep 2012 20:42:47 +0200 (CEST)

On Wed, 5 Sep 2012, Sidde Gowda wrote:

> * Connected to 172.17.0.11 (172.17.0.11) port 8443 (#0)
> * unable to use client certificate (no key found or wrong pass phrase?)
> * Closing connection #0
> * Problem with the local SSL certificate

> Basically, I have a CA server which has a crl file. I need to download it.
> Do I necessarily use client certificate?

We don't know. Your server (admin) would know and tell you. Client certifates
are rarely used.

> If yes, what option should I use?

If yes, CURLOPT_SSLCERT and CURLOPT_SSLKEY and CURLOPT_KEYPASSWD. Assuming you
have your cert and key using PEM format.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2012-09-06