z/OS Common Information Model User's Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Configuring the CIM server HTTPS connection using AT-TLS

z/OS Common Information Model User's Guide
SC34-2671-00

Configuring the CIM server HTTPS connection using AT-TLS

The CIM server runtime environment can profit from the Application Transparent Transport Layer Security (AT-TLS) functionality. The communication between the CIM client and the CIM server can be secured by encryption (SSL). Additionally the CIM client can be authenticated by a certificate and mapped to a local z/OS user ID.

The following task describes how to configure the CIM server HTTPS connection using AT-TLS.

__   1.
Prerequisites 
__   2.
Configuring the CIM server runtime 
  • _ Set the configuration property enableHttpsConnection to true.
  • _ Ensure that the configuration property httpsPort is set to 5989.

    This default should not be changed.

    Note:
    It is important to understand that only enabling HTTPS for the CIM server will not be sufficient to configure SSL encryption for the communication. You also must configure AT-TLS for the CIM server's HTTPS port.
  • _ Ensure that the https port 5989 can be used by the CIM server.

    For more information, see Configuring the ports for the CIM server.

Based on this configuration, the CIM server opens a second listener for receiving client connections and ensures that these connections are secured by AT-TLS. The level of protection depends on the configuration of AT-TLS. If a connection on this port is not secured by AT-TLS, the connection is closed and an appropriate error message is issued on the operator console.

__   3.
Configuring the Policy Agent to secure communication for the CIM server 
  • _ Enable the Policy Agent for AT-TLS.

    See z/OS Communications Server: IP Configuration Guide about Application Transparent Transport Layer Security data protection.

  • _ Configure the Policy Agent to secure the communication for the CIM server at the configured HTTPS port (configuration property httpsPort). For sample Policy Agent polices, see Example: Configuring AT-TLS for secure communication to configure either an SSL protection or an SSL protection including a certificate based authentication.
  • _ Optionally you can protect the (outgoing) indication delivery on a specific port range with SSL.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014