Certificate check crashes
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
New
|
Undecided
|
Unassigned |
Bug Description
I issued the command below and got a crash. The error said to report it here, so I am. Bazaar 1.3.1 on Ubuntu Hardy. It looks like a cert check failure, but bzr shouldn't crash in that case. The bzr repository concerned is readable by the public (though not writeable).
Gerv
gerv@otter:src$ bzr co https:/
bzr: ERROR: pycurl.error: (60, 'server certificate verification failed. CAfile: /etc/ssl/
Traceback (most recent call last):
File "/usr/lib/
return run_bzr(argv)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
branch_
File "/usr/lib/
bzrdir = klass.open(
File "/usr/lib/
return BzrDir.
File "/usr/lib/
redirected)
File "/usr/lib/
return obj(*args, **kwargs)
File "/usr/lib/
return action(transport)
File "/usr/lib/
transport, _server_
File "/usr/lib/
return format.
File "/usr/lib/
format_string = transport.
File "/usr/lib/
code, response_file = self._get(relpath, None)
File "/usr/lib/
return self._get_
File "/usr/lib/
self.
File "/usr/lib/
curl.perform()
error: (60, 'server certificate verification failed. CAfile: /etc/ssl/
bzr 1.3.1 on python 2.5.2.final.0 (linux2)
arguments: ['/usr/bin/bzr', 'co', 'https:/
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_GB.UTF-8'
plugins:
launchpad /usr/lib/
*** Bazaar has encountered an internal error.
Please report a bug at https:/
including this traceback, and a description of what you
were doing when the error occurred.