Setting up Two-Way SSL Between BusinessEvents and LiveView Server
You can set a two-way SSL connection between 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.keyStore=<location of the keystore file>
java.property.javax.net.ssl.keyStorePassword=<password of the keystore file>
java.property.javax.net.ssl.trustStorePassword=<password of the truststore file>
- Save the file and start the BusinessEvents engine with be-engine.tra file to establish secure connection to LiveView server.