Configuration Examples for Secure Socket Layer HTTP
Example: Configuring Secure Socket Layer HTTP
The following example shows a configuration session in which the secure HTTP server is enabled, the port
for the secure HTTP server is configured as 1025, and the remote CA trustpoint server
“
CA-trust-local
”
is
used for certification.
Device#
show ip http server status
HTTP server status: Disabled
HTTP server port: 80
HTTP server authentication method: enable
HTTP server access class: 0
HTTP server base path:
Maximum number of concurrent server connections allowed: 5
Server idle time-out: 600 seconds
Server life time-out: 600 seconds
Maximum number of requests allowed on a connection: 1
HTTP secure server capability: Present
HTTP secure server status: Disabled
HTTP secure server port: 443
HTTP secure server ciphersuite: 3des-ede-cbc-sha des-cbc-sha rc4-128-md5 rc4-12a
HTTP secure server client authentication: Disabled
HTTP secure server trustpoint:
Device#
configure terminal
Device(config)#
ip http secure-server
Device(config)#
ip http client secure-trustpoint CA-trust-local
Device(config)#
ip http secure-port 1024
Invalid secure port value.
Device(config)#
ip http secure-port 1025
Device(config)#
ip http secure-ciphersuite rc4-128-sha rc4-128-md5
Device(config)#
end
Device#
show ip http serversecure status
HTTP secure server status: Enabled
HTTP secure server port: 1025
HTTP secure server ciphersuite: rc4-128-md5 rc4-128-sha
HTTP secure server client authentication: Disabled
HTTP secure server trustpoint: CA-trust-local
In the following example, the CA trustpoint CA-trust-local is specified, and the HTTPS client is configured
to use this trustpoint for client authentication requests:
Device#
config terminal
Device(config)#
crypto ca trustpoint CA-trust-local
Device(ca-trustpoint)#
enrollment url http://example.com
Device(ca-trustpoint)#
crl query ldap://example.com
Device(ca-trustpoint)#
primary
Device(ca-trustpoint)#
exit
Device(config)#
ip http client secure-trustpoint CA-trust-local
Device(config)#
end
Device#
copy running-config startup-config
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1138
Configuration Examples for Secure Socket Layer HTTP
Summary of Contents for Catalyst 2960 Series
Page 96: ......
Page 196: ......
Page 250: ......
Page 292: ......
Page 488: ......
Page 589: ...P A R T VI Cisco Flexible NetFlow Configuring NetFlow Lite page 509 ...
Page 590: ......
Page 619: ...P A R T VII QoS Configuring QoS page 539 Configuring Auto QoS page 645 ...
Page 620: ......
Page 750: ......
Page 1604: ......
Page 1740: ......
Page 2105: ...P A R T XII Configuring Cisco IOS IP SLAs Configuring Cisco IP SLAs page 2025 ...
Page 2106: ......
Page 2118: ......
Page 2164: ......