4-29
Cisco 11000 Series Secure Content Accelerator Configuration Guide
78-13124-06
Chapter 4 Using the Configuration Manager
Enabling Keepalives
2.
Enter Privileged, Configuration, and SSL Configuration modes.
SCA> enable
SCA# configure
(config[myDevice])# ssl
3.
Enter Server Configuration mode for the desired server.
(config-ssl[myDevice])# server myServer
(config-ssl-server[myServer])#
4.
Disable SSL version 2.
(config-ssl-server[myServer])# sslv2 disable
(config-ssl-server[myServer])#
5.
Verify the active SSL/TLS versions for this server by entering the info
command.
(config-ssl-server[myServer])# info
...
SSL version
: v3 tls1
...
6.
Return to Privileged mode.
(config-ssl-server[myServer])# finished
SCA#
7.
Save the configuration to flash memory. If not saved, the configuration is lost
during a power cycle or when the reload command is used.
SCA# write flash
SCA#
Enabling Keepalives
You can enable and configure keepalive “GET” messages between the virtual
servers on the device and hardware servers to which they refer. If no response is
received from the hardware server after specific number of failures (maxfailure),
the virtual server is marked as “suspended”. When the hardware server comes back
online, the keepalive messages discover the server and mark it “active” again.