View previous topic :: View next topic |
Author |
Message |
jetsaredim n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Star Wars/movie_star_wars_darth_maul.gif)
Joined: 28 Sep 2003 Posts: 40 Location: North East US
|
Posted: Tue Apr 19, 2005 4:04 pm Post subject: proxy problems with wget |
|
|
I'm trying to upgrade my realplayer package to the newest. I'm running into a problem that my http_* environment variables must not be correctly configured. I am behind a firewall here at work. I can download the file through my browser (firefox), so I know that its possible to setup correctly, but I'm just not sure how.
here's what my environment variables look like (with names stripped).
http_proxy http://xxx.xxx.xxx:80
RSYNC_PROXY xxx.xxx.xxx:80
ftp_proxy $http_proxy
https_proxy http://xxx.xxx.xxx:80 (does not work)
here's a listing from firefox's prefs.js
user_pref("network.proxy.ftp", "xxx.xxx.xxx");
user_pref("network.proxy.ftp_port", 80);
user_pref("network.proxy.gopher", "xxx.xxx.xxx");
user_pref("network.proxy.gopher_port", 80);
user_pref("network.proxy.http", "xxx.xxx.xxx");
user_pref("network.proxy.http_port", 80);
user_pref("network.proxy.share_proxy_settings", true);
user_pref("network.proxy.ssl", ""xxx.xxx.xxx);
user_pref("network.proxy.ssl_port", 80);
In all cases "xxx.xxx.xxx" is exactly the same string.
The question is: what am I missing? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
inode77 Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/25726459413f9f821f473.gif)
Joined: 20 Jan 2004 Posts: 1303 Location: Heart of Europe
|
Posted: Tue Apr 19, 2005 4:19 pm Post subject: |
|
|
Try using IP addresses instead of names, I know it should not make any difference:
Code: | export http_proxy="333.333.333.333:80" |
(Is only valid in the console you typed this not in other, but you sure know this) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
jetsaredim n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Star Wars/movie_star_wars_darth_maul.gif)
Joined: 28 Sep 2003 Posts: 40 Location: North East US
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
polle Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/15639006940f832b9ed382.gif)
Joined: 28 Feb 2003 Posts: 1498 Location: Belgium
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
amne Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/117771253447ad6e0ae3631.gif)
Joined: 17 Nov 2002 Posts: 6378 Location: Graz / EU
|
Posted: Wed Apr 20, 2005 6:00 pm Post subject: |
|
|
Moved from IG. _________________ Dinosaur week! (Ok, this thread is so last week) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|