Oracle iPlanet Web Proxy Server 4.0.14 Administration Guide

Configuring Security Globally

Installing an SSL-enabled server creates directive entries in the magnus.conf file, the server’s main configuration file for global security parameters.

SSLSessionTimeout

The SSLSessionTimeout directive controls SSL 2.0 session caching. The syntax is:

SSLSessionTimeout seconds

where seconds is the number of seconds until a cached SSL session becomes invalid. The default value is 100. If the SSLSessionTimeout directive is specified, the value of seconds is silently constrained to be between 5 and 100 seconds.

SSLCacheEntries

Specifies the number of SSL sessions that can be cached.

SSL3SessionTimeout

The SSL3SessionTimeout directive controls SSL 3.0 and TLS session caching. The Syntax is:

SSL3SessionTimeout seconds

where seconds is the number of seconds until a cached SSL 3.0 session becomes invalid. The default value is 86400 (24 hours). If the SSL3SessionTimeout directive is specified, the value of seconds is silently constrained to be between 5 and 86400 seconds.

ProcedureTo Set Values for SSL Configuration File Directives

  1. Access the Server Manager for a server instance.

  2. Ensure that security is enabled for the listen socket you want to configure.

    For more information, see Enabling Security for Listen Sockets.

  3. Manually edit the magnus.conf file and provide values for the following settings:

    • SSLSessionTimeout

    • SSLCacheEntries

    • SSL3SessionTimeout

    For more information about magnus.conf, see Oracle iPlanet Web Proxy Server 4.0.14 Configuration File Reference.