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

Antoine Pitrou report at bugs.python.org
Thu Feb 2 17:08:19 CET 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

> For this issue, modifying the xmlrpc.client to support ssl context and
> making a HTTPConnection with context object is present may be way to
> go.

xmlrpc is higher level than http.client, so you might also adopt the
urllib approach of passing ca_file and ca_path. As you (or Martin)
prefer :-)

----------

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


More information about the Python-bugs-list mailing list