<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How to config MQTT Broker on Thread Border Router to AWS</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/50007/how-to-config-mqtt-broker-on-thread-border-router-to-aws</link><description>Hi all, 
 I am using Thread SDK3.1 and running successfull with MQTT-SN example (Border Router + 1 MQTT public + 1 MQTT subscribe) 
 Now, I want to change MQTT broker from paho to AWS. 
 I modified paho-mqtt-sn-gateway.conf to 
 
 But 2 Node send &amp;quot;CONNECT</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 27 Jan 2020 11:22:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/50007/how-to-config-mqtt-broker-on-thread-border-router-to-aws" /><item><title>RE: How to config MQTT Broker on Thread Border Router to AWS</title><link>https://devzone.nordicsemi.com/thread/231091?ContentTypeID=1</link><pubDate>Mon, 27 Jan 2020 11:22:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76831e89-9b01-4d3c-b642-841402c1dcfe</guid><dc:creator>kumarnaveenb</dc:creator><description>&lt;p&gt;Hi Giang,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;May I know How did you do it?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I added all my certificates and added the Broker name as my aws URL. MQTT stops working.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Naveen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to config MQTT Broker on Thread Border Router to AWS</title><link>https://devzone.nordicsemi.com/thread/202283?ContentTypeID=1</link><pubDate>Mon, 05 Aug 2019 00:44:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73d74fda-c860-44eb-8ea0-f17757d2095e</guid><dc:creator>Giang</dc:creator><description>&lt;p&gt;I finished it. Modify paho_mqtt_gateway.conf in Raspberry Pi side can resolve it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to config MQTT Broker on Thread Border Router to AWS</title><link>https://devzone.nordicsemi.com/thread/201715?ContentTypeID=1</link><pubDate>Thu, 01 Aug 2019 02:45:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67739278-21c6-44ee-ab2a-bd4ec503556a</guid><dc:creator>Giang</dc:creator><description>&lt;p&gt;Any help !!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to config MQTT Broker on Thread Border Router to AWS</title><link>https://devzone.nordicsemi.com/thread/199905?ContentTypeID=1</link><pubDate>Tue, 23 Jul 2019 04:00:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5389f55f-1dbf-48fc-ac91-75a4616d4181</guid><dc:creator>Giang</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a class="internal-link view-user-profile" href="https://devzone.nordicsemi.com/members/marjeris-romero"&gt;msromero&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;I tested with paho as default, it work fine. But paho not use ssl and certificate. So It simple. Now I want use AWS. It use ssl and certificate.&lt;/p&gt;
&lt;p&gt;The first, I create my thing (broker) on AWS as below link :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=y6W9QfiEY2E"&gt;https://www.youtube.com/watch?v=y6W9QfiEY2E&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Next, I download certificate and test connection with MQTT Fx software. I can pub, sub success.&lt;/p&gt;
&lt;p&gt;Next, I modify&amp;nbsp;&lt;span&gt;paho-mqtt-sn-gateway.conf to AWS as above post and copy certificate to raspi.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But I don&amp;#39;t success for test. Cli node can&amp;#39;t connect to MQTT Gateway.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;How I can see debug from rasberry pi ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Can you try connect to AWS and show me solution ? Thank !!&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to config MQTT Broker on Thread Border Router to AWS</title><link>https://devzone.nordicsemi.com/thread/199856?ContentTypeID=1</link><pubDate>Mon, 22 Jul 2019 14:43:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6dd10e6a-acd2-446b-9218-dff2850d5600</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi Giang,&lt;/p&gt;
&lt;p&gt;I am not familiar with AWS from before unfortunately, but I would start by sniffing the traffic between the raspberry pi and the cloud and check what exactly is send back from the cloud, maybe there is an error code or something?&lt;br /&gt;Did you find a tutorial for setting up the AWS? Can you share the link to that? You should check if you using the right getaway configuration and make sure you are using the right IP address and ports.&lt;/p&gt;
&lt;p&gt;Did you test the example using Eclipse&amp;#39;s paho as default, did that work fine or did you have trouble with that as well?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>