Specifies the minimum TLS version required for inbound SSL connections on the network port pair.
Note
TLS version 1.0 is the default version.
For details about how to configure the advanced SSL settings for SSL interception, see the "Configuring SSL Interception" chapter of the Network Security User Guide.
Syntax
policymgr interface <port-pair-name> ssl-intercept inbound min-version {TLSv1.0 | TLSv1.1 | TLSv1.2 | TLSv1.3}
Parameters
<port-pair-name>
Designation that is configured on the appliance interface.
TLSv1.0
TLS version 1.0
TLSv1.1
TLS version 1.1
TLSv1.2
TLS version 1.2 (default)
TLSv1.3
TLS version 1.3
Example
The following example sets the minimum version to TLS version 1.1 for inbound SSL interception connections.
hostname (config) # policymgr interface A ssl-intercept inbound min-version TLSv1.1
The following example sets the minimum version to TLS version 1.0 for inbound SSL interception connections.
hostname (config) # policymgr interface A ssl-intercept inbound min-version TLSv1.0
The following example sets the minimum version to TLS version 1.2 for inbound SSL interception connections.
hostname (config) # policymgr interface A ssl-intercept inbound min-version TLSv1.2
User role
Admin or Operator
Command mode
Config
Supported appliances
This command is supported on the following appliances running the specified releases or later:
Network Security: Release 8.2. The
policymgr interface ssl-intercept inbound min-versioncommand was changed to thepolicymgr ssl-intercept config inbound min-versioncommand in Release 8.2.1.