Repository: hadoop
Updated Branches:
  refs/heads/trunk 93fa48fcf -> edd693833


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/edd69383
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/edd69383
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/edd69383

Branch: refs/heads/trunk
Commit: edd693833b468623562c1b1085f79cbafbee9f15
Parents: 93fa48f
Author: John Zhuge <jzh...@cloudera.com>
Authored: Thu Apr 20 21:22:06 2017 -0700
Committer: John Zhuge <jzh...@apache.org>
Committed: Wed Apr 26 11:44:59 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/edd69383/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

Reply via email to