cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to disable TLS 1.0 on the Zonedirector ZD1200 firmware version 10.1?

james_hicks_1ll
New Contributor
Is it possible to disable TLS 1.0 on the Zonedirector ZD1200 firmware version 10.1?
1 ACCEPTED SOLUTION

sanjay_kumar
RUCKUS Team Member

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

View solution in original post

13 REPLIES 13

ALI
New Contributor

I HAVE Controller:  ZD 1200

Version : 10.2.1.0 build 183

CAN i disable TLS 1.0 or 1.1 with above procedures.

sanjay_kumar
RUCKUS Team Member

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

Hi Sanjay,

thank you for the response.

i will run the command and check back with you !!

sanjay_kumar
RUCKUS Team Member

Hi @ALI 
Sure, let us know if you face any issues.