summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Brown <ben.brown@codethink.co.uk>2020-08-12 13:40:19 +0000
committerBen Brown <ben.brown@codethink.co.uk>2020-08-12 13:40:19 +0000
commitb56e0f3deb9159784e42b73a3ac64d2cb4414ec7 (patch)
treef6c970a84f21bedcce3711ae2f299a08af89b4fe /README.md
parent4453c29e7812deb3c64a479e16bcad571a29f825 (diff)
parentbdfa301998218e879281de58e1ab8097d34d6f08 (diff)
downloadlorry-b56e0f3deb9159784e42b73a3ac64d2cb4414ec7.tar.gz
Merge branch 'bwh/validate-server-certs' into 'master'
lorry: Enable TLS server certificate validation by default Closes #9 See merge request CodethinkLabs/lorry/lorry!15
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index a5845f3..a3e4905 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,12 @@ all of them will be processed by lorry. The following shows two repositories.
Lorry can import other version control systems into git.
+When the URL uses the `https:` scheme, Lorry will validate the SSL/TLS
+server certificate by default. If necessary, this can be disabled for
+a Bazaar, Git, and Mercurial server by adding the key:
+
+ "check-certificates": false
+
### Mercurial
Mercurial is very similar to git, just change the type field to "hg"