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
In scheduled CI today, getting errors like requests.exceptions.SSLError: HTTPSConnectionPool(host='www1.ncdc.noaa.gov', port=443): Max retries exceeded with url: /pub/data/noaa/2020/722244-00358-2020.gz (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)')))
gives similar message: ERROR: cannot verify www1.ncdc.noaa.gov's certificate, issued by 'CN=R3,O=Let\'s Encrypt,C=US': Unable to locally verify the issuer's authority.
It looks like the cert was updated just a few days ago, so maybe this will resolve soon.
The text was updated successfully, but these errors were encountered:
In scheduled CI today, getting errors like
requests.exceptions.SSLError: HTTPSConnectionPool(host='www1.ncdc.noaa.gov', port=443): Max retries exceeded with url: /pub/data/noaa/2020/722244-00358-2020.gz (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)')))
Using
wget
gives similar message:
ERROR: cannot verify www1.ncdc.noaa.gov's certificate, issued by 'CN=R3,O=Let\'s Encrypt,C=US': Unable to locally verify the issuer's authority.
It looks like the cert was updated just a few days ago, so maybe this will resolve soon.
The text was updated successfully, but these errors were encountered: