2b4bfa0f76
The ib3 SSL object is not compatible with python3.12 and newer due to ssl.wrap_socket being removed. This has been fixed upstream in this pull request [0], but that code is not released to pypi. To workaround this we simply create our own connection factory for the irc bot using ssl's default ssl context's socket wrapper. [0] https://github.com/bd808/python-ib3/issues/23 Change-Id: I4d670b7ebb5efcab1237f27fcb39f635db854cf5