Comment 9 for bug 94130

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

> In apport we should just unset https_proxy since it will not ever work with the current Python.

How would this solve the problem of apport trying to GET/POST https:// URLs through a proxy? The proxy will still be required. apport needs to use CONNECT instead of GET/POST.