SUMMARY STEPS
1.
show ip http server status
2.
configure terminal
3.
ip http secure-server
4.
ip http secure-port port-number
5.
ip http secure-ciphersuite
{[
3des-ede-cbc-sha
] [
rc4-128-md5
] [
rc4-128-sha
] [
des-cbc-sha
]}
6.
ip http secure-client-auth
7.
ip http secure-trustpoint name
8.
ip http path path-name
9.
ip http access-class access-list-number
10.
ip http max-connections value
11.
ip http timeout-policy idle seconds life seconds requests value
12.
end
DETAILED STEPS
Purpose
Command or Action
(Optional) Displays the status of the HTTP server to determine if the
secure HTTP server feature is supported in the software. You should
see one of these lines in the output:
HTTP secure server capability: Present
show ip http server status
Example:
Switch#
show ip http server status
Step 1
or
HTTP secure server capability: Not present
Enters global configuration mode.
configure terminal
Example:
Switch#
configure terminal
Step 2
Enables the HTTPS server if it has been disabled. The HTTPS server is
enabled by default.
ip http secure-server
Example:
Switch(config)#
ip http secure-server
Step 3
(Optional) Specifies the port number to be used for the HTTPS server.
The default port number is 443. Valid options are 443 or any number in
the range 1025 to 65535.
ip http secure-port port-number
Example:
Switch(config)#
ip http secure-port 443
Step 4
Catalyst 2960-XR Switch Security Configuration Guide, Cisco IOS Release 15.0(2)EX1
100
OL-29434-01
Configuring Secure Socket Layer HTTP
Configuring the Secure HTTP Server