Configuring SSL in Unica Plan

Follow this procedure to configure SSL in Unica Plan.

Procedure

  1. Log in to Unica and click Settings > Configuration .
  2. Set the value of the Marketing Operations | navigation | serverURL property to the URL of the Unica Plan web application.

    For example: serverURL=https://host:SSL_port/plan

    where:

    • host is the name or IP address of the machine on which Unica Plan is installed.

    • SSL_Port is the SSL port of the Unica Plan web application

    Note the https in the URL.

  3. Open the plan_config.xml file in a text or XML editor.

    The plan_config.xml file is located in the conf directory under your Unica Plan installation.

  4. Set the UAPInitParam notifyPlanBaseURL property for your SSL connection.

    For example: <UAPInitParam notifyPlanBaseURL="https://host:SSL_Port/plan/affiniumplan.jsp"/>

    where:

    • host is the name or IP address of the machine on which Unica Plan is installed.

    • SSL_Port is the SSL port of the Unica Plan web application

    Note the https in the URL.

  5. To enable Adobe Acrobat Online Markup functionality to work with Unica Plan over HTTPS, set the markupServerURL property for your SSL connection.

    For example: <UAPInitParam markupServerURL="https://host:SSLport/plan/services/collabService?WSDL">

    where:

    • host is the name or IP address of the machine on which Unica Plan is installed

    • SSL_Port is the SSL port of the Unica Plan web application

    Note the https in the URL.

  6. Save and close the plan_config.xml file.