Joel Johnson
2015-07-07 fd0fc5fc9a13456c4038d03cbc6c6b3beed38910
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());