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 giampaolo.rodola
Recipients giampaolo.rodola, gregory.p.smith, iElectric, janssen, pitrou, roberte
Date 2008-06-30.16:45:25
SpamBayes Score 0.24901478
Marked as misclassified No
Message-id <1214844362.8.0.618397333777.issue2054@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, so let's leave httplib alone. Let's just add the unwrap() method to
ssl.SSLSocket so that it could be be possible to go ahead with the
current patch.
Modifying it consists in just adding a new prot_c method (I could do that).
As for the cacerts needed to be passed to FTP_TLS constructor you could
do that afterwards.
History
Date User Action Args
2008-06-30 16:46:03giampaolo.rodolasetspambayes_score: 0.249015 -> 0.24901478
recipients: + giampaolo.rodola, gregory.p.smith, janssen, pitrou, roberte, iElectric
2008-06-30 16:46:02giampaolo.rodolasetspambayes_score: 0.249015 -> 0.249015
messageid: <1214844362.8.0.618397333777.issue2054@psf.upfronthosting.co.za>
2008-06-30 16:45:25giampaolo.rodolalinkissue2054 messages
2008-06-30 16:45:25giampaolo.rodolacreate