SSLTIMEOUT statement

Use the SSLTIMEOUT parameter statement to provide a unique timeout value for SSL handshake processing. This timeout limits the time SSL handshake processing waits for a client response.

Telnet is initialized with a SSLTIMEOUT value of 5.

The SSLTIMEOUT statement can be coded in the TELNETGLOBALS, TELNETPARMS, or PARMSGROUP statement block. See Rules for Telnet parameter statements and security parameters for more information about the hierarchy of parameter values.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-+------------------+----------------------------------------><
   +-SSLTIMEOUT 5-----+   
   '-SSLTIMEOUT --sec-'   

Parameters

5
Telnet is initialized with an SSLTIMEOUT value of 5 seconds.
sec
Sets the SSLTIMEOUT time to a specified number of seconds in the range 1 - 864␠00.