23-Jul-2023 22:17
Hi,
I want to change the server Cipher preferred order. I want EC preferred then RSA
like below
1, TLS13 AES256 GCM SHA384
2, TLS13 AES128 GCM SHA256
3, TLS13 CHACHA20 POLY1305 SHA256
4, TLS12 ECDHE ECDSA AES256 GCM SHA384
5, TLS12 ECDHE ECDSA AES128 GCM SHA256
6, TLS12 ECDHE ECDSA CHACHA20 POLY1305 SHA256
7+ all others RSA etc.
How do I achieve this?
Via iRule?
Solved! Go to Solution.
25-Jul-2023 23:17 - edited 25-Jul-2023 23:22
24-Jul-2023 00:06
24-Jul-2023 19:07
I tried it. but how do i enforce below order ?
When the client sends the cipher proposal I want f5 respond EC preferred then RSA. How i do it?
1, TLS13 AES256 GCM SHA384
2, TLS13 AES128 GCM SHA256
3, TLS13 CHACHA20 POLY1305 SHA256
4, TLS12 ECDHE ECDSA AES256 GCM SHA384
5, TLS12 ECDHE ECDSA AES128 GCM SHA256
6, TLS12 ECDHE ECDSA CHACHA20 POLY1305 SHA256
7+ all others RSA etc.
24-Jul-2023 19:52
do i need to define the cipher rule as I want ?
AES256-GCM-SHA384:AES128-GCM-SHA256:CHACHA20-POLY1305:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256
25-Jul-2023 23:17 - edited 25-Jul-2023 23:22
26-Jul-2023 02:15
Really appreciate your help. it's working as I want. Thanks lot.