SSLCertVerificationError #364
Unanswered
paolomariaschiratti
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Can you browse to the url and confirm the Certs are valid? That may be a local network issue. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the latest version of Hyundai_kia_connect_api with all the pkgs installed, but while executing monitor.py I receive this error:
File "C:\Users\paoloSC\AppData\Local\Programs\Python\Python311\Lib\site-packages\requests\adapters.py", line 517, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /neoPix/bluelinky-stamps/master/hyundai-014d2225-8495-4735-812d-2616334fd15d.v2.json (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1002)')))
I've installed already the latest PY certificates using py -m pip install certifi.
Any idea of the reason of the failure?
Beta Was this translation helpful? Give feedback.
All reactions