Skip to content
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

In SETAC demo notebook the API example querying rte france is broken #3

Closed
tngTUDOR opened this issue Jul 26, 2022 · 2 comments
Closed
Assignees

Comments

@tngTUDOR
Copy link
Contributor

Current

Querying RTE Eco2mix interface

...
SSLError: HTTPSConnectionPool(host='www.rte-france.com', port=443): 
Max retries exceeded with url: /themes/swi/xml/power-co2-emission-fr.xml?_=1658818958 
(Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)')))

When inspecting the certificate using a web browser (chrome), the certificate seems to have changed july 1st 2022 (a couple of weeks ago as of writing this). From this other issue on oss-fuzz, browsers do extra work to check misconfigured TLS/CERTS servers, that wget or requests won't do.

Expected

the requests query should run without problems.

@tngTUDOR
Copy link
Contributor Author

Originally reported in try.

@tngTUDOR tngTUDOR self-assigned this Jul 26, 2022
@tngTUDOR
Copy link
Contributor Author

You can see here on ssllabs test site that the certificate is missing the chained ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant