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