You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl by default looking in wrong directory for your ca-certificates package. You will get the error:
curl: (77) error setting certificate verify locations:
CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: none
Need to add to the setup document this additional step:
Add the following to your .bashrc
export CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
curl by default looking in wrong directory for your ca-certificates package. You will get the error:
curl: (77) error setting certificate verify locations:
CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: none
Need to add to the setup document this additional step:
Add the following to your .bashrc
export CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
More info here:
http://stackoverflow.com/questions/32107766/libcurl-certificate-verification-fails
http://stackoverflow.com/questions/3160909/how-do-i-deal-with-certificates-using-curl-while-trying-to-access-an-https-url
The text was updated successfully, but these errors were encountered: