IBM Tivoli Composite Application Manager for Application Diagnostics, Version 7.1.0.1

Secure Socket Layer communications - J2EE Agent

On distributed platforms, ITCAM for J2EE uses the SSL security protocol for integrity and confidentiality. You have the option of configuring all monitoring components to utilize SSL for communications. The following section describes a sample HTTP-based SSL transaction using server-side certificates:

  1. The client requests a secure session with the server.

  2. The server provides a certificate, its public key, and a list of its ciphers to the client.

  3. The client uses the certificate to authenticate the server (verify that the server is who it claims to be).

  4. The client picks the strongest common cipher and uses the server's public key to encrypt a newly-generated session key.

  5. The server decrypts the session key with its private key.

  6. From this point forward, the client and server use the session key to encrypt all messages.

The monitoring software uses the Java Secure Sockets Extensions (JSSE) API to create SSL sockets in Java applications.

This section describes how to customize the default settings for SSL authentication in ITCAM for J2EE.


Parent topic:

Set up security

+

Search Tips   |   Advanced Search