Configuring SSL in Marketing Operations
Follow this procedure to configure SSL in Marketing Operations.
1.
Log in to IBM® EMM and click Settings > Configuration .
2.
Set the value of the Marketing Operations | navigation | serverURL property to the URL of the Marketing Operations web application.
For example: serverURL=https://host:SSL_port/plan
where:
*
host is the name or IP address of the machine on which Marketing Operations is installed.
*
SSL_Port is the SSL port of the Marketing Operations 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 Marketing Operations 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 Marketing Operations is installed.
*
SSL_Port is the SSL port of the Marketing Operations web application
Note the https in the URL.
5.
To enable Adobe Acrobat Online Markup functionality to work with Marketing Operations 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 Marketing Operations is installed
*
SSL_Port is the SSL port of the Marketing Operations web application
Note the https in the URL.
6.
Save and close the plan_config.xml file.