]> source.dussan.org Git - gitblit.git/commitdiff
Add note about http.sslVerify to federation docs (issue 146)
authorJames Moger <james.moger@gitblit.com>
Thu, 18 Oct 2012 12:15:22 +0000 (08:15 -0400)
committerJames Moger <james.moger@gitblit.com>
Sat, 20 Oct 2012 02:47:32 +0000 (22:47 -0400)
docs/02_federation.mkd

index da0e6ef2177fa75073aaf9b3b41b3ca86289933d..d83a9e35d70c8aacb6b26de9004851ab145f9e09 100644 (file)
@@ -321,6 +321,13 @@ You may use the `federation.properties` file to configure one or more Gitblit in
 \r
 By default this tool does not daemonize itself; it executes and then quits.  This allows you to use the native scheduling feature of your OS.  Of course, if you'd rather use Gitblit's scheduler you may use that by specifying the `--daemon` parameter.\r
 \r
+### http.sslVerify\r
+\r
+If you are pulling from a Gitblit with a self-signed SSL certificate you will need to configure Git/JGit to bypass certificate verification.  \r
+([Git-Config Manual Page](http://www.kernel.org/pub/software/scm/git/docs/git-config.html))  \r
+\r
+<pre>git config --global --bool --add http.sslVerify false</pre>\r
+\r
 ### Command-Line Parameters\r
 Instead of using `federation.properties` you may directly specify a Gitblit instance to pull from with command-line parameters.\r
 \r