Forum Discussion
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 .