We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a9cd3 commit 87818efCopy full SHA for 87818ef
hadoop-common-project/hadoop-kms/src/main/tomcat/ssl-server.xml
@@ -70,7 +70,7 @@
70
described in the APR documentation -->
71
<Connector port="${kms.http.port}" protocol="HTTP/1.1" SSLEnabled="true"
72
maxThreads="${kms.max.threads}" scheme="https" secure="true"
73
- clientAuth="false" sslEnabledProtocols="TLSv1"
+ clientAuth="false" sslEnabledProtocols="TLSv1,SSLv2Hello"
74
keystoreFile="${kms.ssl.keystore.file}"
75
keystorePass="${kms.ssl.keystore.pass}"/>
76
0 commit comments