eclipse/paho.mqtt.python

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

cclauss opened this issue · 1 comments

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:

Fixed in #771