ASFHyP3 / hyp3-isce2

HyP3 plugin for ISCE2 processing
Apache License 2.0
11 stars 9 forks source link

SSLCertVerificationError for sentinel1-burst.asf.alaska.edu #201

Closed scottyhq closed 7 months ago

scottyhq commented 7 months ago

The bug

  File "/Users/scott/miniforge3/envs/hyp3-isce2/lib/python3.11/site-packages/requests/adapters.py", line 517, in send
    raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='sentinel1-burst.asf.alaska.edu', port=443): Max retries exceeded with url: /S1A_IW_SLC__1SDV_20200604T022251_20200604T022318_032861_03CE65_7C85/IW2/VV/7.xml (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1006)')))

To Reproduce

Ran into this this afternoon ~4PM Pacific. Seems to be a serverside issue for any pair (traceback above is running the example in the README)

forrestfwilliams commented 7 months ago

The SSL cert for the extractor expired, but it was renewed late Friday. Should be working now!