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 pitrou
Recipients Nathanael.Noblet, loewis, orsenthil, pitrou
Date 2012-02-02.16:08:18
SpamBayes Score 0.009353865
Marked as misclassified No
Message-id <1328198748.3418.2.camel@localhost.localdomain>
In-reply-to <1328198014.42.0.179351119391.issue13856@psf.upfronthosting.co.za>
Content
> For this issue, modifying the xmlrpc.client to support ssl context and
> making a HTTPConnection with context object is present may be way to
> go.

xmlrpc is higher level than http.client, so you might also adopt the
urllib approach of passing ca_file and ca_path. As you (or Martin)
prefer :-)
History
Date User Action Args
2012-02-02 16:08:19pitrousetrecipients: + pitrou, loewis, orsenthil, Nathanael.Noblet
2012-02-02 16:08:18pitroulinkissue13856 messages
2012-02-02 16:08:18pitroucreate