PurposeCommand or Action
Specifies the CA trustpoint to use to get an X.509v3 security certificate
and to authenticate the client certificate connection.
ip http secure-trustpoint name
Example:
Switch(config)# ip http
Step 7
Use of this command assumes you have already configured a
CA trustpoint according to the previous procedure.
Note
secure-trustpoint your_trustpoint
(Optional) Sets a base HTTP path for HTML files. The path specifies
the location of the HTTP server files on the local system (usually located
in system flash memory).
ip http path path-name
Example:
Switch(config)# ip http path
Step 8
/your_server:80
(Optional) Specifies an access list to use to allow access to the HTTP
server.
ip http access-class access-list-number
Example:
Switch(config)# ip http access-class 2
Step 9
(Optional) Sets the maximum number of concurrent connections that are
allowed to the HTTP server. We recommend that the value be at least
10 and not less. This is required for the UI to function as expected.
ip http max-connections value
Example:
Switch(config)# ip http max-connections
Step 10
4
(Optional) Specifies how long a connection to the HTTP server can
remain open under the defined circumstances:
ip http timeout-policy idle seconds life
seconds requests value
Step 11
Example:
Switch(config)# ip http timeout-policy
• idle—the maximum time period when no data is received or
response data cannot be sent. The range is 1 to 600 seconds. The
default is 180 seconds (3 minutes).
idle 120 life 240 requests 1
• life—the maximum time period from the time that the connection
is established. The range is 1 to 86400 seconds (24 hours). The
default is 180 seconds.
• requests—the maximum number of requests processed on a
persistent connection. The maximum value is 86400. The default
is 1.
Returns to privileged EXEC mode.end
Example:
Switch(config)# end
Step 12
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1133
Information About Secure Socket Layer HTTP