From 68b40fbbb8ceff55efdf6dfb1f25c48c2f2df6d4 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 2 Feb 2011 15:53:32 -0800 Subject: [PATCH] Getting Started guide: update for new versions of Mercurial Newer versions of Mercurial require the configuration of Certification Authorities. R=rsc CC=golang-dev https://golang.org/cl/4128052 --- doc/install.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/install.html b/doc/install.html index 5917da964a..8630837b68 100644 --- a/doc/install.html +++ b/doc/install.html @@ -110,6 +110,21 @@ package repository will most likely be old and broken.) If that fails, try installing manually from the Mercurial Download page.

+

+Mercurial versions 1.7.x and up require the configuration of +Certification Authorities +(CAs). Error messages of the form: +

+
+warning: go.googlecode.com certificate with fingerprint b1:af: ... bc not verified (check hostfingerprints or web.cacerts config setting)
+
+

+when using Mercurial indicate that the CAs are missing. +Check your Mercurial version (hg --version) and +configure the CAs +if necessary. +

+

Fetch the repository

-- 2.50.0