This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ahasenack
Recipients ahasenack
Date 2007-12-10.19:41:25
SpamBayes Score 0.33256182
Marked as misclassified No
Message-id <1197315686.07.0.947605571907.issue1581@psf.upfronthosting.co.za>
In-reply-to
Content
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.
Files
File name Uploaded
xmlrpclib-x509.patch ahasenack, 2007-12-10.19:41:25
History
Date User Action Args
2007-12-10 19:41:26ahasenacksetspambayes_score: 0.332562 -> 0.33256182
recipients: + ahasenack
2007-12-10 19:41:26ahasenacksetspambayes_score: 0.332562 -> 0.332562
messageid: <1197315686.07.0.947605571907.issue1581@psf.upfronthosting.co.za>
2007-12-10 19:41:26ahasenacklinkissue1581 messages
2007-12-10 19:41:25ahasenackcreate