[issue1581] xmlrpclib.ServerProxy() doesn't use x509 data

Andreas Hasenack report at bugs.python.org
Mon Dec 10 20:41:26 CET 2007


New submission from Andreas Hasenack:

I was trying to use xmlrpclib.ServerProxy() with https and client
certificate validation (I know httplib doesn't do server certificate
validation yet). I found no way to pass on host/uri as a
(host,x509_dict) tuple as the connection methods support, so I came up
with this patch.

----------
components: Library (Lib)
files: xmlrpclib-x509.patch
messages: 58363
nosy: ahasenack
severity: minor
status: open
title: xmlrpclib.ServerProxy() doesn't use x509 data
type: behavior
versions: Python 2.5
Added file: http://bugs.python.org/file8911/xmlrpclib-x509.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1581>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xmlrpclib-x509.patch
Type: text/x-patch
Size: 1461 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-bugs-list/attachments/20071210/a71a93e1/attachment.bin 


More information about the Python-bugs-list mailing list