Configuring a Non-Standard SSL Port for Execution Servers

The default SSL port through which the application server communicates with execution servers is 19125.

Note: This procedure needs to be performed for each execution server that you want to connect to through a non-standard SSL port.

To configure a non-standard SSL port for an execution server:

  1. Deactivate the execution server for which you want to configure a non-standard SSL port.
  2. Stop the execution server.
  3. Open the SccExecServerBootConf.xml file with a text editor. This file is located in the /conf/execserver folder of the Performance Manager directory on the execution server.
  4. Locate the <SSLPort> XML tag. By default, the tag is set to <19125>. Set the value to the port number that you want to use for SSL communication.
  5. Save and close the XML file.
  6. In Performance Manager, set the SSL port of the execution server to the value that you have specified in the XML file.
  7. Restart the execution server.
  8. Reactivate the execution server.