[Bug 944696] Re: Certificate error on launchpad xmlrpc server with HTTPS_PROXY set
Launchpad Bug Tracker
944696 at bugs.launchpad.net
Tue Jun 26 14:35:25 UTC 2012
This bug was fixed in the package bzr - 2.5.1-0ubuntu1
---------------
bzr (2.5.1-0ubuntu1) precise-proposed; urgency=low
* New upstream release.
+ Fixes handling of colocated branches in `bzr rmbranch`. LP: #920653
+ rmbranch now refuses to remove active branch. LP: #922953
+ Connecting with HTTPS via HTTP correctly uses host name of destination
rather than that of proxy. LP: #944696
+ No longer requires tty when GPG signing commits. LP: #847388
+ Fixes unicode erorrs when translated progress task messages
contain non-ascii text. LP: #966934
+ Fixes display of help for configuration options that overlap
with other topics. LP: #941672
* Drop 06_spurious_test_failure: applied upstream.
-- Jelmer Vernooij <jelmer at debian.org> Mon, 28 May 2012 13:36:02 +0200
** Changed in: bzr (Ubuntu Precise)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bzr in Ubuntu.
https://bugs.launchpad.net/bugs/944696
Title:
Certificate error on launchpad xmlrpc server with HTTPS_PROXY set
Status in Bazaar Version Control System:
Fix Released
Status in Bazaar 2.5 series:
Fix Released
Status in “bzr” package in Ubuntu:
Fix Released
Status in “bzr” source package in Precise:
Fix Released
Bug description:
When using an https proxy (by setting $https_proxy), I get an error:
soren at jenkins:~$ bzr branch lp:reincarnate
bzr: ERROR: Certificate error: hostname 'proxy-sjc-1.cisco.com' doesn't match either of '*.launchpad.net', 'launchpad.net'
soren at jenkins:~$ echo $https_proxy
http://proxy-sjc-1.cisco.com:80/
So, apparently it's comparing the hostname given in the cert against
the hostname of the proxy. That will never work :)
FWIW, w3m and wget are perfectly happy talking to launchpad through
this proxy. No complaints over anything like this.
To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr/+bug/944696/+subscriptions
More information about the foundations-bugs
mailing list