Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7F39117820 for ; Wed, 29 Oct 2014 13:35:43 +0000 (UTC) Received: (qmail 91559 invoked by uid 500); 29 Oct 2014 13:35:43 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 91510 invoked by uid 500); 29 Oct 2014 13:35:43 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 91498 invoked by uid 99); 29 Oct 2014 13:35:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Oct 2014 13:35:43 +0000 Date: Wed, 29 Oct 2014 13:35:43 +0000 (UTC) From: "Hudson (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-7274) Disable SSLv3 in HttpFS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-7274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14188342#comment-14188342 ] Hudson commented on HDFS-7274: ------------------------------ FAILURE: Integrated in Hadoop-Mapreduce-trunk #1941 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1941/]) HDFS-7274. Disable SSLv3 in HttpFS. (Robert Kanter via kasha) (kasha: rev 3f48493bed22f9618a9330deaaaa070734989814) * hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt * hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/tomcat/ssl-server.xml > Disable SSLv3 in HttpFS > ----------------------- > > Key: HDFS-7274 > URL: https://issues.apache.org/jira/browse/HDFS-7274 > Project: Hadoop HDFS > Issue Type: Bug > Components: webhdfs > Affects Versions: 2.6.0 > Reporter: Robert Kanter > Assignee: Robert Kanter > Priority: Blocker > Fix For: 2.6.0 > > Attachments: HDFS-7274.patch, HDFS-7274.patch > > > We should disable SSLv3 in HttpFS 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)