From 713d27789bc0b5d82b607fed20e5f16ad9216898 Mon Sep 17 00:00:00 2001 From: Paul Martin <paul@paulsputer.com> Date: Sun, 27 Mar 2016 12:09:16 -0400 Subject: [PATCH] Disable edit links in read only mode #974 --- src/site/setup_transport_http.mkd | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/site/setup_transport_http.mkd b/src/site/setup_transport_http.mkd index 5329a18..4de7596 100644 --- a/src/site/setup_transport_http.mkd +++ b/src/site/setup_transport_http.mkd @@ -5,7 +5,7 @@ You must tell Git/JGit not to verify the self-signed certificate in order to perform any remote Git operations. **NOTE:** -The default self-signed certificate generated by Gitlbit GO is bound to *localhost*. +The default self-signed certificate generated by Gitblit GO is bound to *localhost*. If you are using Eclipse/EGit/JGit clients, you will have to generate your own certificate that specifies the exact hostname used in your clone/push url. You must do this because Eclipse/EGit/JGit (< 3.0) always verifies certificate hostnames, regardless of the *http.sslVerify=false* client-side setting. -- Gitblit v1.9.1