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 martin.panter
Recipients Garfield222, Lukasa, Pierre.Tardy, adambrenecki, berker.peksag, christian.heimes, demian.brecht, icordasc, jitterman, lonetwin, martin.panter, orsenthil, pitrou, python-dev, r.david.murray, raymondr, serhiy.storchaka, stamparm
Date 2015-09-07.01:23:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441589010.25.0.661292690766.issue17849@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Cory. Error now looks like this:

$ https_proxy=http://223.19.230.181:80 ./python -c 'from urllib2 import *; urlopen("https://bugs.python.org/issue17849")'
[. . .]
urllib2.URLError: <urlopen error Invalid response from tunnel request>
History
Date User Action Args
2015-09-07 01:23:30martin.pantersetrecipients: + martin.panter, orsenthil, pitrou, christian.heimes, r.david.murray, python-dev, berker.peksag, serhiy.storchaka, stamparm, icordasc, demian.brecht, adambrenecki, raymondr, Lukasa, lonetwin, Pierre.Tardy, jitterman, Garfield222
2015-09-07 01:23:30martin.pantersetmessageid: <1441589010.25.0.661292690766.issue17849@psf.upfronthosting.co.za>
2015-09-07 01:23:30martin.panterlinkissue17849 messages
2015-09-07 01:23:29martin.pantercreate