Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

curl gives error in Ubuntu #15

Open
swzCuroverse opened this issue Dec 10, 2015 · 0 comments
Open

curl gives error in Ubuntu #15

swzCuroverse opened this issue Dec 10, 2015 · 0 comments

Comments

@swzCuroverse
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant