Configuring SSL between the Server and the Agent

To enable SSL, when you start the agent, you should set the SSL system properties. The SSL properties can be set in <TIBCO_CONFIG_HOME>\tibco\cfgmgmt\conf\tea.conf.

Procedure

Set the following SSL properties to enable SSL between the server and the agent:
Property Description
tea.agent.http.keystore The file or URL of the SSL Key store location
tea.agent.http.keystore.password The password for the key store
tea.agent.http.cert.alias Alias of SSL certificate
tea.agent.http.keymanager.password The password for the specific key within the key store
tea.agent.http.truststore The file name or URL of the trust store location
tea.agent.http.truststore.password The password for the trust store.
tea.agent.http.idletimeout The maxIdleTime to set, which translates to the Socket.setSoTimeout(int) call.
tea.agent.http.threadpool.acceptors The number of acceptor threads to set.