Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
Patch Available
Description
It is currently not possible to provide a key and certification file for the TSSLSocket. Although the underlaying ssl.wrap_socket function from python supports those parameters.
Attached is a patch to change the TSSLSocket class to accept those parameters and pass them to the ssl.wrap_socket function.