Comment 12 for bug 94130

Revision history for this message
Brian J. Murrell (brian-interlinx) wrote : Re: [Bug 94130] Re: apport fails to use environment proxy configuration

On Wed, 2008-03-19 at 13:52 +0000, Martin Pitt wrote:
> I don't have a viable solution for apport ATM which works with HTTPS
> proxies and thus avoids using Python's urllib2. Suggestions appreciated.

A "urllib2 https proxy" (without the quotes obviously) google search
seems to return a wealth of information about the problem including a
number of contributions people have made to handling it. One such
contribution is:

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/456195

A lot of discussion seems to point back to this one.

Here's a whole thread
(http://www.gossamer-threads.com/lists/python/bugs/628088) about it,
including another solution which was posted in the last couple of days
in fact (http://bugs.python.org/file9753/http-tunnel-urllib)

Here's another solution: http://www.freshports.org/www/py-openssl-proxy/

I would think out of those three solutions or further search of the
above mentioned google search terms one should be able to solve this
quite readily, no?

b.