HADOOP-14340. Enable KMS and HttpFS to exclude SSL ciphers. Contributed by John Zhuge.
This commit is contained in:
parent
93fa48fcf2
commit
edd693833b
|
@ -384,6 +384,7 @@ public final class HttpServer2 implements FilterContainer {
|
||||||
getPassword(sslConf, SSLFactory.SSL_SERVER_TRUSTSTORE_PASSWORD),
|
getPassword(sslConf, SSLFactory.SSL_SERVER_TRUSTSTORE_PASSWORD),
|
||||||
sslConf.get(SSLFactory.SSL_SERVER_TRUSTSTORE_TYPE,
|
sslConf.get(SSLFactory.SSL_SERVER_TRUSTSTORE_TYPE,
|
||||||
SSLFactory.SSL_SERVER_TRUSTSTORE_TYPE_DEFAULT));
|
SSLFactory.SSL_SERVER_TRUSTSTORE_TYPE_DEFAULT));
|
||||||
|
excludeCiphers(sslConf.get(SSLFactory.SSL_SERVER_EXCLUDE_CIPHER_LIST));
|
||||||
}
|
}
|
||||||
|
|
||||||
public HttpServer2 build() throws IOException {
|
public HttpServer2 build() throws IOException {
|
||||||
|
|
Loading…
Reference in New Issue