92 
13.5 ip http secure-protocol 
Description 
The ip http secure-protocol command is used to configure the SSL protocol 
version. To restore to the default SSL version, please use no  ip http 
secure-protocol command. By default, the switch supports SSLv3 and TLSv1. 
Syntax 
ip http secure-protocol { [ ssl3 ] [ tls1 ] } 
no ip http session 
Parameter 
ssl3 —— The SSL 3.0 protocol. 
tls1 —— The TLS 1.0 protocol   
Command Mode 
Global Configuration Mode   
Privilege Requirement 
Only Admin, Operator and Power User level users have access to these 
commands. 
Example 
Configure the protocol of SSL connection as SSL 3.0: 
T2600G-28TS(config)# ip http secure-protocol ssl3 
13.6 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