SSL verification failed

Hello,

I had no issues yesterday to download from the CDS, but today I do. I am getting the following issue:

raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='cds-beta.climate.copernicus.eu', port=443): Max retries exceeded with url: /api/retrieve/v1/processes/reanalysis-era5-land (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1006)')))

I noticed when I try to go to the website https://cds-beta.climate.copernicus.eu/, I also get an SSL issue.

Is there anyone at ECMWF or in the CDS team who can resolve this?

Thank you!

2 Likes

Change to
url: https://cds.climate.copernicus.eu/api

3 Likes

Also experiencing this issue, both with the cdsapi download and accessing the website

I confirm it works changing the key from https://cds-beta.climate.copernicus.eu/api to https://cds.climate.copernicus.eu/api

2 Likes