Created 03-29-2018 04:37 PM
I finished the ambari-server setup-ldap successfully. I ran the ambari-server sync-ldap --all and got the below error.
Using python /usr/bin/python
Syncing with LDAP...
Enter Ambari Admin login: admin
Enter Ambari Admin password:
Syncing all...ERROR: Exiting with exit code 1.
REASON: Caught exception running LDAP sync. simple bind failed: Secondary LDAPS URL:636; nested exception is javax.naming.CommunicationException: simple bind failed:LDAPS server URL:636 [Root exception is javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Created 04-03-2018 06:54 AM
It seems that Ambari doesn't have the AD SSL's in the Trust Store.
Did you configured the Trust Store for Ambari with the AD SSL's?
Gonçalo