problems with proxy configuration

5 views
Skip to first unread message

nabeen

unread,
May 25, 2012, 10:55:58 PM5/25/12
to foss-...@googlegroups.com
We use a proxy server at campus, and I set up ubuntu to use the same. Now when i get back home, I unset the proxy from GUI. The browser works fine. apt-get seems to work, and ubuntu software center does too. The problem is with wget and axel (the ones I noticed). They seem to be still using the proxy. I will include a snapshot:

nabeen@nabeen-Aspire-4738Z:~/Downloads$ axel http://docs.python.org/archives/python-2.7.3-docs-html.tar.bz2
Unable to connect to server 202.70.91.13:8080

The one thing i tried to solve this issue was 'env -u http_proxy', But env|grep proxy has the output unchanged:

nabeen@nabeen-Aspire-4738Z:~/Downloads$ env |grep proxy

I am sure there must be a way to fix this. Anyone mind giving me a hand?


Everest K.C.

unread,
May 26, 2012, 10:10:38 AM5/26/12
to foss-...@googlegroups.com
try 
export http_proxy=""
export ftp_proxy=""
export https_proxy=""
it resets your proxy back. it worked for me.
when i checked using env|grep proxy.I didn't find proxy!




--
With Regards,
Everest K.C.
BE Computer Engineering
Institute of Engineering, Pulchowk Campus
URL: http://www.everestkc.com.np


Gaurav Ghimire

unread,
May 26, 2012, 10:47:51 AM5/26/12
to foss-...@googlegroups.com
What  browser are you using ? I would recommend you use firefox to browse through your proxy server, and not play with the system's proxy settings as far as possible, in either case resetting the proxy should change it back to normal and there should not be a need to do anything extra then undoing what you did earlier to put those proxy servers in the first place. However, searching through google it seems that this behavior has been there since long and what everest suggested is an easy way.

On another note, if at your campus, you administer the proxy server, try running a transparent proxy server, this way a user would not be required to change anything at their end.

Regards,
Gaurav

nabeen khadka

unread,
May 26, 2012, 11:10:13 PM5/26/12
to foss-...@googlegroups.com
Everest's suggestion worked for me. Thanks. :)
Reply all
Reply to author
Forward
0 new messages