Configuring SSL for TIBCO Order Management - Long Running

This section describes how to configure SSL for Order Management Server UI and Order Management Server, the web-based application components of TIBCO Order Management - Long Running.

Configure SSL for Order Management Server UI and Order Management Server by using the following steps:

  1. Edit the application.properties files in the following locations:
    • <OM_HOME>/roles/configurator/standalone/config/application.properties
    • <OM_HOME>/roles/omsServer/standalone/config/application.properties
    • <OM_HOME>/roles/omsui/standalone/config/application.properties
    • <OM_HOME>/roles/aopd/standalone/config/application.properties
    • <OM_HOME>/roles/ocs/standalone/config/application.properties

    Add the following parameters to each application.properties file:

    • server.ssl.key-alias=<key-alias>
    • server.ssl.key-password=<key-password>
    • server.ssl.key-store=classpath:<ssl-key-store-fileName>
    • trust-store=classpath:<ssl-key-store-fileName>
    • trust-store-password=<key-password>
  2. Keep the keystore files in each directory or as classpath resource.
    • <OM_HOME>/roles/configurator/standalone/config
    • <OM_HOME>/roles/omsServer/standalone/config
    • <OM_HOME>/roles/omsui/standalone/config
    • <OM_HOME>/roles/aopd/standalone/config
    • <OM_HOME>/roles/ocs/standalone/config
  3. Edit and save the files and then start the Configurator.
    1. In a browser, open the following URL: https://host:configuration_port.
    2. Log in to Configurator
    3. In Order Management Server basic configuration > OMS User Interface change the Web Service HTTP Transport Channel Type property to https and HTTP Port number to omsServer port number.
    4. In Order Management Server Advance > Web Service Configuration, change HTTP Channel type to https and HTTP Port number to omsServer port number
  4. Start (or restart) Order Management Server and Order Management Server UI.