That is because the https_proxy env variable is not set (which is also a bug in gnome-terminal) and apport makes use of urllib, which implements dumb non standard support for HTTP proxies (basicaly it will issue GET https://.... HTTP/1.0 instead of doing a CONNECT followed by a GET)
The solution would be to drop the usage of python's urllib. -- apport fails to use environment proxy configuration https://bugs.launchpad.net/bugs/94130 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
