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.

classification
Title: urllib2 is not working with proxy for HTTPS
Type: enhancement Stage:
Components: Library (Lib) Versions: Python 2.5
process
Status: closed Resolution: duplicate
Dependencies: Superseder: urllib/urllib2: HTTPS over (Squid) Proxy fails
View: 1424152
Assigned To: Nosy List: anupam, orsenthil
Priority: normal Keywords:

Created on 2008-09-16 12:08 by anupam, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg73296 - (view) Author: anupam (anupam) Date: 2008-09-16 12:08
urllib2.openurl is not working with proxy for HHTPS. Please provide me 
solution for this.
msg73305 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2008-09-16 17:20
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.
History
Date User Action Args
2022-04-11 14:56:39adminsetgithub: 48128
2008-09-16 18:57:39amaury.forgeotdarcsetstatus: open -> closed
resolution: duplicate
superseder: urllib/urllib2: HTTPS over (Squid) Proxy fails
2008-09-16 17:20:24orsenthilsetnosy: + orsenthil
messages: + msg73305
2008-09-16 12:08:38anupamcreate