Configuration Mode Commands : SteelHead Configuration Commands : SSL Support Commands : no protocol ssl backend bypass-table
  
no protocol ssl backend bypass-table
Configures the SSL bypass table settings.
Syntax
no protocol ssl backend bypass-table [client-ip <ip-address>] {server-ip <ip-address> [port <port-number>] server-hostname <name> | all}
Parameters
client-ip <ip-address>
Removes a bypass entry with the specified client IP address; defaults to all if no client IP address is specified. You can add a wildcard entry (*) for the client IP address.
server-ip <ip-address>
Removes a bypass entry with the specified server IP address.
port <port-number>
Specifies the port number; defaults to port 443 if no port is specified.
server-hostname <name>
Removes a bypass entry with the specified hostname.
all
Removes all servers and clients from the bypass table.
Usage
Traffic destined to the servers and client IP addresses (or wildcards) listed in the bypass table are passed through the SteelHead and not optimized by SSL.
Example
amnesiac (config) # no protocol ssl backend bypass-table server-ip 10.1.2.1 server-hostname site3server
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
show protocol ssl backend bypass-table