2-17
Cisco Content Services Switch SSL Configuration Guide
OL-5655-01
Chapter 2 SSL Configuration Quick Starts
The following running-configuration example shows the results of entering the
commands in Table 2-7 in bold and the commands associated with the virtual SSL
server in Table 2-6.
!************************** SERVICE **************************
service ssl-serv1
type ssl-accel
slot 3
keepalive type none
add ssl-proxy-list ssl_list1
active
service ssl_serv2
type ssl-accel-backend
ip address 192.168.4.4
port 8080
keepalive type ssl
keepalive port 443
add ssl-proxy-list ssl_list1
active
!*************************** OWNER ***************************
owner ssl_owner
content ssl_backend_rule1
11. Enter the advanced-balance arrowpoint-cookie command to enable the
content rule to be sticky based on an arrowpoint cookie.
(config-owner-content[ssl_backend_rule1])# advanced-balance
arrowpoint-cookie
12. (Optional) Enter the url command set to /* to use stickiness based on the cookie.
(config-owner-content[ssl_backend_rule1])# url “/*”
13. Add the SSL service to the content rule.
(config-owner-content[ssl_backend_rule1])# add service ssl_serv2
14. Activate the content rule.
(config-owner-content[ssl_backend_rule1])# active
15. Save your configuration changes to the running configuration.
# copy running-config startup-config
Table 2-7 Back-End SSL Service and Content Rule Quick Start (continued)
Task and Command Example