error using branch behind proxy

Vincent Ladeuil v.ladeuil+lp at free.fr
Sun Feb 25 11:05:11 GMT 2007


>>>>> "Jeff" == Jeff Cunningham <jeffrey at cunningham.net> writes:

    Jeff> Vincent Ladeuil wrote:
    >> <snip/>
    >> 
    Jeff> I browsed through some of the list archives and spotted this one:
    >> 
    Jeff> https://lists.ubuntu.com/archives/bazaar/2007q1/022220.html
    >> 
    Jeff> I made that change but it didn't fix my problem.  
    >> 
    >> It may be that one of your [all|http|no]_proxy variable use an
    >> unknown (to bzr) syntax.
    >> 
    Jeff> I can't update my copy of bzr using bzr because of the
    Jeff> catch-22.
    >> 
    Jeff> Any advice? I am behind a firewall here. http_proxy is
    Jeff> set correctly and works as it should for everything
    Jeff> else.

    >> 
    >> Show us your proxy variables and we can help ;-)
    >> 
    >> Vincent
    >> 
    >> 
    >> 

    Jeff> http_proxy=nw-proxy.boeing.com:31060

This is unusual, curl do not recognize it for one. What bzr is
currently expecting is:

http_proxy=http://nw-proxy.boeing.com:31060

Also note that for https you can say either:

  https_proxy=https://nw-proxy.boeing.com:31060

or

  https_proxy=http://nw-proxy.boeing.com:31060

depending on whether you want your local traffic (between you and
the proxy) to be encrypted or not.

That should solve your immediate problem.

But I'm still surprised, can you tell me what other programs
recognize this syntax in the environment variables ?

     Vincent




More information about the bazaar mailing list