Forum Discussion
How to disable TLSv1.1
HI All,
in SSL client ciphers TLSv1 is disabling TLSv1.0 but not TLSv1.1 , Can some one please let me know what should i add to disable TLSv1.1 ?
6 Replies
- Kevin_Stewart
Employee
Add the following notation to your current cipher string in the SSL profile:
:!TLSv1.1So that might look something like this:
DEFAULT:!TLSv1.1 - Hannes_Rapp
Nimbostratus
You need to use an underscore instead of a dot, for example
cipher string will work.DEFAULT:!TLSv1_1You can verify that
doesn't work by executing the following::!TLSv1.1
(BigIP Bash shell).tmm --clientciphers 'DEFAULT:!TLSv1.1'- Kevin_Stewart
Employee
Good catch. ;)
- Hannes_Rapp_162
Nacreous
You need to use an underscore instead of a dot, for example
cipher string will work.DEFAULT:!TLSv1_1You can verify that
doesn't work by executing the following::!TLSv1.1
(BigIP Bash shell).tmm --clientciphers 'DEFAULT:!TLSv1.1'- Kevin_Stewart
Employee
Good catch. ;)
Use this instead to not use TLSv1.1 and TLSv1 --> 'DEFAULT:!TLSv1:!TLSv1_1'
tmm --clientciphers 'DEFAULT:!TLSv1:!TLSv1_1'
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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