Forum Discussion

5 Replies

  • JG's avatar
    JG
    Icon for Cumulonimbus rankCumulonimbus

    Which version of BIG-IP are your running?

     

  • Doesn't Configuration Utility and other components like iControl are using OpenSSL instead of TMM builtin stacks?. If so you can use openssl command to get the ciphers, referred by cipherstrings:

    openssl ciphers DEFAULT    
    

    or

    openssl ciphers -v DEFAULT
    

    Otherwise you can ask the tmm for the builtin ciphers:

    tmm --clientciphers DEFAULT
    

    Hope that helps.

    Greets, svs

  • JG's avatar
    JG
    Icon for Cumulonimbus rankCumulonimbus

    The Configuration Utility is hosted by the Apache httpd server, which uses openssl. So the above openssl commands are the right means to find the information you need.