Setting up One-Way SSL Between BusinessEvents and LiveView Server
You can set a one-way SSL connection between TIBCO BusinessEvents and LiveView server by adding SSL properties in the be-engine.tra file.
- Procedure
- Open the BE_HOME\bin\be-engine.tra file for editing.
- Add the following properties and their values in the
be-engine.tra file:
java.property.javax.net.ssl.trustStore=<location of the truststore file>
java.property.javax.net.ssl.trustStorePassword=<password of the truststore file>
- Save the file and start the BusinessEvents engine with this (
be-engine.tra
) file to establish secure connection to LiveView server.