Troubleshooting LDAP connectivity issues

Troubleshoot the LDAP connectivity issues.

About this task

Procedure

  1. Log in to BigFix Inventory as a non-LDAP user.
  2. Go to Management > Directory Services, select the directory server, and then click Test Connection. If a "connect error" message is displayed, or if an error message states that the current certificate is not trusted but the displayed subject common name and fingerprint fields are empty, go to <INSTALL_DIR>/wlp/usr/servers/server1/logs and review the tema.log file for additional information.

  3. If the logs do not provide enough information to resolve the issue, add the following lines to the jvm.options file and restart BigFix Inventory:
    -Dcom.unboundid.util.SSLUtil.defaultSSLProtocol=TLSV1.2
    -Dcom.unboundid.util.SSLUtil.enabledSSLProtocols=TLSV1.2
  4. Accept the current certificate and save the certificate only if the displayed subject common name and fingerprint fields are not empty and contain valid values.

Results

The LDAP connectivity issue is resolved.