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
Error: b"HTTPSConnectionPool(host='pre.gis.miteco.gob.es', port=443): Max retries exceeded with url: /catalogo/dataset/ef76613f-f470-541b-abbc-9cd61a910744/resource/6f4f0778-1196-4b58-99fe-b78c3e70cb56/download/example.csv?&nonce=1730122025.5737107 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)'))) status=None url=https://my-ckan-instance/catalogo/dataset/ef76613f-f470-541b-abbc-9cd61a910744/resource/6f4f0778-1196-4b58-99fe-b78c3e70cb56/download/example.csv response=None"
Typically this means that you were unable to verify the authenticity of the certificate presented by the server when checking it against your CA certificate bundle.
The particular message: unable to get local issuer certificate indicates that the path to the CA bundle is either missing, or that the CA cert is not in your bundle.
Typically this means that you were unable to verify the authenticity of the certificate presented by the server when checking it against your CA certificate bundle.
The particular message: unable to get local issuer certificate indicates that the path to the CA bundle is either missing, or that the CA cert is not in your bundle.
ckanext-xloader/ckanext/xloader/jobs.py
Lines 294 to 332 in 26f141d
Note
More info: ckan#151
https://stackoverflow.com/questions/77442172/ssl-certificate-verify-failed-certificate-verify-failed-unable-to-get-local-is
The text was updated successfully, but these errors were encountered: