29-Nov-2020 05:46
Hi Dears,
I need to enable and use TLS 1.2 only instead of 1.0 or 1.1, for one specific published server.
my BIG-IP version is 12.0 VE.
this output may help you
ssl-ciphersuite DEFAULT:!aNULL:!eNULL:!LOW:!RC4:!MD5:!EXP
please your kind assistance.
Thanks,
Osama
Solved! Go to Solution.
30-Nov-2020 04:44
Hi mahjoub,
Yes, you can configure it through GUI.
This way you can achieve your requirement. You can refer below F5 articles for more details.
https://support.f5.com/csp/article/K13171
https://support.f5.com/csp/article/K33000012
Hope it helps!
Mayur
29-Nov-2020
14:40
- last edited on
04-Jun-2023
21:10
by
JimmyPackets
You need to create a specific Client-SSL profile for your virtual server
The cipher string should be
'DEFAULT:!aNULL:!eNULL:!LOW:!RC4:!MD5:!EXP:!TLSv1:!TLSv1_1'
You can also disable TLSv1 and TLSv1.1 Protocol as options in the client-SSL profile to ensure that those protocols cannot be negotiated.
29-Nov-2020 23:52
Hi Simon,
thanks for your reply, I already have the client profile and associated with server, now how to enable TLS 1.2 through GUI.
29-Nov-2020 23:21
Create Cipher String with
DEFAULT:!TLSv1:!TLSv1_1:!DHE:!AES-CBC+SHA
29-Nov-2020 23:54
Hi Ecesureshkumar,
is there any way to do it through GUI?
thanks,
30-Nov-2020 04:44
Hi mahjoub,
Yes, you can configure it through GUI.
This way you can achieve your requirement. You can refer below F5 articles for more details.
https://support.f5.com/csp/article/K13171
https://support.f5.com/csp/article/K33000012
Hope it helps!
Mayur