<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to configure vSPOT to use TLS 1.2 to support APs on 5.2.2 and 6.1.1 in Apps and SPoT</title>
    <link>https://community.ruckuswireless.com/t5/Apps-and-SPoT/How-to-configure-vSPOT-to-use-TLS-1-2-to-support-APs-on-5-2-2/m-p/65470#M477</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Issue : APs on 6.1.1 and 5.2.2 are not able to connect to vSPOT LBS server.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Post troubleshooting it was understood that APs on 6.1.1 use TLS 1.2 by default and vSPOT by default will be on TLS 1.0. So we need to change the TLS config on vSPOT to authenticate APs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Below are the instructions on how to configure TLS 1.2 on vSPOT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;## Login to LBS shell&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;## Enter LBS docker container&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;admin@vspotappliance:~$ docker exec -it vspot372 /bin/bash&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;root@vspot:/#&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;## Change mosquitto tls version&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;root@vspot:/# vim /etc/mosquitto/conf.d/venue_server.conf&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;max_connections -1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;port 1883&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;listener 8883&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;tls_version tlsv1.2 #&amp;lt;&amp;lt; Change to 1.2&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;psk_hint ap_zd_ls&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;psk_file /storage/mosquitto/venue_server.psk&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;## Restart mosquitto service&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;root@vspot:/# service mosquitto restart&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;Restarting mosquitto (via systemctl): [ OK ]&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Aug 2023 13:42:23 GMT</pubDate>
    <dc:creator>Rao</dc:creator>
    <dc:date>2023-08-08T13:42:23Z</dc:date>
    <item>
      <title>How to configure vSPOT to use TLS 1.2 to support APs on 5.2.2 and 6.1.1</title>
      <link>https://community.ruckuswireless.com/t5/Apps-and-SPoT/How-to-configure-vSPOT-to-use-TLS-1-2-to-support-APs-on-5-2-2/m-p/65470#M477</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Issue : APs on 6.1.1 and 5.2.2 are not able to connect to vSPOT LBS server.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Post troubleshooting it was understood that APs on 6.1.1 use TLS 1.2 by default and vSPOT by default will be on TLS 1.0. So we need to change the TLS config on vSPOT to authenticate APs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Below are the instructions on how to configure TLS 1.2 on vSPOT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;## Login to LBS shell&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;## Enter LBS docker container&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;admin@vspotappliance:~$ docker exec -it vspot372 /bin/bash&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;root@vspot:/#&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;## Change mosquitto tls version&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;root@vspot:/# vim /etc/mosquitto/conf.d/venue_server.conf&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;max_connections -1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;port 1883&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;listener 8883&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;tls_version tlsv1.2 #&amp;lt;&amp;lt; Change to 1.2&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;psk_hint ap_zd_ls&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;psk_file /storage/mosquitto/venue_server.psk&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;## Restart mosquitto service&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;root@vspot:/# service mosquitto restart&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;Restarting mosquitto (via systemctl): [ OK ]&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 13:42:23 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Apps-and-SPoT/How-to-configure-vSPOT-to-use-TLS-1-2-to-support-APs-on-5-2-2/m-p/65470#M477</guid>
      <dc:creator>Rao</dc:creator>
      <dc:date>2023-08-08T13:42:23Z</dc:date>
    </item>
  </channel>
</rss>

