Open mikemanger opened 5 months ago
The ssl.wrap_socket() function was deprecated in 3.7 and removed in 3.12. Worth reading the Python documentation which suggests that wrap_socket is insecure, incidentally this would be a good reason to drop support for <3.7.
ssl.wrap_socket()
This is fixed by #78
The
ssl.wrap_socket()
function was deprecated in 3.7 and removed in 3.12. Worth reading the Python documentation which suggests that wrap_socket is insecure, incidentally this would be a good reason to drop support for <3.7.