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.
On Thu, 2008-07-10 at 20:36 +0000, weswinham wrote: certificate that wget uses.
> 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_
One possible workaround is to install pycurl, or to use urllib+ with
the URLs to avoid pycurl's check.
Thanks,
James