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

Nathanael Noblet report at bugs.python.org
Wed Jan 25 00:02:55 CET 2012


New submission from Nathanael Noblet <nathanaelnoblet at gmail.com>:

If I wanted to create a HTTPS connection to a xmlrpc server *and* validate its certificate, I need to override the HTTPSConnection and SafeTransport objects. However it seems like they could easily support both methods. At least it seems to work both ways for me

----------
files: xmlrpc-http-withcerts.patch
keywords: patch
messages: 151927
nosy: Nathanael.Noblet, loewis
priority: normal
severity: normal
status: open
title: xmlrpc / httplib changes to allow for certificate verification
type: enhancement
versions: Python 2.7
Added file: http://bugs.python.org/file24318/xmlrpc-http-withcerts.patch

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


More information about the Python-bugs-list mailing list