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
01-24-2021 04:27 PM
Hi Robert,
"get tls-version" is a AP command.
After disabling the tls1.1, could you please get us the output of this command from AP?
01-24-2021 06:15 PM
rkscli: get tls-version
Minimum TLS Version: tlsv1
OK
Allowed me to
openssl s_client -connect x.x.x.x:22 -tls1
openssl s_client -connect x.x.x.x:22 -tls1_1
openssl s_client -connect x.x.x.x:22 -tls1_2
01-24-2021 07:14 PM
I was able to set tls-version tlsv1.2 on all my access points.
Thank you.
01-24-2021 07:20 PM
Hi Robert,
Thanks for the update. The below output showed that the TLS was still set to TLS1.0.
rkscli: get tls-version
Minimum TLS Version: tlsv1
However, now I see that you are able to set it correctly.
Glad to hear that the issue is resolved.
02-23-2023 07:06 AM
Hi SanJay,
If we can change the TLS from 1.0 to 1.2 of AP, does it affect the smartzone?
Thank you.