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 Nathanael.Noblet
Recipients Nathanael.Noblet, loewis
Date 2012-01-24.23:02:52
SpamBayes Score 5.46181e-05
Marked as misclassified No
Message-id <1327446175.17.0.819972733751.issue13856@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-01-24 23:02:55Nathanael.Nobletsetrecipients: + Nathanael.Noblet, loewis
2012-01-24 23:02:55Nathanael.Nobletsetmessageid: <1327446175.17.0.819972733751.issue13856@psf.upfronthosting.co.za>
2012-01-24 23:02:54Nathanael.Nobletlinkissue13856 messages
2012-01-24 23:02:54Nathanael.Nobletcreate