Forum Discussion

Gill_32697's avatar
Gill_32697
Icon for Nimbostratus rankNimbostratus
Mar 06, 2017

Invalid cipher DEFAULT:!EDH-RSA-DES-CBC3-SHA

getting invalid error when trying to add cipher DEFAULT:!EDH-RSA-DES-CBC3-SHA. Profile disallows SSLv2, SSLv2, TLS1.2 running OS 11.6.0 HF6...any idea what it wont take.

 

2 Replies

  • Try DEFAULT:!ECDHE-RSA-DES-CBC3-SHA

     

    You can SSH into your Big-IP and see the list of ciphers contained in the DEFAULT suite, based on your firmware version :

     

    tmm --clientciphers DEFAULT

     

  • Can you try this?

     

    To accept - DEFAULT:EDH:RSA:DES:CBC3:SHA

     

    To reject - !SSLv2:!SSLv1:!TLS1_2

     

    Not sure I understood your question correctly but you can try above things.