cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Client Authentication

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 13 Jan 2009 19:43:04 +0100 (CET)

On Mon, 12 Jan 2009, Itay Dagan wrote:

> I keep geeting Error code 58 on the client

> const char *pCertFile = "C://client.com.crt";
> curl_easy_setopt(curl,CURLOPT_SSLCERT,pCertFile);

A client cert should be used in combination with a private key and the pass
phrase for that...

-- 
  / daniel.haxx.se
Received on 2009-01-13