11-12-2018 04:16 AM
Solved! Go to Solution.
02-07-2024 10:21 PM
Hi @ALI
Yes, you can use the same procedure to disable TLS 1.0 and 1.1 on the ZD
To check the version on the AP CLI:
rkscli: get tls-version
Minimum TLS Version: tlsv1
OK
To disable tls 1.0 on the AP, set the tls to 1.1 or 1.2 with the below command.
rkscli:set tls-version tlsv1.2
To disable the tls version 1.0 on the Zone director, use the below command.
ruckus> en
ruckus# debug
You have all rights in this mode.
ruckus(debug)# no support-tls 1.0
Are you sure you want to change whether support TLSv1.0, If yes, it will reboot ZoneDirector.[Y/n]
Note: ZD will reboot.
After the ZD reboot, use the command "no support-tls 1.1" to disable TLS 1.1
02-07-2024 02:21 AM
I HAVE Controller: ZD 1200
Version : 10.2.1.0 build 183
CAN i disable TLS 1.0 or 1.1 with above procedures.
02-07-2024 10:21 PM
Hi @ALI
Yes, you can use the same procedure to disable TLS 1.0 and 1.1 on the ZD
To check the version on the AP CLI:
rkscli: get tls-version
Minimum TLS Version: tlsv1
OK
To disable tls 1.0 on the AP, set the tls to 1.1 or 1.2 with the below command.
rkscli:set tls-version tlsv1.2
To disable the tls version 1.0 on the Zone director, use the below command.
ruckus> en
ruckus# debug
You have all rights in this mode.
ruckus(debug)# no support-tls 1.0
Are you sure you want to change whether support TLSv1.0, If yes, it will reboot ZoneDirector.[Y/n]
Note: ZD will reboot.
After the ZD reboot, use the command "no support-tls 1.1" to disable TLS 1.1
02-08-2024 04:10 AM
Hi Sanjay,
thank you for the response.
i will run the command and check back with you !!
02-08-2024 07:06 PM
Hi @ALI
Sure, let us know if you face any issues.