Comment 20 for bug 82086

Revision history for this message
James Westby (james-w) wrote : Re: [Bug 82086] Re: pycurl transport causes tracebacks if the server's SSL cert cannot be verified.

On Thu, 2008-07-10 at 20:36 +0000, weswinham wrote:
> Our development server uses a self-signed certificate with bzr+https
> using HTTP Digest authentication to limit access. I can't find a way
> around this bug to get things to work. The only thing I can think of
> would be to grab our self-signed cert and distribute it to all of the
> developers, that's much more of a pain than an option like
> --no_check_certificate that wget uses.

One possible workaround is to install pycurl, or to use urllib+ with
the URLs to avoid pycurl's check.

Thanks,

James