Connecting TIBCO Enterprise Administrator (TEA) to LDAP over SSL (LDAPS)?

Connecting TIBCO Enterprise Administrator (TEA) to LDAP over SSL (LDAPS)?

book

Article ID: KB0083573

calendar_today

Updated On:

Products Versions
TIBCO Enterprise Administrator (TEA) -
Not Applicable -

Description

Resolution:
TEA by default uses $TEA_JAVA_HOME/lib/security/cacerts trust store. Users can import the LDAP server certificate to this keystore and restart the TEA server. 

Alternatively, users can create a new keystore file, import the LDAP server certificate and add the following properties in the tea.tra file. Restart the server, then add the LDAP realm again. 
   java.property.javax.net.ssl.trustStore=<path/to/truststrorefile>
   java.property.javax.net.ssl.trustStorePassword=<trustStorepassword>

Issue/Introduction

Connecting TIBCO Enterprise Administrator (TEA) to LDAP over SSL (LDAPS)?