tags:

views:

16

answers:

1

I am getting the following error using curl:

curl: (77) error setting certificate verify locations:
  CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: none

How do I set this certificate verify locations? Thanks.

+1  A: 

It seems your curl points to a non-existing file with CA certs or similar.

For the primary reference on CA certs with curl, see: http://curl.haxx.se/docs/sslcerts.html

Daniel Stenberg