NETSSLHANDSHAKETIMEOUT

The NETSSLHANDSHAKETIMEOUT configuration setting specifies the maximum time that Essbase clients should wait for Essbase Agent to respond to a secure session request before timing out.

Syntax

NETSSLHANDSHAKETIMEOUT n

n—Specifies the number of milliseconds expressed as a positive integer. The default is 10000 milliseconds (10 seconds).

Description

This configuration applies to networking when the ESSNET protocol is in use.

WARNING:

Oracle does not recommend changing this setting unless advised by Oracle Support, as it could influence other network protocols in use.

Description

Use this setting to specify the maximum number of milliseconds that Essbase clients should wait for a response to a secure session request before timing out.

Notes

  • The minimum value is 100 milliseconds; values less than the minimum are ignored.

  • The secure handshake may timeout due to network congestion, or because the connection modes at either end are mismatched (for example, a client in clear mode tries to connect to the secure port of Essbase Agent by mistake).

Example

NETSSLHANDSHAKETIMEOUT 20000

The SSL handshake fails after 20,000 milliseconds if Essbase Agent does not respond to the secure session request.