-
-
Notifications
You must be signed in to change notification settings - Fork 976
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
SSL decryption failed v2 #324
Comments
This appears to be the same as #130, but this time the exception is thrown by pyOpenSSL and not the native SSL implementation. It's essentially the same error ("decryption failed or bad record mac") wrapped in a different exception class that wasn't caught. Should be fixed in 8966930, but there is a small possibility that the exception from #130 re-appears. |
@mikf |
This problem is most likely caused by an issue with your internet connection. The packets send to your computer somehow get mangled in a way that causes the SSL/TLS decryption of their data to fail ... which shouldn't really happen since TCP has built-in error detection ... I'm not sure what is fundamentally causing those errors, but at least everyone else doesn't appear to have this problem, so I doubt it's Python related. Anyway, did this error appear again after installing the latest git snapshot? If yes, what was the error message? |
The text was updated successfully, but these errors were encountered: