open-iscsi / targetd

Remote configuration of a LIO-based storage appliance
GNU General Public License v3.0
71 stars 28 forks source link

Replace ssl.wrap_socket usage #97

Closed tasleson closed 10 months ago

tasleson commented 10 months ago

Python 3.12 has removed ssl.wrap_socket, need to replace with context.wrap_socket

tasleson commented 10 months ago

Resolved with: https://github.com/open-iscsi/targetd/pull/99