LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Proxy problem (https://www.linuxquestions.org/questions/linux-networking-3/proxy-problem-796622/)

ravi.xolve 03-20-2010 01:14 AM

Proxy problem
 
I am behind a passworded proxy. I can connect to the Internet using Firefox, Chrome or even Synaptic. But when I set the bash environment variable as:
Code:

export http_proxy=http://user:password@proxy_address
and try to download the files using wget like bizip2 or debian packages I get 404 error and with the pure domain names like www.google.com or www.kde.org I just get the default proxy password change page as output file.

What is the problem. I even tried changing the user-agent of wget.

mario.almeida 03-20-2010 02:00 AM

Hi,

for wget use --proxy-user=user --proxy-password=password

ravi.xolve 03-20-2010 08:19 AM

Used that too. Still same problem.

ravi.xolve 03-27-2010 08:59 AM

I missed to put the port address in the proxy. My bad. Sorry for the trouble that caused you.


All times are GMT -5. The time now is 08:15 PM.