1-5
Field Description
Close-mode
Close mode of the SSL server policy, which can
be:
z wait disabled: In this mode, the server sends
a close-notify message to the client and then
closes the connection immediately without
waiting for the close-notify message of the
client.
z wait enabled: In this mode, the server sends
a close-notify message to the client and then
waits for the close-notify message of the
client. Only after receiving the expected
message, does the server close the
connection.
Session Timeout
Session timeout time of the SSL server policy, in
seconds
Session Cachesize
Maximum number of buffered sessions of the
SSL server policy
Client-verify Whether client authentication is enabled
handshake timeout
Syntax
handshake timeout time
undo handshake timeout
View
SSL server policy view
Parameters
time: Handshake timeout time in seconds, in the range 180 to 7,200.
Description
Use the handshake timeout command to set the handshake timeout time for an SSL server policy.
Use the undo handshake timeout command to restore the default.
By default, the handshake timeout time is 3,600 seconds.
If the SSL server does not receive any packet from the SSL client before the handshake timeout time
expires, the SSL server will terminate the handshake process.
Related commands: display ssl server-policy.
Examples
# Set the handshake timeout time of SSL server policy policy1 to 3,000 seconds.
<Sysname> system-view
[Sysname] ssl server-policy policy1
[Sysname-ssl-server-policy-policy1] handshake timeout 3000