Forum Discussion
paulpatriot_129
Jan 20, 2017Nimbostratus
Restrict BIGIQ to TLSv1.2 Only
I need to restrict BIGIQ to TLSv1.2 only. How do you go about doing this?
- Jan 20, 2017
Greetings, Just a quick search through this article:
https://support.f5.com/csp/article/K17007 K17007: Restricting BIG-IQ user interface access to clients using high-encryption SSL ciphers and protocols
Perhaps try:
vi /etc/webd/webd.conf remove-> ssl_protocols TLSv1 TLSv1.1 TLSv1.2; add----> ssl_protocols TLSv1.2; bigstart restart webd bigstart status webd
Kevin
Kevin_K_51432
Historic F5 Account
Greetings, Just a quick search through this article:
https://support.f5.com/csp/article/K17007
K17007: Restricting BIG-IQ user interface access to clients using high-encryption SSL ciphers and protocols
Perhaps try:
vi /etc/webd/webd.conf
remove-> ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
add----> ssl_protocols TLSv1.2;
bigstart restart webd
bigstart status webd
Kevin
paulpatriot_129
Jan 23, 2017Nimbostratus
Thanks I updated the following ssl protocols and the cipher and restarted the webd service.
ssl_protocols TLSv1.2;
ssl_ciphers DHE-RSA-AES128-GCM-SHA256;
restart /sys service webd
That fixed the issue
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