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: .
To switch the SSL certificate behavior so that a valid certificate is not required:
- In the Admin Console, go to .
- Under Add new property, set the
ldap.ssl.certverification
system property tofalse
as follows:- In the Property Name box, enter
ldap.ssl.certverification
. - In the Property Value box, enter
false
. - Click Save Property.
- In the Property Name box, enter
- 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.