-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EPA AQS URLs causing error #90
Comments
Some more info here |
Pinning |
Also for |
@zmoon is this finished? |
Still working around it in CI. AFAIK as I know the situation hasn't changed. Did you have any luck contacting them about it? |
Just tested this locally, |
In CI run for #125 today, the AQS test didn't fail with OpenSSL 3.1.2. |
That’s great!
|
Phil Dickerson from EPA says the server is officially fixed as of last week. Will keep this issue open until PR removing the related extra CI cases etc. |
(tutorial/aqs_pams: line 27) broken https://aqs.epa.gov/aqsweb/airdata/download_files.html - HTTPSConnectionPool(host='aqs.epa.gov', port=443): Max retries exceeded with url: /aqsweb/airdata/download_files.html (Caused by SSLError(SSLError(1, '[SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy renegotiation disabled (_ssl.c:1129)')))
FAILED tests/test_aqs.py::test_aqs - requests.exceptions.SSLError: HTTPSConnectionPool(host='aqs.epa.gov', port=443): Max retries exceeded with url: /aqsweb/airdata/daily_PM10SPEC_2019.zip (Caused by SSLError(SSLError(1, '[SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy renegotiation disabled (_ssl.c:1131)')))
Originally posted by @zmoon in #85 (comment)
The text was updated successfully, but these errors were encountered: