HADOOP-14340. Enable KMS and HttpFS to exclude SSL ciphers. Contributed by John Zhuge.

This commit is contained in:
John Zhuge 2017-04-20 21:22:06 -07:00 committed by John Zhuge
parent 93fa48fcf2
commit edd693833b
1 changed files with 1 additions and 0 deletions

View File

@ -384,6 +384,7 @@ private void loadSSLConfiguration() throws IOException {
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 {