wget with proxy authentication

Status
Not open for further replies.

ainstushar

Baseband Member
Messages
88
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
 
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]/"
}
 
Thats debian specific and will only work for debian or distros derived from debian
 
@philg: Sorry, but he didn't specify his distro, so it was worth a shot.
 
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
 
Status
Not open for further replies.
Back
Top Bottom