If you encounter the SSLError while node registering phrase in Ambari, try the following approaches.
- edit
java.security
in$JAVA_HOME/jre/lib/security
folder, remove the3DES_EDE_CBC
from the line starts withjdk.tls.disabledAlgorithms=...
. - edit
/etc/python/cert-verification.cfg
, change the value ofverify
todisable
in the section[https]
. - edit
/etc/ambari-agent/conf/ambari-agent.ini
, addssl_verify_cert=0
andforce_https_protocol=PROTOCOL_TLSv1_2
in section[server]
. - edit
/etc/ambari-server/ambari.properties
, remove the keysecurity.server.disabled.ciphers
and restart theambari-server
.