Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use ssl.SSLContext.wrap_socket for wrapping socket
* ssl.wrap_socket() was marked as deprecated in Python 3.7 * It stopped to work in Python 3.12 * We use it only for unit tests
- Loading branch information