SSL problem with bzr-svn -- blocking problem

Jelmer Vernooij jelmer at samba.org
Fri Jul 2 10:48:02 BST 2010


Hi Russel,

On Fri, 2010-07-02 at 10:42 +0100, Russel Winder wrote:
> Jelmer,
> 
> Recently (within the last week I think but I am not entirely sure when)
> bzr-svn has stopped being able to access Subversion repositories.  The
> error I am getting is, for example:
> 
> 1.110  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://svn.codehaus.org/groovy/trunk/groovy/modules/native_launcher/ 
> 
> git + git-svn and hg + hgsubversion are not ahving any difficulties so
> my hypothesis is something changed in bzr-svn that is causing the
> problem -- though an alternative hypothesis is that something change in
> Ubuntu Lucid that only affects bzr-svn and not git-svn and hgsubversion.
This is caused by pycurl being installed on your system. You can work
around it by forcing the use of urllib, using https+urllib:// as the
scheme in the URL.

Cheers,

Jelmer



More information about the bazaar mailing list