Forum Discussion
stop cipher TLS_DH_anon_WITH_AES_128_GCM_SHA256
Dears,
Please advise how can I stop this cipher from SSL profile Im not using default instead im using only 'TLSv1_2'
Thanks
why do you use just TLSv1_2? there are quite some very bad ones in that one group op ciphers next to the two anonymous ones.
DEFAULT on itself is much better, there you can then exclude TLS_1 and TLS1_1 if you want to have only TLS1.2.
but if you really want TLSv1_2 without those two do: 'TLSv1_2:!ADH'
PS: three questions about pretty much the same issue is kinda a lot, i think you can delete two of them.
- Ashwin_Venkat
Employee
Simply appending :!ADH (as mentioned above) should allow for disabling Anonymous DH cipher suites. Moreover, I'd also recommend disabling some of the other known weaker ones that are enabled for your cipher string like RC4, DES, 3DES (Sweet32). Therefore, a cipher string like 'TLSv1_2:!ADH:!DES:!3DES:!RC4' (without the quotes) is a great start.
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com