James Moger
2014-11-04 4e84166db5c5538e3984d9d2d6bb1f9902e65ee0
Merged #217 "Exclude SSLv3 from Gitblit GO https protocols"
1 files modified
1 ■■■■ changed files
src/main/java/com/gitblit/GitblitSslContextFactory.java 1 ●●●● patch | view | raw | blame | history
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());