272
[Sysname-ssl-server-policy-policy1] ciphersuite rsa_rc4_128_md5 rsa_rc4_128_sha
client-verify enable
Syntax
client-verify enable
undo client-verify enable
View
SSL server policy view
Default level
2: System level
Parameters
None
Description
Use the
client-verify enable
command to enable certificate-based SSL client authentication so that the SSL
server authenticates the client by the client's certificate during the SSL handshake process.
Use the
undo client-verify enable
command to restore the default.
By default, certificate-based SSL client authentication is disabled.
Related commands:
display ssl server-policy
.
Examples
# Enable certificate-based SSL client authentication.
<Sysname> system-view
[Sysname] ssl server-policy policy1
[Sysname-ssl-server-policy-policy1] client-verify enable
close-mode wait
Syntax
close-mode wait
undo close-mode wait
View
SSL server policy view
Default level
2: System level
Parameters
None
Description
Use the
close-mode wait
command to set the SSL connection close mode to wait mode. In this mode,
after sending a close-notify alert message to a client, the server does not close the connection until it
receives a close-notify alert message from the client.