curl: (77) error setting certificate verify locations

If you try to run curl and receive the following error

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

Try adding the path to your crt into ~/.curlrc

echo 'cacert=/etc/ssl/certs/ca-certificates.crt' > ~/.curlrc

11 thoughts on “curl: (77) error setting certificate verify locations

  1. Pingback: [Curl] How do I deal with certificates using cURL while trying to access an HTTPS url? - Pixorix

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s