Setting up the proxy on a Windows machine on a domain

Asked by Massimiliano Alberti

I'm using Windows XP PRO. I'm in a domain. (something\myname). I have to use the proxy for all the outgoing internet. My proxy is configured through an "automatic script configuration". I have to use my domain username/pwd with this proxy. How can I configure bazaar? I tried the HTTP_PROXY and HTTPS_PROXY, setting the script, but I receive a 407 Error (missing authentication). Where should I put the authentication? Thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
Martin Pool
Solved:
Last query:
Last reply:
Revision history for this message
Martin Pool (mbp) said :
#1

Hi,

You should be able to set http_proxy=http://user:password@proxy:port/

That may not work if your proxy requires NTLM authentication, in which
case it may need a bug opened against bzr to support this.

Revision history for this message
Massimiliano Alberti (xanatos-geocities) said :
#2

How can I know if I'm using NTLM authentication?

Revision history for this message
Best Martin Pool (mbp) said :
#3

Ask your sysadmins I suppose.

Revision history for this message
Massimiliano Alberti (xanatos-geocities) said :
#4

Thanks Martin Pool, that solved my question.