Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Emerge and a http proxy with authentication?
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
RadioImp
n00b
n00b


Joined: 09 Sep 2003
Posts: 22

PostPosted: Fri Oct 10, 2003 6:41 pm    Post subject: Emerge and a http proxy with authentication? Reply with quote

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


Joined: 25 Jun 2003
Posts: 6659
Location: above the cloud

PostPosted: Fri Oct 10, 2003 8:02 pm    Post subject: Reply with quote

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


Joined: 13 Feb 2004
Posts: 1

PostPosted: Fri Feb 13, 2004 5:38 am    Post subject: Reply with quote

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
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