Hello, We are running FME Server 2020.1.0.1 and are trying to connect it to our AD to allow users to login and run automations. We keep getting the below error and we are not sure what to try next.
Unable to establish connection to directory server (91)
Port: 636
Connection Type: SSL
Authentication Type: Basic
Best answer by richardatsafe
Often the importing the domain controller certificate into the <FMEServerDir>/Utilities/jre/lib/security/cacerts keystore gets missed or a mistake happens. You can confirm the domain controller certificate is in the keystore by running the keytool command from
<FMEServerDir>/Utilities/jre/bin to list contents of the keystore. The default password should be "changeit".
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
Often the importing the domain controller certificate into the <FMEServerDir>/Utilities/jre/lib/security/cacerts keystore gets missed or a mistake happens. You can confirm the domain controller certificate is in the keystore by running the keytool command from
<FMEServerDir>/Utilities/jre/bin to list contents of the keystore. The default password should be "changeit".