ARTICLE AD BOX
I am trying to write a script to connect to the Copernicus Data Space Ecosystem (CDSE) and download a number of sentinel-1/2 images. It seems that there are more than one solution for this demanded task including the sentinel-satellite-imagery-download which on its own relies on importing openEO python client library.
As the matter of fact building a connection with CDSE backend is the first thing that the scrip does.
The issue is that I am unable to build this connection.
connection = openeo.connect("https://openeo.dataspace.copernicus.eu").authenticate_oidc()Will produce:
SSLError: HTTPSConnectionPool(host='openeo.dataspace.copernicus.eu', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1032)')))windows 11 python 3.13.7
