To configure SSL in the Plataforma de Marketing with data filters
When the Plataforma de Marketing is deployed with SSL and you plan to use the data filtering feature, you must perform this procedure to add the SSL options that perform hand shaking.
1.
2.
Open the datafilteringScriptTool.bat file in a text editor.
The file is located in the tools/bin directory under your Plataforma de Marketing installation.
3.
Line breaks have been added to the example for print.

SET SSL_OPTIONS=-Djavax.net.ssl.keyStoreType="JKS"
-Djavax.net.ssl.trustStore="
path_to_your_jks file"
-Djavax.net.ssl.trustStorePassword=
your_trust_store_password

"%JAVA_HOME%\bin\java" %SSL_OPTIONS%
com.unica.management.client.datafiltering.tool.DataFilteringScriptTool %*
Substitute your values for path_to_your_jks file and your_trust_store_password .
4.