Setting up Two-Way SSL Between BusinessEvents and Live Datamart

You can set a two-way SSL connection between BusinessEvents and Live Datamart by adding SSL properties in the be-engine.tra file.

Procedure

  1. Open the BE_HOME\bin\be-engine.tra file for editing.
  2. 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>
  3. Save the file and start the BusinessEvents engine with be-engine.tra file to establish secure connection to Live Datamart