[Bug 94130] Re: apport fails to use environment proxy configuration

2008-09-12 Thread Matthias Klose
** Bug watch added: Python Roundup #1448934 http://bugs.python.org/issue1448934 ** Also affects: python via http://bugs.python.org/issue1448934 Importance: Unknown Status: Unknown ** Changed in: python2.5 (Ubuntu) Status: Confirmed = Triaged -- apport fails to use

[Bug 94130] Re: apport fails to use environment proxy configuration

2008-09-12 Thread Bug Watch Updater
** Changed in: python Status: Unknown = New -- HTTPS over proxy fails https://bugs.launchpad.net/bugs/94130 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 94130] Re: apport fails to use environment proxy configuration

2008-08-18 Thread Loïc Minier
See bug #122551 against python2.5 and http://bugs.python.org/issue1424152 -- 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 subscribed to Ubuntu. -- ubuntu-bugs

[Bug 94130] Re: apport fails to use environment proxy configuration

2008-04-15 Thread xoco
agree urllib2 broke https support through proxy -- 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 subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 94130] Re: apport fails to use environment proxy configuration

2008-04-14 Thread Ram Kumar
Is there a chance that it will be fixed in future updates? It seems it has not been fixed for a long time and continues as well in to ubuntu hardy which is very bad. At least i experienced it in the hardy beta. -- apport fails to use environment proxy configuration

Re: [Bug 94130] Re: apport fails to use environment proxy configuration

2008-03-20 Thread Brian J. Murrell
On Wed, 2008-03-19 at 13:52 +, 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

[Bug 94130] Re: apport fails to use environment proxy configuration

2008-03-19 Thread Martin Pitt
I don't have a viable solution for apport ATM which works with HTTPS proxies and thus avoids using Python's urllib2. Suggestions appreciated. ** Changed in: apport (Ubuntu) Assignee: Martin Pitt (pitti) = (unassigned) Status: Triaged = Confirmed -- apport fails to use environment

[Bug 94130] Re: apport fails to use environment proxy configuration

2008-02-28 Thread marcobra
Same issue here... Thank you -- 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 subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 94130] Re: apport fails to use environment proxy configuration

2008-02-05 Thread Brian J. Murrell
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. -- apport fails to

[Bug 94130] Re: apport fails to use environment proxy configuration

2008-01-22 Thread Martin Pitt
In apport we should just unset https_proxy since it will not ever work with the current Python. ** Changed in: apport (Ubuntu) Assignee: (unassigned) = Martin Pitt (pitti) Status: New = Triaged -- apport fails to use environment proxy configuration

[Bug 94130] Re: apport fails to use environment proxy configuration

2008-01-22 Thread Martin Pitt
This is actually a bug in Python's urllib2 module, moving package. ** Changed in: python2.5 (Ubuntu) Sourcepackagename: apport = python2.5 ** Also affects: apport (Ubuntu) Importance: Undecided Status: New -- apport fails to use environment proxy configuration

[Bug 94130] Re: apport fails to use environment proxy configuration

2007-10-15 Thread dAniel hAhler
** Changed in: apport (Ubuntu) Status: New = Confirmed -- 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

[Bug 94130] Re: apport fails to use environment proxy configuration

2007-08-08 Thread Adrian Penisoara
Because of this bug I am unable to report any crashes in Gutsy. It would be very important to have this functionality enabled. -- 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,

[Bug 94130] Re: apport fails to use environment proxy configuration

2007-07-24 Thread Martin Pitt
Ali, would urllib2 work? -- 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 ubuntu-bugs@lists.ubuntu.com

[Bug 94130] Re: apport fails to use environment proxy configuration

2007-07-24 Thread Ali Sabil
no, urllib2 http proxy + https connection is completely broken. actually in my previous report, I was refering to urllib2 and not 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

[Bug 94130] Re: apport fails to use environment proxy configuration

2007-04-22 Thread Ali Sabil
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

[Bug 94130] Re: apport fails to use environment proxy configuration

2007-03-21 Thread Daniel Holbach
** Changed in: apport (Ubuntu) Importance: Undecided = Medium -- apport fails to use environment proxy configuration https://launchpad.net/bugs/94130 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 94130] Re: apport fails to use environment proxy configuration

2007-03-21 Thread Rocha
I've investigated the bug a little further. Since the url is opened with https protocol it tries automatically to use the https_proxy environment variable which is not set on my system, only http_proxy. I've set the https_proxy variable and tried to run ubuntu-bug -p apport again and I've

[Bug 94130] Re: apport fails to use environment proxy configuration

2007-03-20 Thread Rocha
apport should try to use http_proxy environment variable or use the gnome environment proxy. For reading the gnome enviroment proxy we could read /system/http_proxy If use_http_proxy is checked, use host:port fields for the proxy. -- apport fails to use environment proxy configuration