Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 01-20-2006, 11:03 AM   #1 (permalink)
ainstushar's Avatar
 
Junior Techie

Join Date: Oct 2005

Posts: 88

ainstushar

Default wget with proxy authentication

i go thru a proxy server, it needs authentication - uname and passwd. i edited the /etc/wgetrc with vim and added this

http_proxy=myproxy:myport
proxy_user=myuname
proxy_passwd=mypasswd

but when i start wget and enter url: 407 proxy authentication required.

Any suggestions?
THX
ainstushar is offline  
Old 01-21-2006, 09:30 AM   #2 (permalink)
 
Junior Techie

Join Date: Nov 2005

Posts: 74

philg

Default

Do you not need to set a proxy for ftp aswell?
__________________
www.pdgaskell.co.uk
philg is offline  
Old 01-21-2006, 10:31 AM   #3 (permalink)
void's Avatar
 
True Techie

Join Date: Oct 2005

Posts: 198

void

Default

In /etc/apt/apt.conf I have this for a proxy server, I haven't changed /etc/wgetrc at all, everything works fine. Replace with your proxy details.

ACQUIRE {
http::proxy "http://[username]:[password]@[server]:[port]/"
}
void is offline  
Old 01-21-2006, 11:37 AM   #4 (permalink)
 
Junior Techie

Join Date: Nov 2005

Posts: 74

philg

Default

Thats debian specific and will only work for debian or distros derived from debian
__________________
www.pdgaskell.co.uk
philg is offline  
Old 01-21-2006, 12:01 PM   #5 (permalink)
void's Avatar
 
True Techie

Join Date: Oct 2005

Posts: 198

void

Default

@philg: Sorry, but he didn't specify his distro, so it was worth a shot.
void is offline  
Old 01-21-2006, 01:48 PM   #6 (permalink)
 
Junior Techie

Join Date: Nov 2005

Posts: 74

philg

Default

No need to apologise, your right he didn't specify he his distribution so it is a valid point, I just thought it needed a bit of clarification thats all
__________________
www.pdgaskell.co.uk
philg is offline  
Old 01-23-2006, 08:11 AM   #7 (permalink)
ainstushar's Avatar
 
Junior Techie

Join Date: Oct 2005

Posts: 88

ainstushar

Default

sorry guys, my fault, i have arch linux.
ainstushar is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On