James Moger
2015-10-26 e69804d4001796a49476089bcbe8f67c3c700497
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());