Details
You are unable to limit Configuration utility access to clients that are configured to use only TLSv1.1 or TLSv1.2.
This issue occurs when all of the following conditions are met:
You attempt to limit Configuration utility access to TLSv1.1 or TLSv1.2 using one of the following Traffic Management Shell (tmsh) commands:
tmsh modify sys httpd ssl-protocol ‘TLSv1.1’
tmsh modify sys httpd ssl-protocol ‘TLSv1.2’
tmsh modify sys httpd ssl-protocol ‘TLSv1.1 TLSv1.2’
tmsh modify sys httpd ssl-protocol ‘ALL -TLSv1 -SSLv2 -SSLv3’
Solution
1. tmsh modify sys httpd ssl-protocol ‘ALL -SSLv2 -SSLv3’
Supportive Information
The following resource is also helpful.
This security hardening control applies to the following category of controls within NIST 800-53: Access Control.This control applies to the following type of system F5.
References
- 800-53|AC-10
- CAT|II
- CCI|CCI-000054
- Rule-ID|SV-74521r2_rule
- STIG-ID|F5BI-DM-000003
- Vuln-ID|V-60091