Comment 2 for bug 363019

Revision history for this message
Bruno Gomes (blfgomes) wrote : Re: bzr can't do NTLM proxy authentication, but urllib2 can?

Hi, thanks for taking a look at this bug.

As I understand it, this particular proxy accepts both NTLM and Basic authentication. I can authenticate successfully using the HTTP_PROXY variable and I cited wget and urllib2 as examples. Something as simple as "urllib2.urlopen('http://www.google.com').read()" works here, but I can't get bzr to work. It appears that it is simply dropping the authentication settings and trying to connect to the proxy without a username/password.