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
It was a bit weird (for me) that curl was looking in the wrong place (i.e. /etc/pki/tls/certs/ca-bundle.crt), not sure how to proceed (e.g. note in docs, fix in code, ignore)?
The text was updated successfully, but these errors were encountered:
Hey Vincent,
I hit a CURL error (already fixed) but thought I should mention it here. This is for Linux Mint 18.1 Serena.
This worked
However getting metadata and tile both required curl (it seems), I hit this error:
I made sure that I had the
ca-certificates
packageapt-get install ca-certificates
(the latest version was already installed). Then I fixed the CURL certificates path in .bashrc
export CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
Everything now seems to work fine =D !
It was a bit weird (for me) that curl was looking in the wrong place (i.e.
/etc/pki/tls/certs/ca-bundle.crt
), not sure how to proceed (e.g. note in docs, fix in code, ignore)?The text was updated successfully, but these errors were encountered: