<?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>cloud_connect failed: -111 error</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/51569/cloud_connect-failed--111-error</link><description>Hello, 
 I&amp;#39;m trying to set up my nrf9160 Dev Kit and I&amp;#39;m having problems connecting it to the nrfCloud. 
 Since I&amp;#39;m using it in Austria, I&amp;#39;m using a different sim card on LTE NB which I got working using some AT- Commands. 
 
 The only problem is, that</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 03 Sep 2019 12:40:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/51569/cloud_connect-failed--111-error" /><item><title>RE: cloud_connect failed: -111 error</title><link>https://devzone.nordicsemi.com/thread/207685?ContentTypeID=1</link><pubDate>Tue, 03 Sep 2019 12:40:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47101434-c5f3-4f6c-a713-db7733c94cf9</guid><dc:creator>Laurin Rossmeier</dc:creator><description>&lt;p&gt;So I fixed it now!&lt;/p&gt;
&lt;p&gt;For anyone else with missing certificates:&lt;/p&gt;
&lt;p&gt;this would work if you had previously connected your board to the nrfcloud.&lt;/p&gt;
&lt;p&gt;If this isn&amp;#39;t the case you&amp;nbsp;can write a private ticket to the techsupport providing them the &lt;strong&gt;imei&lt;/strong&gt; of your board and they will send you a new set of working certificates.&lt;/p&gt;
&lt;p&gt;Thanks, Laurin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: cloud_connect failed: -111 error</title><link>https://devzone.nordicsemi.com/thread/207000?ContentTypeID=1</link><pubDate>Fri, 30 Aug 2019 07:16:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f48d1062-58c4-45fa-9323-0b61caca039b</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi, you can recover your certificates by doing the steps described in the verified answer in &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/49650/asset_tracker-does-not-work-with-firmware-v1-0-0/199421#199421"&gt;this post&lt;/a&gt;, see image below.&lt;/p&gt;
&lt;p&gt;It should work automatically, but the certificates can be overwritten or cleared from the modem for a number of reasons.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-be1cfa4ea02243cfa2aefbbb4d8112b4/verified_5F00_answer.PNG" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: cloud_connect failed: -111 error</title><link>https://devzone.nordicsemi.com/thread/206925?ContentTypeID=1</link><pubDate>Thu, 29 Aug 2019 14:34:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06631737-feba-4e31-b636-e84536a040c5</guid><dc:creator>Laurin Rossmeier</dc:creator><description>&lt;p&gt;Hello Heidi, Thanks for the quick response!&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve tried your suggestion and I just get a &amp;quot;ok&amp;quot; response on&amp;nbsp;&lt;span&gt;&amp;quot;AT%CMNG=1&amp;quot;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;How can i install the certificates? shouldn&amp;#39;t this work autmatically? why did it work on the other board?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you!&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: cloud_connect failed: -111 error</title><link>https://devzone.nordicsemi.com/thread/206913?ContentTypeID=1</link><pubDate>Thu, 29 Aug 2019 14:04:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8a71440-5382-4c3f-a0a3-f874f4b4a6ff</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi, a possible reason for the -111 error is missing certificates. To check if they are still saved on the modem, add the following line to the prj.conf file in the asset tracker example and build / flash it again.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_AT_CMD_RESPONSE_MAX_LEN=2560&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Then open the nRF Connect LTE Link Monitor and do &amp;quot;AT%CMNG=1&amp;quot;. If you have the correct certificates, the output should look something like this.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-be1cfa4ea02243cfa2aefbbb4d8112b4/lte_5F00_certificates.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Heidi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>