[issue3878] urllib2 is not working with proxy for HTTPS

2008-09-16 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc <[EMAIL PROTECTED]>: -- resolution: -> duplicate status: open -> closed superseder: -> urllib/urllib2: HTTPS over (Squid) Proxy fails ___ Python tracker <[EMAIL PROTECTED]> _

[issue3878] urllib2 is not working with proxy for HTTPS

2008-09-16 Thread Senthil
Senthil <[EMAIL PROTECTED]> added the comment: Anupam, if you are in a hurry, please patch your installation with patches uploaded to this Issue1424152. Otherwise, you got to wait for 2.6.1 or 3.0.1 for the above fix to come as a release. This is a duplicate issue, can be closed. Thanks. -

[issue3878] urllib2 is not working with proxy for HTTPS

2008-09-16 Thread anupam
New submission from anupam <[EMAIL PROTECTED]>: urllib2.openurl is not working with proxy for HHTPS. Please provide me solution for this. -- components: Library (Lib) messages: 73296 nosy: anupam severity: normal status: open title: urllib2 is not working with proxy for HTTPS type: feat