Forum Discussion
CA_Valli
MVP
If you need an on/off trigger for decrypted traffic, I still prefer using the iRule way instead of changing DB keys, so it just logs SSL info for the specific aplication traffic I'm troubleshooting and I can turn it off when I'm done.
Jun 23, 2023
thanks CA_Valli ,
yes I prefer Decryption irule too.
but I aimed to find a replacement and I found the DB method but it needs some facilities to obtain the PMS Key.
- JRahmAug 17, 2023Admin
i resorted to automating the whole thing: https://github.com/f5-rahm/pcap_utils/blob/main/TLSv1_3_captures.py
- Aug 19, 2023
Thanks alot JRahm