Configuring SSL in Unica Campaign

Follow this procedure to configure SSL in Unica Campaign.

About this task

Note: If you are configuring SSL in Unica Campaign, you must also configure the Campaign Listener in SSL. If you do not set the Campaign Listener in SSL the schedule flowchart status might be shown as Unknown.

Procedure

  1. Open the config.xml file in a text or XML editor.

    The config.xml file is in the conf directory under your Unica Campaign installation.

  2. Set the following values in the config.xml file.
    • unicaServerSSLFile = PATH_TO_OPENSSL_PEM/campaign.pem
  3. Save and close the config.xml file.
  4. Log in to Unica Platform and click Settings > Configuration.

    The Configuration page appears.

  5. Set the value of the Campaign | unicaACListener | useSSL property to yes.
  6. If you deployed the web application on an SSL port, set the value of the Campaign | navigation | serverURL property to the web application URL. For example:

    serverURL=https://host:SSL_port/Campaign

    where:

    • host is the name or IP address of the machine on which the web application is installed

    • SSL_Port is the SSL port of the web application

    Note the https in the URL.

  7. If you are using the operational monitor, configure it for SSL by setting the value of the Campaign | monitoring | serverURL property to use HTTPS. For example:

    serverURL=https://host:SSL_port/Campaign/OperationMonitor

    where:

    • host is the name or IP address of the machine on which the web application is installed

    • SSL_Port is the SSL port of the web application

    Note the https in the URL.