View previous topic :: View next topic |
Author |
Message |
RadioImp n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 09 Sep 2003 Posts: 22
|
Posted: Fri Oct 10, 2003 6:41 pm Post subject: Emerge and a http proxy with authentication? |
|
|
Hi
Just moved into university, and discovered they use a http proxy.
Having problems getting emerge to work
Have managed to get emerge-webrsync to this stage:
Code: |
--19:42:41-- http://distro.ibiblio.org/pub/Linux/distributions/gentoo/snapshots/portage-20030928.tar.bz2
=> `portage-20030928.tar.bz2'
Connecting to 150.237.47.250:3128... connected.
Proxy request sent, awaiting response... 407 Proxy Authentication Required
19:42:41 ERROR 407: Proxy Authentication Required.
|
but I can't find anyway to make it accept my authentication.
When browsing the internet, i have to enter a username and password into the browser, in order to get outside access, but i can't find a command that will let me do the same for emerge.
Any help would be greatly appreciated.
Tom |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
think4urs11 Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/8534934054bad29b51e5fa.jpg)
Joined: 25 Jun 2003 Posts: 6659 Location: above the cloud
|
Posted: Fri Oct 10, 2003 8:02 pm Post subject: |
|
|
Hi!
Edit your /etc/wget/wgetrc to use your proxy-user/password when connecting.
Code: | Code:
proxy_user = proxyusername
proxy_password = proxypassword
|
if you want to try normal emerge:
get sure your RSYNC_PROXY variable is set correct AND it (the proxy) supports HTTPS CONNECT on port 873 (ask the admins)
HTH
T. _________________ Nothing is secure / Security is always a trade-off with usability / Do not assume anything / Trust no-one, nothing / Paranoia is your friend / Think for yourself |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gkoks n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 13 Feb 2004 Posts: 1
|
Posted: Fri Feb 13, 2004 5:38 am Post subject: |
|
|
Hi,
took me a while to figure out why it didn't work, but the code is actually
Code: |
proxy_user = proxyusername
proxy_passwd = proxypassword
|
just to avoid confusion
Cheers,
Sebas[/code] |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|