Joel Johnson
2015-06-30 71b07b4daa6ec6a4b744dafec3b525a7c73d9d9f
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());