Fabrice Bacchella
2015-06-03 b57b9ec3edd2ca7e7e44190f85e3743cea822e3e
src/main/java/com/gitblit/GitblitSslContextFactory.java
@@ -54,6 +54,7 @@
      setKeyStorePassword(storePassword);
      setTrustStorePath(clientTrustStore.getAbsolutePath());
      setTrustStorePassword(storePassword);
      addExcludeProtocols("SSLv3");
      logger.info("   keyStorePath   = " + keyStore.getAbsolutePath());
      logger.info("   trustStorePath = " + clientTrustStore.getAbsolutePath());