Comment 7 for bug 558343

Revision history for this message
Martin Pool (mbp) wrote :

Thanks, that helps a lot; it's interesting that someone else hit this recently.

I see you have a proxy at 192.168.0.222, and we're trying to CONNECT through it, which is ok. But this request looks wrong to me:

0.829 > POST /bazaar/
0.829 > Content-Length: 164
> Connection: Keep-Alive
> Accept: */*
> User-Agent: bzr/2.1.0 (urllib)
> Host: 192.168.0.222:3128
> Pragma: no-cache
> Cache-Control: max-age=0
> Content-Type: text/xml

Surely the 'Host' header should be xmlrpc.edge.launchpad.net, not that of the proxy?

I think Launchpad is then being a bit weird by sending a redirect to a nonexistent feeds url rather than just giving an error that there is no host 192.168.0.222. Probably feeds.l.n is the default vhost. That should be fixed too.