[
https://issues.apache.org/jira/browse/AMBARI-17666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15748978#comment-15748978
]
Hudson commented on AMBARI-17666:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #6232 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/6232/])
AMBARI-17666. Ambari agent can't start when TLSv1 is disabled in Java
(dlysnichenko:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=db9dfd60a1930c3ee18322179a1ebe3d795263e8])
* (edit)
ambari-common/src/main/python/resource_management/libraries/script/script.py
* (edit) ambari-agent/src/main/python/ambari_agent/AmbariConfig.py
* (edit) ambari-agent/src/main/python/ambari_agent/CustomServiceOrchestrator.py
* (edit)
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/service_check.py
* (edit)
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/utils.py
* (edit) ambari-common/src/main/python/ambari_commons/inet_utils.py
* (edit)
ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HDFS/package/scripts/params.py
* (edit)
ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HDFS/package/scripts/service_check.py
* (edit)
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/params.py
* (edit) ambari-agent/src/main/python/ambari_agent/alerts/web_alert.py
* (edit)
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/files/checkWebUI.py
* (edit)
ambari-agent/src/test/python/ambari_agent/TestCustomServiceOrchestrator.py
* (edit) ambari-agent/src/main/python/ambari_agent/NetUtil.py
> Ambari agent can't start when TLSv1 is disabled in Java security
> ----------------------------------------------------------------
>
> Key: AMBARI-17666
> URL: https://issues.apache.org/jira/browse/AMBARI-17666
> Project: Ambari
> Issue Type: Bug
> Components: ambari-agent
> Affects Versions: 2.2.0
> Reporter: Tuong Truong
> Assignee: Dmitry Lysnichenko
> Labels: security
> Fix For: 2.5.0
>
>
> Currently, the commit for https://issues.apache.org/jira/browse/AMBARI-14236
> explicit force the SSL protocol to TLSv1 in
> ambari-agent/src/main/python/ambari_agent/alerts/web_alert.py. Unfortunate,
> this setting in effect whenever web_alert pacackged is loaded
> (ambari-agent/src/main/python/ambari_agent/AlertSchedulerHandler.py)
> regardless whether ssl is used or not.
> As a result, disabling TLSv1 in Ambari server will cause the agent to fail to
> start.
> Recreate:
> In Ambari's acitve JDK on Ambari server node, in java.security file, set
> jdk.tls.disabledAlgorithms=MD5, SSLv2, SSLv3, TLSv1, DSA, RC4, RSA keySize <
> 2048
> restart ambari-server, and you will see errors in ambari agent logs:
> ERROR 2016-07-11 15:11:15,269 NetUtil.py:84 - [Errno 8] _ssl.c:492: EOF
> occurred in violation of protocol
> ERROR 2016-07-11 15:11:15,269 NetUtil.py:85 - SSLError: Failed to connect.
> Please check openssl library versions.
> Refer to: https://bugzilla.redhat.com/show_bug.cgi?id=1022468 for more
> details.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)