Enabling SSL for The BusinessEvents Enterprise Administrator Agent Monitoring Page
If you want to securely access the TIBCO BusinessEvents Enterprise Administrator Agent monitoring page, then you can enable SSL for it.
- Procedure
- Open the BE_HOME\teagent\bin\be-teagent.tra file for editing.
- Add the following properties and their values in the
be-teagent.tra file, and save the file.
java.property.javax.net.ssl.keyStore=
<location of the keystore file>java.property.javax.net.ssl.keyStoreType =
<type of keystore>java.property.javax.net.ssl.keyStorePassword=
<password of the keystore file>java.property.javax.net.ssl.trustStore=
<location of the truststore file>java.property.javax.net.ssl.trustStoreType=
<type of truststore>java.property.javax.net.ssl.trustStorePassword=
<password of the truststore file>
- Open the BE_HOME\teagent\config\be-teagent.props file for editing.
- Add the property
be.tea.agent.jmx.usessl=true
in the be-teagent.props file, and save the file.