Modify Perimeter Server Properties

Two property values are defined in the perimeter.properties file located in the install_dir/bin folder. These properties determine SSL Session caching. Modify the following properties as necessary:

Parameter

Description

SslSessionDatabaseTimeoutSeconds

How long a cached SSL session is valid.

The valid range is 30 seconds to 24 hours (60*60*24 = 86400 seconds). Default=1 hour or 3600 seconds.

SslSessionDatabaseSize

Maximum number of sessions to cache. This parameter is used by FTP and HTTP reverse proxy adapters. SSL sessions are not cached for Connect:Direct® proxy adapters.

Valid range is 1024 to 16384. Default=4096.