Example
Configure the protocol of SSL connection as SSL 3.0:
TL-SG3424(config)# ip http secure-protocol ssl3
ip http secure-ciphersuite
Description
The ip http secure-ciphersuite command is used to configure the cipherSuites
over the SSL connection supported by the switch. To restore to the default
ciphersuite types, please use no ip http secure-ciphersuite command.
Syntax
ip http secure-ciphersuite { [ 3des-ede-cbc-sha ] [ rc4-128-md5 ] [ rc4-128-sha ]
[ des-cbc-sha ] }
no ip http secure-ciphersuite
Parameter
[ 3des-ede-cbc-sha ] [ rc4-128-md5 ] [ rc4-128-sha ] [ des-cbc-sha ] ——
Specify the encryption algorithm and the digest algorithm to use on an SSL
connection.
By default, the switch supports all these ciphersuites.
Command Mode
Global Configuration Mode
Example
Configure the ciphersuite to be used for encryption over the SSL connection as
3des-ede-cbc-sha:
TL-SG3424(config)# ip http secure-ciphersuite 3des-ede-cbc-sha
ip http secure-max-users
Description
The ip http secure-max-users command is used to configure the maximum
number of users that are allowed to connect to the HTTPs server. To cancel this
limitation, please use no ip http secure-max-users command.
64