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 to Anonymous Cancel reply