summaryrefslogtreecommitdiffstats
path: root/src/site/setup_client.mkd
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-07-24 11:50:50 -0400
committerJames Moger <james.moger@gitblit.com>2013-07-24 11:50:50 -0400
commit9359865cf1571d69a464387abb2b0b2c4982580d (patch)
treeb2b953305ca07816ae24af5e8a79ff4049fcea79 /src/site/setup_client.mkd
parentadc821981f61927a78d7e0157f790e15343284af (diff)
downloadgitblit-9359865cf1571d69a464387abb2b0b2c4982580d.tar.gz
gitblit-9359865cf1571d69a464387abb2b0b2c4982580d.zip
Documentation
Diffstat (limited to 'src/site/setup_client.mkd')
-rw-r--r--src/site/setup_client.mkd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/setup_client.mkd b/src/site/setup_client.mkd
index 684cba21..e72751a1 100644
--- a/src/site/setup_client.mkd
+++ b/src/site/setup_client.mkd
@@ -28,7 +28,7 @@ You may run into SNI alerts (Server Name Indication). These will manifest as fa
#### 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.