-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
This line specifies to only use TLS 1.0:
Line 181 in 14a40a3
| ssl_version = ssl.PROTOCOL_TLSv1, |
Which is old and people are dropping support for it. For whatever reasons, my Prosody on Debian buster has stopped supporting TLS 1.0 too and my bots are no longer able to connect to it.
Using ssl.PROTOCOL_TLS will have broader support but it requires Python >= 3.6. Using ssl.PROTOCOL_TLSv1_2 will support Python 3.4 but is not future-proof.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels