display ssl server-policy

Syntax

display ssl server-policy { policy-name | all } [ | { begin | exclude | include } regular-expression ]

View

Any view

Default level

1: Monitor level

Parameters

policy-name: SSL server policy name, a case-insensitive string of 1 to 16 characters.

all: Displays information about all SSL server policies.

|: Filters command output by specifying a regular expression. For more information about regular expressions, see Fundamentals Configuration Guide.

begin: Displays the first line that matches the specified regular expression and all lines that follow.

exclude: Displays all lines that do not match the specified regular expression.

include: Displays all lines that match the specified regular expression.

regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.

Description

Use display ssl server-policy to display information about SSL server policies.

Examples

# Display information about SSL server policy policy1.

<Sysname> display ssl server-policy policy1
 SSL Server Policy: policy1
     PKI Domain: domain1
     Ciphersuite:
         RSA_RC4_128_MD5
         RSA_RC4_128_SHA
         RSA_DES_CBC_SHA
         RSA_AES_128_CBC_SHA
     Handshake Timeout: 3600
     Close-mode: wait disabled
     Session Timeout: 3600
     Session Cachesize: 500
     Client-verify: disabled
     Client-verify weaken: disabled

Table 44: Command output

Field

Description

SSL Server Policy

SSL server policy name.

PKI Domain

PKI domain used by the SSL server policy.

If no PKI domain is specified for the SSL server policy, nothing is displayed for this field, and the SSL server generates a certificate for itself and does not obtain a certificate from a CA server.

Ciphersuite

Cipher suites supported by the SSL server policy.

Handshake Timeout

Handshake timeout time of the SSL server policy, in seconds.

Close-mode

Close mode of the SSL server policy:

  • wait disabled—In this mode, the server sends a close-notify alert message to the client and then closes the connection immediately without waiting for the close-notify alert message of the client.

  • wait enabled—In this mode, the server sends a close-notify alert message to the client and then waits for the close-notify alert 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 the SSL server policy requires the client to be authenticated.