Forum Discussion

chethan_181144's avatar
chethan_181144
Icon for Nimbostratus rankNimbostratus
Nov 15, 2016

How this irule works ?

Hi Team ,

 

How this Rule works , I could see this rule is applied under 443 vip .

 

ltm rule SSLCIPHER { when HTTP_REQUEST { HTTP::header insert SSLClientCipher [SSL::cipher name],\x20version=[SSL::cipher version],\x20bits=[SSL::cipher bits] } }

 

Regards , Chethan

 

1 Reply

  • When a client submits a request, the iRule inserts a new header named SSLClientCipher with the value being the cipher name, version and bits.