-
Notifications
You must be signed in to change notification settings - Fork 420
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: EE certificate key too weak #466
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
Comments
In my docker:
My code:
Turning off verification works, but its not really a solution:
|
This seems like a server-side issue. |
@elprans downgrading from |
There has probably been a change in Python |
FYI, that update to _ssl .so dynlib had broken a lot of connectors, including MySQL. I'd suggest if that happens again try to detect what module imports ssl. For example, MySQL conn works perfectly if |
Uh oh!
There was an error while loading. Please reload this page.
the issue with a local PostgreSQL install?:
uvloop?:
An issue very similar to #238 started occuring 3 days ago after python 3.7.4 was released. Pinning my docker to 3.7.3-slim fixed the issue.
The text was updated successfully, but these errors were encountered: