Configuration Mode Commands : SteelHead Configuration Commands : SSL Support Commands : protocol ssl backend server cipher-string
  
protocol ssl backend server cipher-string
Configures back-end SSL server settings.
Syntax
[no] protocol ssl backend server cipher-string <string> [cipher-num <number>]
Parameters
cipher-string <string>
Specifies the cipher-strings (case sensitive) or a combination using the underscore character ( _ ) for communicating with clients. For a complete list, view the CLI online help. You must specify at least one cipher for peers, clients, and servers for SSL to function properly.
The default cipher setting is DEFAULT, which represents a variety of high-strength ciphers that allow for compatibility with many browsers and servers.
cipher-num <number>
Specifies a number to set the order of the list. The number must be an integer greater or equal to 1-N, or end.
Usage
Use this command to create a preference list of cipher strings used for server handshakes.
To view your list, use the command show protocol ssl backend {client | server} cipher-strings.
Example
amnesiac (config) # protocol ssl backend server cipher-string LOW
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
show protocol ssl backend client cipher-strings