-
Notifications
You must be signed in to change notification settings - Fork 4
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
SSLCertVerificationError #2
Comments
Please let me know if I should post the full Traceback. |
Thanks for opening an issue! I tried running the example code and I am getting the same error. I will try finding the solution. |
The linked issue seems to be related to this problem : aio-libs/aiohttp#955 |
This is probably because of https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/ |
That is interesting, I will look into that. Thanks for pointing it out. |
I have disabled the SSL verification while making a request which prevents the error from happening. The module can be updated with I have updated the docs at : http://aiopyston.readthedocs.io/ Thanks for opening an issue and please let me know if this works. |
Hi, I have been trying to run the example in the readme file, but since today morning, I have been getting an SSLCertVerificationError,
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1125)
The above exception was the direct cause of the following exception:
aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host emkc.org:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1125)')]
The text was updated successfully, but these errors were encountered: