Tuong Truong created AMBARI-17666:
-------------------------------------
Summary: 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
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)