Configuring the IBM Z Workload Scheduler SSL attributes

About this task

To configure IBM Z Workload Scheduler to establish SSL connections with the IBM Workload Scheduler domain managers, you must update the SSLLEVEL and SSLPORT definitions for the IBM Z Workload Scheduler master (OPCMASTER). You must define these options using the TOPOLOGY statement. For example:
TOPOLOGY
...
...
SSLLEVEL(ENABLED)
SSLPORT(31113)
...