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
{{ message }}
This repository was archived by the owner on Jan 21, 2022. It is now read-only.
If you are accessing a site with a certificated issued by Let's Encrypt, you will have trouble with RasterIO due to the certifi package. See the following certifi's issues: 162, 163, 164 and 165.
There are two possible workarounds:
Set an environment variable in your Linux system pointing to the CA Bundle before launching the Python interpreter: export CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
Or, use certifi-system-store to replace certifi's certificates by the system trust store:
gqueiroz
changed the title
Verify the following Rasterio error: "CURL error: SSL certificate problem: certificate has expired"
Rasterio Error: "rasterio.errors.RasterioIOError: CURL error: SSL certificate problem: certificate has expired"
Oct 15, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
help wantedExtra attention is neededquestionFurther information is requested
If you are accessing a site with a certificated issued by Let's Encrypt, you will have trouble with RasterIO due to the certifi package. See the following
certifi's
issues: 162, 163, 164 and 165.There are two possible workarounds:
Set an environment variable in your Linux system pointing to the CA Bundle before launching the Python interpreter:
export CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
Or, use certifi-system-store to replace
certifi's
certificates by the system trust store:The text was updated successfully, but these errors were encountered: