Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
proxy problems with wget
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
jetsaredim
n00b
n00b


Joined: 28 Sep 2003
Posts: 40
Location: North East US

PostPosted: Tue Apr 19, 2005 4:04 pm    Post subject: proxy problems with wget Reply with quote

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
View user's profile Send private message
inode77
Veteran
Veteran


Joined: 20 Jan 2004
Posts: 1303
Location: Heart of Europe

PostPosted: Tue Apr 19, 2005 4:19 pm    Post subject: Reply with quote

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
View user's profile Send private message
jetsaredim
n00b
n00b


Joined: 28 Sep 2003
Posts: 40
Location: North East US

PostPosted: Tue Apr 19, 2005 5:04 pm    Post subject: Reply with quote

Actually, I should mention that the problem isn't that I can't get to the proxy....

>>> emerge (1 of 3) media-video/realplayer-10.0.3-r1 to /
>>> Downloading https://helixcommunity.org/download.php/964/RealPlayer-10.0.3.748-20050223.i586.rpm
--12:03:45-- https://helixcommunity.org/download.php/964/RealPlayer-10.0.3.748-20050223.i586.rpm
=> `/usr/portage/distfiles/RealPlayer-10.0.3.748-20050223.i586.rpm'
Resolving xxx.xxx.xxx... nnn.nnn.nnn
Connecting to xxx.xxx.xxx[nnn.nnn.nnn]:80... connected.
Proxy request sent, awaiting response... 500 Server Error
12:03:45 ERROR 500: Server Error.
Back to top
View user's profile Send private message
polle
Veteran
Veteran


Joined: 28 Feb 2003
Posts: 1498
Location: Belgium

PostPosted: Tue Apr 19, 2005 6:25 pm    Post subject: Reply with quote

http://wiki2.archlinux.org/index.php/How%20to%20make%20wget%20to%20work%20with%20proxy%20and%20proxy%20authentification
don't know if this helps you
Back to top
View user's profile Send private message
amne
Bodhisattva
Bodhisattva


Joined: 17 Nov 2002
Posts: 6378
Location: Graz / EU

PostPosted: Wed Apr 20, 2005 6:00 pm    Post subject: Reply with quote

Moved from IG.
_________________
Dinosaur week! (Ok, this thread is so last week)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum