Comment 6 for bug 745634

Revision history for this message
Emiliano Parasassi (millallo) wrote : Re: [Bug 745634] Re: http proxy not supported

On Fri, Apr 1, 2011 at 15:11, Panagiotis Skintzos
<email address hidden> wrote:
> Hmm, I don't seem have the http_proxy env variable set either (but I
> have a direct internet connection as well, so I think that one is used).
>
> It's not a matter of python interpreter, rather it's the urllib2 that is failing to autodetect the proxy.
> Please open the command line and run this line
> python -c "import os; print '\n'.join(os.environ.keys());" | grep -i proxy

if i have the http_proxy set, i get:
http_proxy
UBUNTU_MENUPROXY

if i have not the http_proxy set, i get:
UBUNTU_MENUPROXY

> Do you get back something like HTTP_PROXY or is it an empty line?
> If you start the indicator after you've set the proxy does it work right?

After setting the proxy via gnome:
- if i launch the indicator in a terminal with the http_proxy set,
everything works fine, else not.
- if i launch the indicator with unity (which doesn't have the
http_proxy set since login time), no luck :(