New submission from Nathanael Noblet <nathanaelnob...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue13856> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com