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 has been archived by the owner on May 23, 2024. It is now read-only.
Hi,
I see you have disabled
requests
SSL verification after the domain change from https://scihub.esa.int to https://scihub.copernicus.eu.We had the same issue over at ibamacsr/sentinelsat and found it was related to kennethreitz/requests#749.
The solution was to do
pip install pyOpenSSL ndg-httpsclient pyasn1
and everything worked again on all platforms.cheers
The text was updated successfully, but these errors were encountered: