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+https+proxy not working
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: ruibmartins
Priority: normal Keywords:

Created on 2006-03-14 07:50 by ruibmartins, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (1)
msg27777 - (view) Author: Rui Martins (ruibmartins) Date: 2006-03-14 07:50
Using urllib2 to access an https site using a proxy 
doesn't work. It always returns "<HTML> </HTML>"

I've been looking around for bug reports on this and 
code samples, but all that I've got were emails/forum 
posts dating back to 2003 warning that the HTTPS over 
Proxy in urllib2 isn't implemented in Python!

Is this true?
History
Date User Action Args
2022-04-11 14:56:15adminsetgithub: 43032
2006-03-14 07:50:35ruibmartinscreate