From e3b636e7fa2a823cfe90ea75e88034a60f7e59e6 Mon Sep 17 00:00:00 2001
From: David Ostrovsky <david@ostrovsky.org>
Date: Thu, 10 Apr 2014 18:58:07 -0400
Subject: [PATCH] SSHD: Add support for git pack commands

---
 src/site/setup_client.mkd |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/site/setup_client.mkd b/src/site/setup_client.mkd
index 684cba2..d8fc7d1 100644
--- a/src/site/setup_client.mkd
+++ b/src/site/setup_client.mkd
@@ -28,18 +28,19 @@
 
 #### Java-based Clients
 
-When using Java 7-based clients, SNI is enabled by default.  You can disable SNI by specifying the JVM system parameter `-Djsse.enableSNIExtension=false` when your Java-based client launches.
+Luckily, Java 6-based clients ignore SNI alerts but when using Java 7-based clients, SNI checking is enabled by default.  You can disable SNI alerts by specifying the JVM system parameter `-Djsse.enableSNIExtension=false` when your Java-based client launches.
 
 For Eclipse, you can append `-Djsse.enableSNIExtension=false` to your *eclipse.ini* file.
 
 #### Native Clients
 
 Native clients may display an error when attempting to clone or push that looks like this:
----FIXED---
+
+```
 C:\projects\git\gitblit>git push rhcloud master
 error: error:14077458:SSL routines:SSL23_GET_SERVER_HELLO:reason(1112) while accessing https://demo-gitblit.rhcloud.com/git/gitblit.git/info/refs?service=git-receive-pack
 fatal: HTTP request failed
----FIXED---
+```
 
 ### Cloning a Repository 
 

--
Gitblit v1.9.1