Forum Discussion
Create cipher group in f5
- May 21, 2025
As far as I am aware you cannot disable just TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 for exaple. oyu need to disable all ECDHE which probably do not want to.
for CHACHA20 use
DEFAULT:!sslv3:!rc4:!exp:!des:!3des:!RSA:!DHE:!TLSv1:CHACHA20-POLY1305
try this one
DEFAULT:!sslv3:!rc4:!exp:!des:!3des:!RSA:!DHE:!TLSv1
- THE_BLUEMay 21, 2025
Cirrostratus
thank you , i have try it .. when i test the ssl i found weak ciphers too .. so how to disable them ? ((TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA (0xc013) , TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 (0xc027) ,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA (0xc014) , TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 (0xc028) )) and i need to add (include (TLS_CHACHA20_POLY1305_SHA256 ) , TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256)
- Injeyan_KostasMay 21, 2025
Nacreous
As far as I am aware you cannot disable just TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 for exaple. oyu need to disable all ECDHE which probably do not want to.
for CHACHA20 use
DEFAULT:!sslv3:!rc4:!exp:!des:!3des:!RSA:!DHE:!TLSv1:CHACHA20-POLY1305- THE_BLUEMay 21, 2025
Cirrostratus
thank you very much
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