We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I seem to be getting this error with python3.10.
ssl.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:997)
It seems python3.10 is stricter on ssl but the server i am connecting to supports
SSL-Session: Protocol : TLSv1.2 Cipher : AES256-GCM-SHA384
Which should work.. I am wondering if this is breaking due to who irc_bot is connecting..
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I seem to be getting this error with python3.10.
ssl.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:997)
It seems python3.10 is stricter on ssl but the server i am connecting to supports
SSL-Session:
Protocol : TLSv1.2
Cipher : AES256-GCM-SHA384
Which should work.. I am wondering if this is breaking due to who irc_bot is connecting..
The text was updated successfully, but these errors were encountered: