cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: curl_easy_perform giving 77(CURLE_SSL_CACERT_BADFILE) with 7.32 version of libCurl

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 3 Jun 2014 17:39:27 +0200 (CEST)

On Tue, 3 Jun 2014, Praveen Pvs wrote:

You're talking libcurl so you should be using the curl-library list instead.
You don't reach the libcurl hackers on this list which is for the curl command
line tool.

> There was small problem in the sample application which was attached in
> previous mail. Please find the corrected version of the sample test program
> in the attachment.

The error means the CA cert bundle you provided couldn't be used to verify the
remote's certificate.

If you're using openssl, that's a call to SSL_CTX_load_verify_locations()
which returns an error. See lib/vtls/openssl.c:1776.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2014-06-03