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 mwilck
Recipients doko, kxroberto, mwilck, orsenthil, vila
Date 2008-03-06.10:52:42
SpamBayes Score 0.039747838
Marked as misclassified No
Message-id <1204800764.45.0.904697961907.issue1424152@psf.upfronthosting.co.za>
In-reply-to
Content
I think this is a major issue because urllib2 is widely used, and any
application using it is useless behind a HTTPS proxy. A Prominent
example in the Linux world is yum, the Fedora Linux package management
tool. HTTPS proxies are a extermely common in the corporate world.

The cookbook recipe shows that it is possible to implement a CONNECT
proxy (with quite a few lines of code, actually), but because it's not
part of urllib2 it has been broken by python 2.5.
History
Date User Action Args
2008-03-06 10:52:44mwilcksetspambayes_score: 0.0397478 -> 0.039747838
recipients: + mwilck, doko, orsenthil, kxroberto, vila
2008-03-06 10:52:44mwilcksetspambayes_score: 0.0397478 -> 0.0397478
messageid: <1204800764.45.0.904697961907.issue1424152@psf.upfronthosting.co.za>
2008-03-06 10:52:43mwilcklinkissue1424152 messages
2008-03-06 10:52:42mwilckcreate