[issue1424152] urllib/urllib2: HTTPS over (Squid) Proxy fails
Martin Wilck <[EMAIL PROTECTED]> added the comment: I am not in my office. I'll be back on August 25, 2008. In urgent cases, please contact: Peter Pols <[EMAIL PROTECTED]> or Gerhard Wichert <[EMAIL PROTECTED]> Best regards Martin Wilck Added file: http://bugs.python.org/file3/unnamed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1424152> ___ I am not in my office. I'll be back on August 25, 2008. In urgent cases, please contact: Peter Pols <[EMAIL PROTECTED]> or Gerhard Wichert <[EMAIL PROTECTED]> Best regards Martin Wilck ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue1424152] urllib/urllib2: HTTPS over (Squid) Proxy fails
Martin Wilck <[EMAIL PROTECTED]> added the comment: I am not in my office. I'll be back on June 30, 2008. In urgent cases, please contact: Peter Pols <[EMAIL PROTECTED]> or Gerhard Wichert <[EMAIL PROTECTED]> Best regards Martin Wilck Added file: http://bugs.python.org/file10632/unnamed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1424152> ___ I am not in my office. I'll be back on June 30, 2008. In urgent cases, please contact: Peter Pols <[EMAIL PROTECTED]> or Gerhard Wichert <[EMAIL PROTECTED]> Best regards Martin Wilck ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue1424152] urllib/urllib2: HTTPS over (Squid) Proxy fails
Martin Wilck added the comment: 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. -- severity: normal -> major _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1424152> _ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue1424152] urllib/urllib2: HTTPS over (Squid) Proxy fails
Martin Wilck added the comment: The recipe in its current form doesn't work with urllib2 in python 2.5 The reason it fails is that the HTTPConnection.request() method isn't passed the request itself (with the proxy host and port info). No easy solution to be seen. -- nosy: +mwilck _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1424152> _ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com