Hi @ALI Yes, you can use the same procedure to disable TLS 1.0 and 1.1 on the ZDTo check the version on the AP CLI:rkscli: get tls-versionMinimum TLS Version: tlsv1OKTo 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.2To disable the tls version 1.0 on the Zone director, use the below command.ruckus> enruckus# debugYou have all rights in this mode.ruckus(debug)# no support-tls 1.0Are 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
@sanjay_kumar_gols5p74yq7mn
I have a zone director 1200.
get tls-version is not a recognized command.
I would like to turn off tlsv1.1 and only allow tlsv1.2, will this break the communication between the zone director and the ap's through ftp?FYI, per NIST, effective June 2018, must cutover to tls 1.2 because tls 1.1 has multiple cryptographic flaws that can be exploited by a man-in-the-middle attack.
I followed your steps to disable tls 1.1 and verified it using openssl. It worked for 443 and shows only tls 1.2 is allowed but my nessus scan still shows that ftp is still using tls 1.1
Robert Lee
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?
rkscli: get tls-versionMinimum TLS Version: tlsv1OK
Allowed me to openssl s_client -connect x.x.x.x:22 -tls1
openssl s_client -connect x.x.x.x:22 -tls1_1openssl s_client -connect x.x.x.x:22 -tls1_2
I HAVE Controller: ZD 1200
Version : 10.2.1.0 build 183
CAN i disable TLS 1.0 or 1.1 with above procedures.
Hi Sanjay,
thank you for the response.
i will run the command and check back with you !!
Hi @ALI Sure, let us know if you face any issues.