[ 
https://issues.apache.org/jira/browse/HADOOP-11217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14209907#comment-14209907
 ] 

Hudson commented on HADOOP-11217:
---------------------------------

SUCCESS: Integrated in Hadoop-Mapreduce-trunk-Java8 #4 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/4/])
HADOOP-11217. (Addendum to allow SSLv2Hello) Disable SSLv3 in KMS. (Robert 
Kanter via kasha) (kasha: rev 87818ef4e7c1a49dc3b0d6766cceb3499b07b837)
* hadoop-common-project/hadoop-kms/src/main/tomcat/ssl-server.xml


> Disable SSLv3 in KMS
> --------------------
>
>                 Key: HADOOP-11217
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11217
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: kms
>    Affects Versions: 2.6.0
>            Reporter: Robert Kanter
>            Assignee: Robert Kanter
>            Priority: Blocker
>             Fix For: 2.6.0
>
>         Attachments: HADOOP-11217-addendum.patch, HADOOP-11217.patch, 
> HADOOP-11217.patch
>
>
> We should disable SSLv3 in KMS to protect against the POODLEbleed 
> vulnerability.
> See 
> [CVE-2014-3566|http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-3566]
> We have {{sslProtocol="TLS"}} set to only allow TLS in ssl-server.xml, but 
> when I checked, I could still connect with SSLv3.  There documentation is 
> somewhat unclear in the tomcat configs between {{sslProtocol}}, 
> {{sslProtocols}}, and {{sslEnabledProtocols}} and what each value they take 
> does exactly.  From what I can gather, {{sslProtocol="TLS"}} actually 
> includes SSLv3 and the only way to fix this is to explicitly list which TLS 
> versions we support.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to