Skip to content

Commit 87818ef

Browse files
committed
HADOOP-11217. (Addendum to allow SSLv2Hello) Disable SSLv3 in KMS. (Robert Kanter via kasha)
1 parent b0a9cd3 commit 87818ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-common-project/hadoop-kms/src/main/tomcat/ssl-server.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
described in the APR documentation -->
7171
<Connector port="${kms.http.port}" protocol="HTTP/1.1" SSLEnabled="true"
7272
maxThreads="${kms.max.threads}" scheme="https" secure="true"
73-
clientAuth="false" sslEnabledProtocols="TLSv1"
73+
clientAuth="false" sslEnabledProtocols="TLSv1,SSLv2Hello"
7474
keystoreFile="${kms.ssl.keystore.file}"
7575
keystorePass="${kms.ssl.keystore.pass}"/>
7676

0 commit comments

Comments
 (0)