Forum Discussion

Assad_314410's avatar
Assad_314410
Icon for Nimbostratus rankNimbostratus
Jan 29, 2018

F5 LTM - cipher logging

Hello,

 

I am trying to log all ciphers using on an LTM, I believe it is done through an Irule but need help with the full string.

 

Thanks

 

2 Replies

  • Are you trying to log all ciphers used during SSL connections?

    Think you can use something like the SSL::cipher iRule command: iRules SSL::cipher

    when HTTP_REQUEST {
        log local0. "[SSL::cipher name], [SSL::cipher version], [SSL::cipher bits]
    }
    

    Not sure if HTTP_REQUEST is the best event to use though as will log every request when you likely only want to log once per SSL session.

  • Surgeon's avatar
    Surgeon
    Ret. Employee
    1. Have you applied the iRule to the VIP in question?
    2. Do you have a Client SSL profile applied to the VIP in question? If your back-end server ssl based then you have to apply server side ssl profile too for both side ssl offload.

       

      If there is no SSL profile applied, big-ip will not do ssl offload and you will not be able to identify negotiated cipher suit