Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

AJF5's avatar
AJF5
Icon for Altocumulus rankAltocumulus
8 years ago
Solved

Disable TLS 1.0 and 1.1 protocol on VIPS, Only TLS 1.2 should be on.

Suppose we have to disable TLS 1.0 and 1.1 protocol on a VIP. Only TLS 1.2 should be enabled.   Consider client-ssl profile is having the existing ciphers as :   ciphers DEFAULT:!ADH:!EXPORT40...
  • jaikumar_f5's avatar
    8 years ago

    Here,

    tmsh create /ltm profile client-ssl cssl_tls12_only ciphers TLSv1_2

    Reference