You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Akira Ajisaka (JIRA)" <ji...@apache.org> on 2018/12/12 05:06:00 UTC

[jira] [Created] (HADOOP-16000) Remove TLSv1 and SSLv2Hello from the default value of hadoop.ssl.enabled.protocols

Akira Ajisaka created HADOOP-16000:
--------------------------------------

             Summary: Remove TLSv1 and SSLv2Hello from the default value of hadoop.ssl.enabled.protocols
                 Key: HADOOP-16000
                 URL: https://issues.apache.org/jira/browse/HADOOP-16000
             Project: Hadoop Common
          Issue Type: Improvement
          Components: security
            Reporter: Akira Ajisaka


{code:title=core-default.xml}
  public static final String SSL_ENABLED_PROTOCOLS_DEFAULT =
      "TLSv1,SSLv2Hello,TLSv1.1,TLSv1.2";
{code}
TLSv1 and SSLv2Hello are considered to be vulnerable. Let's remove these by default.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org