HADOOP-11217. (Addendum to allow SSLv2Hello) Disable SSLv3 in KMS. (Robert Kanter via kasha)
This commit is contained in:
parent
b0a9cd37ab
commit
87818ef4e7
|
@ -70,7 +70,7 @@
|
||||||
described in the APR documentation -->
|
described in the APR documentation -->
|
||||||
<Connector port="${kms.http.port}" protocol="HTTP/1.1" SSLEnabled="true"
|
<Connector port="${kms.http.port}" protocol="HTTP/1.1" SSLEnabled="true"
|
||||||
maxThreads="${kms.max.threads}" scheme="https" secure="true"
|
maxThreads="${kms.max.threads}" scheme="https" secure="true"
|
||||||
clientAuth="false" sslEnabledProtocols="TLSv1"
|
clientAuth="false" sslEnabledProtocols="TLSv1,SSLv2Hello"
|
||||||
keystoreFile="${kms.ssl.keystore.file}"
|
keystoreFile="${kms.ssl.keystore.file}"
|
||||||
keystorePass="${kms.ssl.keystore.pass}"/>
|
keystorePass="${kms.ssl.keystore.pass}"/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue