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 christian.heimes
Recipients Nathanael.Noblet, christian.heimes, jwilk, loewis, orsenthil, pitrou
Date 2016-09-08.22:51:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473375072.83.0.811750548915.issue13856@psf.upfronthosting.co.za>
In-reply-to
Content
xmlrpc.client.SafeTransport() accepts a context object. You can pass a SSLContext in to perform cert validation and even client cert auth.
History
Date User Action Args
2016-09-08 22:51:12christian.heimessetrecipients: + christian.heimes, loewis, orsenthil, pitrou, jwilk, Nathanael.Noblet
2016-09-08 22:51:12christian.heimessetmessageid: <1473375072.83.0.811750548915.issue13856@psf.upfronthosting.co.za>
2016-09-08 22:51:12christian.heimeslinkissue13856 messages
2016-09-08 22:51:12christian.heimescreate