-
Notifications
You must be signed in to change notification settings - Fork 159
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
Error when running example.py (SSL key to small) with SSL version 1.1.1d #53
Comments
Hi! SSL errors usually indicate problems with your Python installation. Sorry I can't help more than that! |
Thanks for the quick reply, i will search in that direction! Regards Rob |
I did some investigating and think it's related to the latest python version including openssl 1.1.1d on my Windows 10 it's working with 1.1.1c Do you think this could be true? Regards Rob |
Seems to happen with anybody on Python 3.7.3 and openssl 1.1.1d Hopefully anybody knows a solution.. Thx Rob |
A quick workaround is by adding this at the bottom of init.py
|
Cool! that solved the issue. Thanks Gamelauncher!! |
Hi,
I'm getting the following error when running example.py on my Pi4 with latest raspbian
OpenSSL.SSL.Error: [('SSL routines', 'tls_process_ske_dhe', 'dh key too small')]
Any ideas?
Thanks for your help!
Rob
The text was updated successfully, but these errors were encountered: