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
-
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 Live Datamart
Copyright © TIBCO Software Inc. All rights reserved.