[issue13856] xmlrpc / httplib changes to allow for certificate verification

Christian Heimes report at bugs.python.org
Thu Sep 8 18:51:12 EDT 2016


Christian Heimes added the comment:

xmlrpc.client.SafeTransport() accepts a context object. You can pass a SSLContext in to perform cert validation and even client cert auth.

----------
resolution:  -> out of date
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13856>
_______________________________________


More information about the Python-bugs-list mailing list