Skip to main content
Solved

AD not able to establish a connection

  • January 21, 2021
  • 2 replies
  • 204 views

Forum|alt.badge.img+1

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".

keytool -v -list -keystore "<FMEServerDir>/Utilities/jre/lib/security/cacerts "

 

https://docs.safe.com/fme/html/FME_Server_Documentation/AdminGuide/Import_CA_Certificate_for_SSL_Connections.htm

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.

2 replies

hkingsbury
Celebrity
Forum|alt.badge.img+63
  • Celebrity
  • 1632 replies
  • January 21, 2021

Have you checked the firewall on both machines allows access?


richardatsafe
Safer
Forum|alt.badge.img+10
  • Safer
  • 217 replies
  • Best Answer
  • January 21, 2021

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".

keytool -v -list -keystore "<FMEServerDir>/Utilities/jre/lib/security/cacerts "

 

https://docs.safe.com/fme/html/FME_Server_Documentation/AdminGuide/Import_CA_Certificate_for_SSL_Connections.htm