eclipse / paho.mqtt.python

paho.mqtt.python
Other
2.13k stars 723 forks source link

Python 3.12 removes the `ssl.wrap_socket()` function. #778

Closed cclauss closed 6 months ago

cclauss commented 6 months ago

Python 3.12 removes the ssl.wrap_socket() function. https://docs.python.org/3/whatsnew/3.12.html#ssl

Any package that still uses ssl.wrap_socket() is broken and insecure.

As discussed in:

cclauss commented 6 months ago

Fixed in #771