Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.
Shaun Jackman edited this page Mar 27, 2017 · 17 revisions

Problem: curl: (60) SSL certificate problem: unable to get local issuer certificate or curl: (77) error setting certificate verify locations

Solution: This error message indicates that curl is not able to establish a secure connection. To use an insecure connection for both curl and git, run:

echo insecure >> ~/.curlrc
git config --global http.sslVerify false
Clone this wiki locally