Forum Discussion
Parveez_70209
Nimbostratus
Feb 03, 2015No TLSv1: Will this Disable only TLS1.0 while allow TLS1.1/TLS1.2/TLS1.3 ?
Hi Team,
We are in a process of disabling all SSL plus TLS1.0 version, and we are running 10.2.4 version.
Kindly confirm whether by saying No TLSv1: Will this Disable only TLS1.0 while allo...
Vitaliy_Savrans
Nacreous
Feb 03, 2015You can check this by using:
tmm --clientciphers '!TLSv1'
brice
Nimbostratus
Apr 02, 2015You have to give it ~something~ to start with. The above is saying "you can use no ciphers, and also disable TLSv1"
Try
tmm --clientciphers 'DEFAULT:!TLSv1'
That should yield:
tmm --clientciphers 'DEFAULT:!TLSv1'
ID SUITE BITS PROT METHOD CIPHER MAC KEYX
0: 61 AES256-SHA256 256 TLS1.2 Native AES SHA256 RSA
1: 53 AES256-SHA 256 TLS1.1 Native AES SHA RSA
2: 53 AES256-SHA 256 TLS1.2 Native AES SHA RSA
3: 53 AES256-SHA 256 DTLS1 Native AES SHA RSA
4: 60 AES128-SHA256 128 TLS1.2 Native AES SHA256 RSA
5: 47 AES128-SHA 128 TLS1.1 Native AES SHA RSA
6: 47 AES128-SHA 128 TLS1.2 Native AES SHA RSA
7: 47 AES128-SHA 128 DTLS1 Native AES SHA RSA
8: 10 DES-CBC3-SHA 192 TLS1.1 Native DES SHA RSA
9: 10 DES-CBC3-SHA 192 TLS1.2 Native DES SHA RSA
10: 10 DES-CBC3-SHA 192 DTLS1 Native DES SHA RSA
11: 5 RC4-SHA 128 TLS1.1 Native RC4 SHA RSA
12: 5 RC4-SHA 128 TLS1.2 Native RC4 SHA RSA
13: 49192 ECDHE-RSA-AES256-SHA384 256 TLS1.2 Native AES SHA384 ECDHE_RSA
14: 49172 ECDHE-RSA-AES256-CBC-SHA 256 TLS1.1 Native AES SHA ECDHE_RSA
15: 49172 ECDHE-RSA-AES256-CBC-SHA 256 TLS1.2 Native AES SHA ECDHE_RSA
16: 49191 ECDHE-RSA-AES128-SHA256 128 TLS1.2 Native AES SHA256 ECDHE_RSA
17: 49171 ECDHE-RSA-AES128-CBC-SHA 128 TLS1.1 Native AES SHA ECDHE_RSA
18: 49171 ECDHE-RSA-AES128-CBC-SHA 128 TLS1.2 Native AES SHA ECDHE_RSA
19: 49170 ECDHE-RSA-DES-CBC3-SHA 192 TLS1.1 Native DES SHA ECDHE_RSA
20: 49170 ECDHE-RSA-DES-CBC3-SHA 192 TLS1.2 Native DES SHA ECDHE_RSA
But I would get rid of RC4 as well. So tmm --clientciphers 'DEFAULT:!SSLv3:!TLSv1:!RC4' (note I'm on 11.5.1, so my default will be different than yours). Look at SOL13163 mentioned above for version default differences.
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects