LDAP certificates

By default, your Jive instance verifies that you have a valid SSL certificate installed in the JVM if you're running LDAP over SSL. But you can change this setting and run in an insecure mode if required.

Fastpath: Admin Console: System > Settings > System Properties.

To switch the SSL certificate behavior so that a valid certificate is not required:

  1. In the Admin Console, go to System > Settings > System Properties.
  2. Under Add new property, set the ldap.ssl.certverification system property to false as follows:
    1. In the Property Name box, enter ldap.ssl.certverification.
    2. In the Property Value box, enter false.
    3. Click Save Property.
  3. Restart your instance.

We recommend that you change the setting back by deleting the ldap.ssl.certverification property from the list and restarting the instance.