< Home

ssl timeout

Function

The ssl timeout command sets a timeout time for an SSL session.

The undo ssl timeout command restores the timeout time of an SSL session to the default setting.

Format

ssl timeout time

undo ssl timeout

Parameters

Parameter Description Value
time Specifies the time span. The value is an integer that ranges from 1 to 1440, expressed in minutes.

Views

Virtual gateway basic view

Default Level

2: Configuration level

Usage Guidelines

By default, the timeout time of an SSL session is 5 minutes.

The timeout time specifies the time to disconnect the SSL connection when there is no traffic to pass. Any operation can generate a traffic flow. Thus the session timeout time is initialized to zero and the timer restarts timing. When the SSL session reaches the timeout time, the client and the server need to re-authenticate each other and the user needs re-log in.

The relationship of the SSL session timeout time and the aging time of HTTPS session entry on the firewall to which SSL VPN corresponds affects the re-login mode of an SSL VPN user from a client.
  • If the SSL session timeout time is shorter than the aging time of the HTTPS session entry, the SSL VPN user is forced to log out after the SSL session timeout time expires. The SSL connection between the client and the FW is closed, and the corresponding HTTPS session entry on the FW will be aged out. In this case, the user needs to re-log in from the client to continue to use network extension.

  • If the SSL session timeout time is longer than the aging time of the HTTPS session entry, when the aging time of the HTTPS session entry expires but the SSL session timeout time does not expire, the HTTPS session from the client to the FW will be aged out, but the SSL VPN user will not be logged out from the FW. In this case, the SSL VPN user does not need to re-log in. The client of the user needs to reestablish a connection with the FW (for example, refresh the SSL VPN login page) to continue to use network extension.

Example

# Set the SSL session timeout time of the virtual gateway to 10 minutes.

<sysname> system-view
[sysname] v-gateway abc
[sysname-abc] basic
[sysname-abc-basic] ssl timeout 10
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >