<?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>SMP server: Authentication is insufficient</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/92960/smp-server-authentication-is-insufficient</link><description>Dear all. 
 I am testing SMP server example with the nRF52832DK kit. 
 I did what described here FOTA over BLE . 
 In step3, the app nRF Connect for Mobile reported failure: Authentication is insufficient. 
 So there must be something wrong with my app_update</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 22 Oct 2022 03:10:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/92960/smp-server-authentication-is-insufficient" /><item><title>RE: SMP server: Authentication is insufficient</title><link>https://devzone.nordicsemi.com/thread/391973?ContentTypeID=1</link><pubDate>Sat, 22 Oct 2022 03:10:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:842c7768-d928-4fcd-a47c-ed25c886b67e</guid><dc:creator>binhla</dc:creator><description>&lt;p&gt;Dears,&lt;/p&gt;
&lt;p&gt;Thank you for your prompt response.&lt;/p&gt;
&lt;p&gt;The issue is solved after I made these config&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;# MCU mgr
CONFIG_MCUMGR_SMP_BT=y
CONFIG_MCUMGR_SMP_BT_AUTHEN=n
CONFIG_MCUMGR_SMP_BT_CONN_PARAM_CONTROL=y

# Allow for large Bluetooth data packets.
CONFIG_BT_L2CAP_TX_MTU=498
CONFIG_BT_BUF_ACL_RX_SIZE=502
CONFIG_BT_BUF_ACL_TX_SIZE=502
CONFIG_BT_CTLR_DATA_LENGTH_MAX=251&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards.&lt;/p&gt;
&lt;div id="eJOY__extension_root" class="eJOY__extension_root_class"&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SMP server: Authentication is insufficient</title><link>https://devzone.nordicsemi.com/thread/391147?ContentTypeID=1</link><pubDate>Tue, 18 Oct 2022 09:52:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a2296eb-bf53-4719-ba0d-7f87fc5ff148</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Please make sure&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.1.0/kconfig/index.html#CONFIG_MCUMGR_SMP_BT_AUTHEN"&gt;CONFIG_MCUMGR_SMP_BT_AUTHEN&lt;/a&gt; is disabled in your project .conf files. Otherwise, you have to modify the example to support authentication.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>