HADOOP-14340. Enable KMS and HttpFS to exclude SSL ciphers. Contributed by John Zhuge.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7ceb8f1e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7ceb8f1e Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/7ceb8f1e Branch: refs/heads/HDFS-10467 Commit: 7ceb8f1e53321327410bbc1ebbc8ccb01210661e Parents: 9ad8130 Author: John Zhuge <jzh...@cloudera.com> Authored: Thu Apr 20 21:22:06 2017 -0700 Committer: Inigo <inigo...@apache.org> Committed: Tue May 2 14:52:02 2017 -0700 ---------------------------------------------------------------------- .../src/main/java/org/apache/hadoop/http/HttpServer2.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/7ceb8f1e/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/http/HttpServer2.java ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/http/HttpServer2.java b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/http/HttpServer2.java index bd10f93..cbabb33 100644 --- a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/http/HttpServer2.java +++ b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/http/HttpServer2.java @@ -384,6 +384,7 @@ public final class HttpServer2 implements FilterContainer { getPassword(sslConf, SSLFactory.SSL_SERVER_TRUSTSTORE_PASSWORD), sslConf.get(SSLFactory.SSL_SERVER_TRUSTSTORE_TYPE, SSLFactory.SSL_SERVER_TRUSTSTORE_TYPE_DEFAULT)); + excludeCiphers(sslConf.get(SSLFactory.SSL_SERVER_EXCLUDE_CIPHER_LIST)); } public HttpServer2 build() throws IOException { --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org