To configure SSL in PredictiveInsight
1.
If you have the Enterprise version of PredictiveInsight and you want the PredictiveInsight listener to communicate using SSL, do the following.
a.
In the environment where you have installed PredictiveInsight, open the Unica/config.xml file in a text or XML editor.
b.
Set the value of unicaServerSSLFile to the full path of the PEM file you are using. For example: unicaServerSSLFile=C:/Unica/certificateFile.pem where certificateFile.pem is name of the file containing the certificate that you want the PredictiveInsight listener to use.
c.
Save and close the config.xml file.
2.
Open the model_server.conf file in a text editor.
The file is located in the config directory under your PredictiveInsight installation.
3.
*
*
Server.SSLURL=https://host:SSL_Port/context-root where:
*
host is the name or IP address of the machine on which the PredictiveInsight web application is installed.
*
SSL_Port is the SSL port of the PredictiveInsight web application.
*
context-root is the SSL context root of the PredictiveInsight web application.
*
Note the https in the URL.