Configure SSL for Universal Messaging
You can enable the SSL encryption for Universal Messaging in Business Analytics.
Note: | If Business Analytics is running with SSL, it is required that Universal Messaging is using SSL encryption too. By default SSL is not enable for Universal Messaging. |
Procedure
1. Open the um.properties file in MashZoneNG-install/um in any text editor.
2. Remove the # special characters in the SSL configuration section to enable the SSL encryption. The SSL configuration is commented out by default. You can specify the following parameters.

Port used for the UM SSL communication

Path to the keyStore

Password of the keyStore

keyAlias [optional]

Path to the trustStore

Password of the trustStore
# ++++++++++ SSL configuration ++++++++++
#um-server.portSSL=9449
#um-server.ssl.interfaceAddress=nhps://0.0.0.0:${um-server.portSSL}
#um-server.ssl.keyStore=
#um-server.ssl.keyStorePassword=
#um-server.ssl.keyAlias=
#um-server.ssl.trustStore=
#um-server.ssl.trustStorePassword=