Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2965 - HTTP & FTP proxies not working.
Summary: HTTP & FTP proxies not working.
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-23 13:24 UTC by Tyson Harding
Modified: 2011-10-30 22:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tyson Harding 2002-05-23 13:24:00 UTC
On my network at work I have to use a proxy server to get access to the outside 
internet. When I put the proxy server in the make.conf, or the make.globals 
file nothing changed. I had to go into the /etc/wget/wgetrc file and add the 
proxy to the http, and ftp proxy lines, and uncomment out the use proxy line. 
The solution may be as simple as just adding the argument to use proxies to the 
call to wget, but I don't know.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-05-27 06:27:06 UTC
Ben,

care to tackle?
Comment 2 Ben Lutgens (RETIRED) gentoo-dev 2002-05-27 14:08:43 UTC
I've tested with portage-1.9.13 and 1.9.10 and used wget, prozilla, and lukemftp
FETCHCOMMANDS with all each version. No matter what I do my proxy was never hit. 
It appears that wget requires the env variable to be $http_proxy and  not
$HTTP_PROXY. So we can either change this in make.conf or add
http_proxy="$HTTP_PROXY" to make.conf etc.

lukemftp and prozilla don't seem to like the proxy regardless, not suprizing. I
say we just make it a known caveat that if you want to use a proxy you're stuck
with wget unless you wish to to some mojo to get around it. Transparent proxies
should work fine regardless.
Comment 3 Ben Lutgens (RETIRED) gentoo-dev 2002-06-10 21:43:58 UTC
This doesn't belong to me. This should go to whomever maintains the default
make.conf stuff.
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2002-06-20 13:41:21 UTC
Not really my field as well, as I have never touched make.conf on CVS.
If still here in a while, and I have time, Ill have a look.
Comment 5 Nicholas Jones (RETIRED) gentoo-dev 2002-11-14 06:07:23 UTC
Should be fixed as of a couple months ago.