You are not logged in.

#1 2006-05-11 13:19:09

Machiavelli
Member
Registered: 2005-08-24
Posts: 92

Using dillo/elinks/wget/rsync with a proxy?

Arrgh, this is really embarrasing, BUT:

I can't get these simple programs working with our proxy here at school. It's at proxy.ugs.uddevalla.se, the username is ******* and the password is ******** ( wink ). Would be a piece of cake if the proxy didn't need authentication, but then again, there we are.

I've tried the following:
$ http_proxy=http://proxy.ugs.uddevalla.se dillo
$ http_proxy=http://<username>:<password>@proxy.ugs.uddevalla.se dillo
$ http_proxy=http://<username>:<password>@proxy.ugs.uddevalla.se:8080 dillo
$ http_proxy=http://proxy.ugs.uddevalla.se:8080 proxy_user=<username> proxy_passwd=<password> dillo
etc

Firefox, though, has no problem working with the proxy (although cat /proc/cpuinfo | grep MHz begs to differ... it's sloooow).

What did I overlook?

Offline

#2 2006-05-11 15:49:13

Vins
Member
From: Italy
Registered: 2005-12-14
Posts: 67

Re: Using dillo/elinks/wget/rsync with a proxy?

For Dillo:

Take this: http://www.dillo.org/dillorc

And put it in ~/.dillo/dillorc


Then under NETWORK SECTION:

# Set the proxy information for http
#http_proxy=http://localhost:8080/

# if you need to provide a  user/password pair for the proxy,
# set the proxy user name here and Dillo will ask for the password later.
#http_proxyuser="joe"

Change it to fit your needs!

ViNS

Offline

Board footer

Powered by FluxBB