JetStream  52-Port Gigabit Stackable L3 Managed Switch  CLI Guide 
 
Syntax 
ip http secure-server 
no ip http secure-server 
Command Mode 
Global Configuration Mode 
Example 
Disable the HTTP function: 
T3700G-52TQ(config)# no ip http secure-server 
20.6  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   
Example 
Configure the protocol of SSL connection as SSL 3.0: 
T3700G-52TQ(config)# ip http secure-protocol ssl3 
123