05-Aug-2020 02:34
Hi,
Would like to know under which event can we use the following SSL commands
SSL::cipher name
SSL::cipher version
SSL::cipher bits
I don't see the above commands listed under HTTP_REQUEST and CLIENTSSL_HANDSHAKE REQUEST.
https://clouddocs.f5.com/api/irules/HTTP_REQUEST.html
https://clouddocs.f5.com/api/irules/CLIENTSSL_HANDSHAKE.html
Thanks,
Yugandhar.
07-Aug-2020 14:20
Hi Yugandhar,
You can use this SSL commands in HTTP_REQUEST event.
Example iRule:
when HTTP_REQUEST {
log local0. "cipher=[SSL::cipher name]|version=[SSL::cipher version]|bits=[SSL::cipher bits]"
}
LTM Logs:
cipher=ECDHE-RSA-AES128-CBC-SHA|version=TLSv1.1|bits=128