cvium / irc_bot

Simple library for creating an IRC bot
MIT License
9 stars 7 forks source link

SSL Errors on python3.10 #8

Open stevezau opened 2 years ago

stevezau commented 2 years ago

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..