HCL Workload Automation, Version 9.4

Enabling SSL for Dashboard Application Services HubServer

Configure Dashboard Application Services Hub Server to use SSL connection.

Before you begin

Make sure you have successfully configured Dashboard Application Services Hub server High Availability without SSL connection.

About this task

To enable SSL for Dashboard Application Services Hub server, perform the following steps:

Procedure

  1. From the command line interface, go to {TWA_HOME}\wastools directory, and run the following command:
    • On Windows systems
      changeTIPDatasource.bat datasourceName useSsl portNumber
    • On UNIX systems
      ./ changeTIPDatasource.sh datasourceName useSsl portNumber
    where,
    datasourceName
    Is the JNDI name of the datasource used for Dashboard Application Services Hub High Availability (specified in tipha.properties For example, DBDatasource=jdbc/tipds.
    useSsl
    Can be true or false. Specify true to enable SSL.
    portNumber
    specify the SSL port number (the same value specified in ssl_svcename parameter) Example: ./changeTIPDatasource.sh tipds true 60000.
  2. Restart WebSphere Application Server.