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
Hello,
when trying to use the destatis api (timeseries_data to be exact), it throws a SSLCertVerificationError.
MaxRetryError: HTTPSConnectionPool(host='www-genesis.destatis.de', port=443): Max retries exceeded with url: /genesisWS/rest/2020/data/timeseries?username=*******&password=******* (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:997)')))
My code is just the example for timeseries_data, with a valid username and password provided.
The host url is https://www-genesis.destatis.de/genesisWS/rest/2020.
The text was updated successfully, but these errors were encountered:
Hello,
when trying to use the destatis api (
timeseries_data
to be exact), it throws a SSLCertVerificationError.MaxRetryError: HTTPSConnectionPool(host='www-genesis.destatis.de', port=443): Max retries exceeded with url: /genesisWS/rest/2020/data/timeseries?username=*******&password=******* (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:997)')))
My code is just the example for
timeseries_data
, with a valid username and password provided.The host url is
https://www-genesis.destatis.de/genesisWS/rest/2020
.The text was updated successfully, but these errors were encountered: