NETSSLHANDSHAKETIMEOUT

The NETSSLHANDSHAKETIMEOUT configuration setting specifies the maximum time that Essbase clients can wait for a response to a secure session request before timing out. Do not change NETSSLHANDSHAKETIMEOUT unless advised by Oracle Support.

Syntax

NETSSLHANDSHAKETIMEOUT n

n—The number of milliseconds to wait. Must be a positive integer. The default is 10000 milliseconds (10 seconds). The minimum value is 100 milliseconds. Values less than the minimum are ignored.

Description

NETSSLHANDSHAKETIMEOUT configuration is applicable 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.

Notes

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 TLS/SSL handshake fails after 20,000 milliseconds if Essbase Agent does not respond to the secure session request.