Fri 2012-02-24 09:09:55 +0000 0.058 bazaar version: 2.4.1 0.058 bzr arguments: [u'-Dhttp', u'pull', u'https+urllib://localhost/bzr/sandbox/trunk/'] 0.090 looking for plugins in /home/romanop/.bazaar/plugins 0.090 looking for plugins in /usr/lib/python2.7/dist-packages/bzrlib/plugins 0.137 encoding stdout as sys.stdout encoding 'UTF-8' 0.168 opening working tree '/home/romanop/tmp/trunk' 0.191 * About to connect() to localhost:443 0.228 > GET /bzr/sandbox/trunk 0.228 > Host: localhost > Accept: */* > User-Agent: bzr/2.4.1 (urllib) > Connection: Keep-Alive > Pragma: no-cache > Cache-Control: max-age=0 0.230 < HTTP/1.1 401 Authorization Required 0.230 < Date: Fri, 24 Feb 2012 09:09:57 GMT < Server: Apache/2.2.20 (Ubuntu) < WWW-Authenticate: Negotiate < WWW-Authenticate: Basic realm="AD Login" < Vary: Accept-Encoding < Content-Length: 496 < Keep-Alive: timeout=5, max=100 < Connection: Keep-Alive < Content-Type: text/html; charset=iso-8859-1 0.232 > GET /bzr/sandbox/trunk 0.232 > Host: localhost > Accept: */* > User-Agent: bzr/2.4.1 (urllib) > Connection: Keep-Alive > Pragma: no-cache > Cache-Control: max-age=0 > Authorization: 0.313 < HTTP/1.1 301 Moved Permanently 0.313 < Date: Fri, 24 Feb 2012 09:09:57 GMT < Server: Apache/2.2.20 (Ubuntu) < location: https://localhost/bzr/sandbox/trunk/changes < Vary: Accept-Encoding < Keep-Alive: timeout=5, max=99 < Connection: Keep-Alive < Transfer-Encoding: chunked < Content-Type: text/html [19797] 2012-02-24 09:09:55.508 INFO: https://localhost/bzr/sandbox/trunk is permanently redirected to https://localhost/bzr/sandbox/trunk/changes 0.330 * About to connect() to localhost port 443 (#0) 0.330 * Trying 10.0.0.9... 0.331 * connected 0.331 * Connected to localhost (10.0.0.9) port 443 (#0) 0.377 * found 115 certificates in /etc/ssl/certs/ca-certificates.crt 0.503 * server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none 0.503 * Closing connection #0 0.507 got pycurl error: 60, server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none, (60, 'server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none'), url: https://localhost/bzr/sandbox/trunk/trunk 0.509 Transferred: 2kB (5.7kB/s r:1kB w:0kB) 0.513 Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 946, in exception_to_return_code return the_callable(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 1150, in run_bzr ret = run(*run_argv) File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 699, in run_argv_aliases return self.run(**all_cmd_args) File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 721, in run return self._operation.run_simple(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 135, in run_simple self.cleanups, self.func, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 165, in _do_with_cleanups result = func(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/bzrlib/builtins.py", line 1031, in run possible_transports=possible_transports) File "/usr/lib/python2.7/dist-packages/bzrlib/bundle/__init__.py", line 43, in read_mergeable_from_url _do_directive) File "/usr/lib/python2.7/dist-packages/bzrlib/bundle/__init__.py", line 61, in read_mergeable_from_transport get_bundle, transport, redirected_transport) File "/usr/lib/python2.7/dist-packages/bzrlib/transport/__init__.py", line 1690, in do_catching_redirections return action(transport) File "/usr/lib/python2.7/dist-packages/bzrlib/bundle/__init__.py", line 49, in get_bundle return StringIO(transport.get_bytes(filename)), transport File "/usr/lib/python2.7/dist-packages/bzrlib/transport/__init__.py", line 633, in get_bytes f = self.get(relpath) File "/usr/lib/python2.7/dist-packages/bzrlib/transport/http/__init__.py", line 126, in get code, response_file = self._get(relpath, None) File "/usr/lib/python2.7/dist-packages/bzrlib/transport/http/_pycurl.py", line 171, in _get return self._get_full(relpath) File "/usr/lib/python2.7/dist-packages/bzrlib/transport/http/_pycurl.py", line 206, in _get_full self._curl_perform(curl, header) File "/usr/lib/python2.7/dist-packages/bzrlib/transport/http/_pycurl.py", line 403, in _curl_perform 'curl connection error (%s)\non %s' % (e[1], url)) ConnectionError: Connection error: curl connection error (server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none) on https://localhost/bzr/sandbox/trunk/trunk 0.513 return code 3