Skip to content

Instantly share code, notes, and snippets.

@jedi-jiang
Created December 12, 2019 02:01
Show Gist options
  • Save jedi-jiang/8dddab5a8488151cfe89db95caba3f72 to your computer and use it in GitHub Desktop.
Save jedi-jiang/8dddab5a8488151cfe89db95caba3f72 to your computer and use it in GitHub Desktop.

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 the 3DES_EDE_CBC from the line starts with jdk.tls.disabledAlgorithms=....
  • edit /etc/python/cert-verification.cfg, change the value of verify to disable in the section [https].
  • edit /etc/ambari-agent/conf/ambari-agent.ini, add ssl_verify_cert=0 and force_https_protocol=PROTOCOL_TLSv1_2 in section [server].
  • edit /etc/ambari-server/ambari.properties, remove the key security.server.disabled.ciphers and restart the ambari-server.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment