18-Mar-2021 06:38
I am using Icontrol SOAP.
I have configured my client ssl profile with Ciper string as DEFAULT.
How can i get list of all cipher suites available in default?
21-Mar-2021 07:55
The command is tmm --clientciphers DEFAULT as written in https://support.f5.com/csp/article/K13156 or https://support.f5.com/csp/article/K15194 .
Just a note the F5 tmm client and server ssl profiles use different ciphers than the F5 SSL/HTTPS health monitors. For the health monitors, they use the openssl ciphers as the F5 is based on Red Hat Linux and you need to use openssl ciphers -v 'DEFAULT:+SHA:+3DES:+kEDH' as written in https://support.f5.com/csp/article/K16526 .