<?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>Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/121669/enabling-the-tls-layer-to-get-a-https-connection-going</link><description>Hello everyone. 
 WE&amp;#39;re trying to make a https connection with google.com and execute a GET request. 
 Wifi connection is working; DHCP seems to be working (my personal assumption given the log message we get: &amp;quot;Resolved: [(1, 1, 6, &amp;#39;&amp;#39;, (&amp;#39;142.250.201.206</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 25 Jun 2025 14:27:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/121669/enabling-the-tls-layer-to-get-a-https-connection-going" /><item><title>RE: Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/thread/540499?ContentTypeID=1</link><pubDate>Wed, 25 Jun 2025 14:27:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39ccb84f-6664-4128-b12e-3f0bb397b6ff</guid><dc:creator>Tudor B.</dc:creator><description>&lt;p&gt;To anyone still having the issue I was having above:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span&gt;I noticed that by lowering the WiFi heap to 40Kb via:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;CONFIG_NRF_WIFI_DATA_HEAP_SIZE=40000&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;the TLS handshake seemingly succeeds, but there&amp;#39;s no reply coming from the host. Logs:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;[00:00:00.501,556] &amp;lt;inf&amp;gt; wifi_nrf: Configuring SLEEP CTRL GPIO control register

[00:00:00.638,031] &amp;lt;dbg&amp;gt; net_dns_resolve: dns_resolve_init_locked: (main): [0] 8.8.8.8
[00:00:00.646,514] &amp;lt;dbg&amp;gt; net_dns_resolve: dns_resolve_init_locked: (main): [1] 8.8.4.4
[00:00:00.655,303] &amp;lt;dbg&amp;gt; net_sock: zsock_socket_internal: (main): socket: ctx=0x2000a9a0, fd=3
[00:00:00.664,489] &amp;lt;dbg&amp;gt; net_sock_svc: socket_service_thread: (net_socket_service): Service WEST_TOPDIR/zephyr/subsys/net/lib/dhcpv4/dhcpv4_server.c:1535 has 1 pollable sockets
[00:00:00.680,725] &amp;lt;dbg&amp;gt; net_sock_svc: socket_service_thread: (net_socket_service): Service WEST_TOPDIR/zephyr/subsys/net/lib/dns/resolve.c:41 has 2 pollable sockets
[00:00:00.696,014] &amp;lt;dbg&amp;gt; net_sock_svc: socket_service_thread: (net_socket_service): Monitoring 3 socket entries
[00:00:00.707,061] &amp;lt;dbg&amp;gt; net_sock: zsock_socket_internal: (main): socket: ctx=0x2000aa50, fd=5
*** Booting nRF Connect SDK v3.0.0-3bfc46578e42 ***
*** Using Zephyr OS v4.0.99-a0e545cb437a ***
[00:00:00.725,860] &amp;lt;inf&amp;gt; net_config: Initializing network
[00:00:00.731,658] &amp;lt;inf&amp;gt; net_config: Waiting interface 1 (0x20008e00) to be up...
[00:00:00.740,600] &amp;lt;inf&amp;gt; wifi_supplicant: wpa_supplicant initialized
[00:00:00.747,863] &amp;lt;inf&amp;gt; net_config: IPv4 address: 192.168.1.1
[00:00:00.754,150] &amp;lt;inf&amp;gt; net_config: Running dhcpv4 client...
MicroPython v1.24.0-preview.469.g54a132e70.dirty on 2025-06-18; zephyr-nrf7002dk with nrf5340
Type &amp;quot;help()&amp;quot; for more information.
&amp;gt;&amp;gt;&amp;gt;
&amp;gt;&amp;gt;&amp;gt;
&amp;gt;&amp;gt;&amp;gt;
&amp;gt;&amp;gt;&amp;gt;
&amp;gt;&amp;gt;&amp;gt; import sock_test
&amp;gt;&amp;gt;&amp;gt;
&amp;gt;&amp;gt;&amp;gt; sock_test.do_steps()
Starting nrf7002dk with CPU frequency: 64 MHz
Bringing interface up!
[00:01:54.404,022] &amp;lt;inf&amp;gt; wifimod: Connection requested
[00:01:54.409,606] &amp;lt;inf&amp;gt; wifimod: ==================
[00:01:54.415,557] &amp;lt;inf&amp;gt; wifimod: State: SCANNING
[00:01:54.420,776] &amp;lt;inf&amp;gt; wifimod: Net If state: 5
Dead here...INTERESTING!!!
[00:01:54.726,104] &amp;lt;inf&amp;gt; wifimod: ==================
[00:01:54.731,475] &amp;lt;inf&amp;gt; wifimod: State: AUTHENTICATING
[00:01:54.737,213] &amp;lt;inf&amp;gt; wifimod: Net If state: 5
[00:01:54.863,677] &amp;lt;dbg&amp;gt; net_sock_packet: zpacket_received_cb: (rx_q[0]): ctx=0x2000ab00, pkt=0x20048c00, st=0, user_data=(nil)
[00:01:54.886,474] &amp;lt;dbg&amp;gt; net_sock_packet: zpacket_received_cb: (rx_q[0]): ctx=0x2000ab00, pkt=0x20048bc0, st=0, user_data=(nil)
[00:01:54.912,048] &amp;lt;inf&amp;gt; wifimod: Wi-Fi connect result: status...
[00:01:54.918,548] &amp;lt;inf&amp;gt; wifimod: Connected
Waiting for IP address...
Waiting for IP address...
Waiting for IP address...
Waiting for IP address...
[00:01:58.142,517] &amp;lt;dbg&amp;gt; net_sock: zsock_close_ctx: (rx_q[0]): close: ctx=0x2000a9a0, fd=3
[00:01:58.151,336] &amp;lt;dbg&amp;gt; net_sock: zsock_close_ctx: (rx_q[0]): close: ctx=0x2000aa50, fd=5
[00:01:58.160,491] &amp;lt;dbg&amp;gt; net_sock: zsock_socket_internal: (rx_q[0]): socket: ctx=0x2000a9a0, fd=3
[00:01:58.170,349] &amp;lt;dbg&amp;gt; net_sock: zsock_socket_internal: (rx_q[0]): socket: ctx=0x2000aa50, fd=5
[00:01:58.181,213] &amp;lt;dbg&amp;gt; net_sock_svc: socket_service_thread: (net_socket_service): Received restart event.
[00:01:58.248,901] &amp;lt;inf&amp;gt; net_dhcpv4: Received: 192.168.0.250
[00:01:58.255,126] &amp;lt;inf&amp;gt; net_config: IPv4 address: 192.168.0.250
[00:01:58.261,535] &amp;lt;inf&amp;gt; net_config: Lease time: 7200 seconds
[00:01:58.267,761] &amp;lt;inf&amp;gt; net_config: Subnet: 255.255.255.0
[00:01:58.273,712] &amp;lt;inf&amp;gt; net_config: Router: 192.168.0.1
[00:01:58.279,541] &amp;lt;inf&amp;gt; wifimod: Net MGMT: Got IP via DHCP
DHCP IP address: 192.168.0.250
Waiting for IP address...
Resolving google.com...
Using system DNS resolver...
Querying DNS for google.com (type 1)...
[00:02:00.068,756] &amp;lt;dbg&amp;gt; net_dns_resolve: dns_write: (mp_main): [0] submitting work to server idx 0 for id 49073 hash 59079
semaphore wait...1
[00:02:00.112,182] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000a9a0, pkt=0x20048bc0, st=0, user_data=(nil)
DNS CALLBACK: status=-100
DNS CALLBACK: status=-103
Giving semaphore on info == NULL
something...1
Resolved: [(1, 1, 6, &amp;#39;&amp;#39;, (&amp;#39;142.250.180.238&amp;#39;, 443))]
Success!
Trying to initialize socket...
Family: 1, socktype: 1, proto: 259
Dead here...68
[00:02:00.146,423] &amp;lt;dbg&amp;gt; net_sock_tls: tls_alloc: (mp_main): Allocated TLS context, 0x20009c38
[00:02:00.156,158] &amp;lt;dbg&amp;gt; net_sock: zsock_socket_internal: (mp_main): socket: ctx=0x2000abb0, fd=16
Dead here...69
Returned value: 15
Done initializing socket!
Performing TLS setup...
Trying 1...42
1 is done
2 is done
3 is done
TLS setup complete.
Connecting to: (&amp;#39;142.250.180.238&amp;#39;, 443)
[00:02:02.252,899] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4661: =&amp;gt; handshake
[00:02:02.263,214] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:02.273,803] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2370: &amp;lt;= flush output
[00:02:02.284,393] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_HELLO_REQUEST
[00:02:02.297,058] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:02.307,647] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2370: &amp;lt;= flush output
[00:02:02.318,237] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_CLIENT_HELLO
[00:02:02.330,810] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0921: =&amp;gt; write client hello
[00:02:02.342,620] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0487: dumping &amp;#39;client hello, random bytes&amp;#39; (32 bytes)
[00:02:02.356,231] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0487: 0000:  f2 10 c1 89 06 01 da 86 d4 28 36 13 8a 1c e9 f6  .........(6.....
[00:02:02.372,039] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0487: 0010:  3c b8 4a 42 e8 86 71 67 bc 1a 5a 9e 57 7a f8 c8  &amp;lt;.JB..qg..Z.Wz..
[00:02:02.387,573] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0512: dumping &amp;#39;session id&amp;#39; (0 bytes)
[00:02:02.399,505] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c024, TLS-ECDHE-ECDSA-WITH-AES-256-CBC-SHA384
[00:02:02.415,466] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c028, TLS-ECDHE-RSA-WITH-AES-256-CBC-SHA384
[00:02:02.431,213] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 006b, TLS-DHE-RSA-WITH-AES-256-CBC-SHA256
[00:02:02.446,807] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c00a, TLS-ECDHE-ECDSA-WITH-AES-256-CBC-SHA
[00:02:02.462,493] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c014, TLS-ECDHE-RSA-WITH-AES-256-CBC-SHA
[00:02:02.477,996] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 0039, TLS-DHE-RSA-WITH-AES-256-CBC-SHA
[00:02:02.493,316] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c023, TLS-ECDHE-ECDSA-WITH-AES-128-CBC-SHA256
[00:02:02.509,277] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c027, TLS-ECDHE-RSA-WITH-AES-128-CBC-SHA256
[00:02:02.525,054] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 0067, TLS-DHE-RSA-WITH-AES-128-CBC-SHA256
[00:02:02.540,649] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c009, TLS-ECDHE-ECDSA-WITH-AES-128-CBC-SHA
[00:02:02.556,335] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c013, TLS-ECDHE-RSA-WITH-AES-128-CBC-SHA
[00:02:02.571,838] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 0033, TLS-DHE-RSA-WITH-AES-128-CBC-SHA
[00:02:02.587,219] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 003d, TLS-RSA-WITH-AES-256-CBC-SHA256
[00:02:02.602,447] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 0035, TLS-RSA-WITH-AES-256-CBC-SHA
[00:02:02.617,431] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c02a, TLS-ECDH-RSA-WITH-AES-256-CBC-SHA384
[00:02:02.633,117] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c00f, TLS-ECDH-RSA-WITH-AES-256-CBC-SHA
[00:02:02.648,559] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c026, TLS-ECDH-ECDSA-WITH-AES-256-CBC-SHA384
[00:02:02.664,428] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c005, TLS-ECDH-ECDSA-WITH-AES-256-CBC-SHA
[00:02:02.680,023] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 003c, TLS-RSA-WITH-AES-128-CBC-SHA256
[00:02:02.695,281] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 002f, TLS-RSA-WITH-AES-128-CBC-SHA
[00:02:02.710,235] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c029, TLS-ECDH-RSA-WITH-AES-128-CBC-SHA256
[00:02:02.725,921] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c00e, TLS-ECDH-RSA-WITH-AES-128-CBC-SHA
[00:02:02.741,363] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c025, TLS-ECDH-ECDSA-WITH-AES-128-CBC-SHA256
[00:02:02.757,232] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c004, TLS-ECDH-ECDSA-WITH-AES-128-CBC-SHA
[00:02:02.772,796] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0388: adding EMPTY_RENEGOTIATION_INFO_SCSV
[00:02:02.785,217] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0397: client hello, got 25 cipher suites
[00:02:02.797,485] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0041: client hello, adding server name extension: google.com
[00:02:02.811,462] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0231: client hello, adding supported_groups extension
[00:02:02.824,859] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0250: got supported group(001d)
[00:02:02.836,303] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0282: NamedGroup: x25519 ( 1d )
[00:02:02.847,778] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0250: got supported group(0017)
[00:02:02.859,222] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0282: NamedGroup: secp256r1 ( 17 )
[00:02:02.870,971] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0302: dumping &amp;#39;Supported groups extension&amp;#39; (6 bytes)
[00:02:02.884,399] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0302: 0000:  00 04 00 1d 00 17                                ......
[00:02:02.899,047] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9503: adding signature_algorithms extension
[00:02:02.911,346] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9523: got signature scheme [603] ecdsa_secp521r1_sha512
[00:02:02.924,621] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9532: sent signature scheme [603] ecdsa_secp521r1_sha512
[00:02:02.938,018] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9523: got signature scheme [601] rsa_pkcs1_sha512
[00:02:02.950,775] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9532: sent signature scheme [601] rsa_pkcs1_sha512
[00:02:02.963,653] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9523: got signature scheme [503] ecdsa_secp384r1_sha384
[00:02:02.976,959] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9532: sent signature scheme [503] ecdsa_secp384r1_sha384
[00:02:02.990,325] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9523: got signature scheme [501] rsa_pkcs1_sha384
[00:02:03.003,112] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9532: sent signature scheme [501] rsa_pkcs1_sha384
[00:02:03.015,960] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9523: got signature scheme [403] ecdsa_secp256r1_sha256
[00:02:03.029,266] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9532: sent signature scheme [403] ecdsa_secp256r1_sha256
[00:02:03.042,633] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9523: got signature scheme [401] rsa_pkcs1_sha256
[00:02:03.055,419] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9532: sent signature scheme [401] rsa_pkcs1_sha256
[00:02:03.068,267] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:0105: client hello, adding supported_point_formats extension
[00:02:03.082,763] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:0150: client hello, adding ecjpake_kkpp extension
[00:02:03.096,313] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:0165: generating new ecjpake parameters
[00:02:03.209,777] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:0338: client hello, adding extended_master_secret extension
[00:02:03.224,182] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:0372: client hello, adding session ticket extension
[00:02:03.237,945] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0689: client hello, total extension length: 395
[00:02:03.250,793] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: dumping &amp;#39;client hello extensions&amp;#39; (395 bytes)
[00:02:03.264,251] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0000:  01 8b 00 00 00 0f 00 0d 00 00 0a 67 6f 6f 67 6c  ...........googl
[00:02:03.280,059] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0010:  65 2e 63 6f 6d 00 0a 00 06 00 04 00 1d 00 17 00  e.com...........
[00:02:03.295,898] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0020:  0d 00 0e 00 0c 06 03 06 01 05 03 05 01 04 03 04  ................
[00:02:03.311,706] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0030:  01 00 0b 00 02 01 00 01 00 01 4a 41 04 b4 3d 3f  ..........JA..=?
[00:02:03.327,514] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0040:  49 08 5b 59 ff 70 5d 53 b7 54 d5 9f 44 c0 5a 5c  I.[Y.p]S.T..D.Z\
[00:02:03.343,322] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0050:  56 d9 0e f6 90 d7 d8 62 02 ab e7 ea 59 f6 21 c3  V......b....Y.!.
[00:02:03.359,130] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0060:  ee 78 0a 3a 88 3b 49 51 b4 f6 37 71 f3 24 25 5a  .x.:.;IQ..7q.$%Z
[00:02:03.374,938] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0070:  56 df 0b ec 5c f9 6a 05 2d 29 45 a3 a3 41 04 d5  V...\.j.-)E..A..
[00:02:03.390,747] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0080:  bf 0d 1b 18 5e 5f e1 f9 bd dd cf 5b b1 02 fe 91  ....^_.....[....
[00:02:03.406,555] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0090:  74 6d 6b 2e f2 6a 03 78 81 0c 32 bc b4 e9 70 8f  tmk..j.x..2...p.
[00:02:03.422,332] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 00a0:  a2 e4 b4 bb 7d 89 e7 ea 9d da 97 3a b4 2a ee dd  ....}......:.*..
[00:02:03.438,140] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 00b0:  b1 5a ae 34 4a b3 68 d6 f0 56 25 36 96 94 b8 20  .Z.4J.h..V%6...
[00:02:03.453,948] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 00c0:  3c 88 e4 42 85 53 52 15 93 ea 9c d2 5e 18 f5 e5  &amp;lt;..B.SR.....^...
[00:02:03.469,757] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 00d0:  db 2a 53 ca 61 ac ea 68 e7 e9 0d 00 9e 7d 6a 1e  .*S.a..h.....}j.
[00:02:03.485,565] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 00e0:  41 04 84 6c 69 21 fe 85 2e b5 57 3a b4 e4 12 a5  A..li!....W:....
[00:02:03.501,373] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 00f0:  54 cb 67 a2 0d 0c 20 45 49 d1 52 cc 12 e8 5f ef  T.g... EI.R..._.
[00:02:03.517,181] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0100:  ee f1 99 85 5b 8d 64 42 4b f0 2e 67 5c e6 39 1e  ....[.dBK..g\.9.
[00:02:03.532,958] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0110:  3e 2b a9 2e e2 17 9d 03 b4 36 db f1 f3 eb c7 d5  &amp;gt;+.......6......
[00:02:03.548,767] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0120:  37 45 41 04 11 36 8a 52 45 6d 84 6f 75 76 67 58  7EA..6.REm.ouvgX
[00:02:03.564,575] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0130:  16 aa c1 4f 61 72 d4 c9 ad 2f 36 51 f2 05 23 c8  ...Oar.../6Q..#.
[00:02:03.580,383] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0140:  23 f5 99 ee 00 e1 3e 35 da a3 2c c6 be 99 f1 ef  #.....&amp;gt;5..,.....
[00:02:03.596,191] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0150:  c3 35 f8 84 cf 6e 29 5d 90 19 bf 18 29 0d 24 49  .5...n)]....).$I
[00:02:03.611,999] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0160:  fc ac b3 bd 20 d8 2e de bd 4d 97 b2 2f 89 77 96  .... ....M../.w.
[00:02:03.627,807] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0170:  09 ef 4b 5a e4 6d ea 61 31 50 2c e3 be 45 46 25  ..KZ.m.a1P,..EF%
[00:02:03.643,554] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0180:  d3 e9 ce 36 a9 00 17 00 00 00 23                 ...6......#
[00:02:03.659,881] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2791: =&amp;gt; write handshake message
[00:02:03.671,386] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2951: =&amp;gt; write record
[00:02:03.682,037] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3035: output record: msgtype = 22, version = [3:3], msglen = 490
[00:02:03.696,075] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3088: &amp;lt;= write record
[00:02:03.706,665] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2912: &amp;lt;= write handshake message
[00:02:03.718,200] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:1014: &amp;lt;= write client hello
[00:02:03.729,553] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:03.740,173] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2375: message length: 495, out_left: 495
[00:02:03.753,112] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2382: ssl-&amp;gt;f_send() returned 495 (-0xfffffe11)
[00:02:03.765,838] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2409: &amp;lt;= flush output
[00:02:03.776,458] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_HELLO
[00:02:03.789,001] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1196: =&amp;gt; parse server hello
[00:02:03.800,903] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4305: =&amp;gt; read record
[00:02:03.811,401] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:03.821,929] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2300: in_left: 0, nb_want: 5
[00:02:03.833,129] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2322: in_left: 0, nb_want: 5
[00:02:03.844,299] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4672: &amp;lt;= handshake
[00:02:03.900,360] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000abb0, pkt=0x20048c00, st=0, user_data=(nil)
[00:02:03.911,926] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4661: =&amp;gt; handshake
[00:02:03.922,241] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:03.932,800] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2370: &amp;lt;= flush output
[00:02:03.943,420] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_HELLO
[00:02:03.955,993] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1196: =&amp;gt; parse server hello
[00:02:03.967,864] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4305: =&amp;gt; read record
[00:02:03.978,363] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:03.988,891] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2300: in_left: 0, nb_want: 5
[00:02:04.000,122] 00:02:04.003,845] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000abb0, pkt=0x20048c40, st=0, user_data=(nil)
1;33m&amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2322: in_left: 0, nb_want: 5
[00:02:04.024,749] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2325: ssl-&amp;gt;f_recv(_timeout)() returned 5 (-0xfffffffb)
[00:02:04.038,177] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2348: &amp;lt;= fetch input
[00:02:04.048,736] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3973: input record: msgtype = 22, version = [0x303], msglen = 63
[00:02:04.062,774] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:04.073,303] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2300: in_left: 5, nb_want: 68
[00:02:04.084,625] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2322: in_left: 5, nb_want: 68
[00:02:04.095,916] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2325: ssl-&amp;gt;f_recv(_timeout)() returned 63 (-0xffffffc1)
[00:02:04.109,771] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2348: &amp;lt;= fetch input
[00:02:04.120,330] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3246: handshake message: msglen = 63, type = 2, hslen = 63
[00:02:04.133,911] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3335: sole handshake fragment: 63, 0..63 of 63
[00:02:04.146,728] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4382: &amp;lt;= read record
[00:02:04.157,226] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1270: dumping &amp;#39;server hello, version&amp;#39; (2 bytes)
[00:02:04.170,715] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1270: 0000:  03 03                                            ..
[00:02:04.185,546] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1291: server hello, current time: 1750234688
[00:02:04.198,699] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1301: dumping &amp;#39;server hello, random bytes&amp;#39; (32 bytes)
[00:02:04.212,829] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1301: 0000:  68 52 76 40 ec b9 3c 88 cc 4a c8 13 a5 fa 4d db  hRv@..&amp;lt;..J....M.
[00:02:04.229,156] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1301: 0010:  ef e2 71 ce 84 68 11 00 44 4f 57 4e 47 52 44 01  ..q..h..DOWNGRD.
[00:02:04.245,239] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1363: server hello, session id len.: 0
[00:02:04.257,843] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1364: dumping &amp;#39;server hello, session id&amp;#39; (0 bytes)
[00:02:04.271,484] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1388: no session has been resumed
[00:02:04.283,660] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1391: server hello, chosen ciphersuite: c009
[00:02:04.296,752] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1392: server hello, compress alg.: 0
[00:02:04.309,204] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1427: server hello, chosen ciphersuite: TLS-ECDHE-ECDSA-WITH-AES-128-CBC-SHA
[00:02:04.325,134] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1448: server hello, total extension length: 19
[00:02:04.338,684] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1518: found extended_master_secret extension
[00:02:04.351,776] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1466: found renegotiation extension
[00:02:04.364,135] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1545: found supported_point_formats extension
[00:02:04.377,319] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1531: found session_ticket extension
[00:02:04.390,380] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1662: &amp;lt;= parse server hello
[00:02:04.402,374] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:04.412,963] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2370: &amp;lt;= flush output
[00:02:04.423,583] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_CERTIFICATE
[00:02:04.436,676] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8093: =&amp;gt; parse certificate
[00:02:04.447,662] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4305: =&amp;gt; read record
[00:02:04.458,160] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:04.468,688] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2300: in_left: 0, nb_want: 5
[00:02:04.479,949] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2322: in_left: 0, nb_want: 5
[00:02:04.491,149] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2325: ssl-&amp;gt;f_recv(_timeout)() returned 5 (-0xfffffffb)
[00:02:04.504,577] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2348: &amp;lt;= fetch input
[00:02:04.515,136] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3973: input record: msgtype = 22, version = [0x303], msglen = 6328
[00:02:04.529,357] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:04.539,886] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2300: in_left: 5, nb_want: 6333
[00:02:04.551,910] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2322: in_left: 5, nb_want: 6333
[00:02:04.563,385] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2325: ssl-&amp;gt;f_recv(_timeout)() returned 1291 (-0xfffffaf5)
[00:02:04.577,148] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2322: in_left: 1296, nb_want: 6333
[00:02:04.588,836] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4672: &amp;lt;= handshake
[00:02:04.632,904] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000abb0, pkt=0x20048c40, st=0, user_data=(nil)
[00:02:04.644,470] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4661: =&amp;gt; handshake
[00:02:04.654,785] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:04.665,344] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2370: &amp;lt;= flush output
[00:02:04.675,964] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_CERTIFICATE
[00:02:04.689,056] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8093: =&amp;gt; parse certificate
[00:02:04.700,073] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4305: =&amp;gt; read record
[00:02:04.710,571] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:04.721,069] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2300: in_left: 1296, nb_want: 5
[00:02:04.732,513] 00:02:04.736,389] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000abb0, pkt=0x20048c00, st=0, user_data=(nil)
;33m&amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2348: &amp;lt;= fetch input
[00:02:04.756,530] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3973: input record: msgtype = 22, version = [0x303], msglen = 6328
[00:02:04.770,721] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:04.781,250] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2300: in_left: 1296, nb_want: 6333
[00:02:04.793,579] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2322: in_left: 1296, nb_want: 6333
[00:02:04.805,297] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2325: ssl-&amp;gt;f_recv(_timeout)() returned 1364 (-0xfffffaac)
[00:02:04.819,030] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2322: in_left: 2660, nb_want: 6333
[00:02:04.830,718] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4672: &amp;lt;= handshake
[00:02:04.883,361] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000abb0, pkt=0x20048c00, st=0, user_data=(nil)
[00:02:04.894,927] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4661: =&amp;gt; handshake
[00:02:04.905,242] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:04.915,832] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2370: &amp;lt;= flush output
[00:02:04.926,452] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_CERTIFICATE
[00:02:04.939,544] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8093: =&amp;gt; parse certificate
[00:02:04.950,561] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4305: =&amp;gt; read record
[00:02:04.961,059] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:04.971,588] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2300: in_left: 2660, nb_want: 5
[00:02:04.983,001] 00:02:04.986,907] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000abb0, pkt=0x20048c40, st=0, user_data=(nil)
;33m&amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2348: &amp;lt;= fetch input
[00:02:05.007,080] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3973: input record: msgtype = 22, version = [0x303], msglen = 6328
[00:02:05.021,270] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:05.031,799] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2300: in_left: 2660, nb_want: 6333
[00:02:05.044,097] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2322: in_left: 2660, nb_want: 6333
[00:02:05.055,847] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2325: ssl-&amp;gt;f_recv(_timeout)() returned 1364 (-0xfffffaac)
[00:02:05.069,580] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2322: in_left: 4024, nb_want: 6333
[00:02:05.081,298] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4672: &amp;lt;= handshake
[00:02:05.120,605] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000abb0, pkt=0x20048c40, st=0, user_data=(nil)
[00:02:05.133,087] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000abb0, pkt=0x20048c00, st=0, user_data=(nil)
[00:02:05.144,592] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4661: =&amp;gt; handshake
[00:02:05.154,998] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:05.165,557] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2370: &amp;lt;= flush output
[00:02:05.176,177] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_CERTIFICATE
[00:02:05.189,270] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8093: =&amp;gt; parse certificate
[00:02:05.200,286] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4305: =&amp;gt; read record
[00:02:05.210,784] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:05.221,649] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2300: in_left: 4024, nb_want: 5
[00:02:05.233,062] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2348: &amp;lt;= fetch input
[00:02:05.243,652] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3973: input record: msgtype = 22, version = [0x303], msglen = 6328
[00:02:05.257,843] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:05.268,371] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2300: in_left: 4024, nb_want: 6333
[00:02:05.280,670] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2322: in_left: 4024, nb_want: 6333
[00:02:05.292,419] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2325: ssl-&amp;gt;f_recv(_timeout)() returned 1364 (-0xfffffaac)
[00:02:05.306,152] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2322: in_left: 5388, nb_want: 6333
[00:02:05.317,840] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4672: &amp;lt;= handshake
[00:02:05.361,328] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000abb0, pkt=0x20048c00, st=0, user_data=(nil)
[00:02:05.372,894] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4661: =&amp;gt; handshake
[00:02:05.383,209] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:05.393,768] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2370: &amp;lt;= flush output
[00:02:05.404,388] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_CERTIFICATE
[00:02:05.417,480] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8093: =&amp;gt; parse certificate
[00:02:05.428,497] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4305: =&amp;gt; read record
[00:02:05.438,995] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:05.449,523] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2300: in_left: 5388, nb_want: 5
[00:02:05.460,968] 00:02:05.464,782] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000abb0, pkt=0x20048c40, st=0, user_data=(nil)
;33m&amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2348: &amp;lt;= fetch input
[00:02:05.484,954] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3973: input record: msgtype = 22, version = [0x303], msglen = 6328
[00:02:05.499,176] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:05.509,704] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2300: in_left: 5388, nb_want: 6333
[00:02:05.521,942] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2322: in_left: 5388, nb_want: 6333
[00:02:05.533,660] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2325: ssl-&amp;gt;f_recv(_timeout)() returned 945 (-0xfffffc4f)
[00:02:05.547,271] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2348: &amp;lt;= fetch input
[00:02:05.557,830] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3246: handshake message: msglen = 6328, type = 11, hslen = 6328
[00:02:05.571,838] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3335: sole handshake fragment: 6328, 0..6328 of 6328
[00:02:05.590,972] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4382: &amp;lt;= read record
[00:02:05.608,886] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9961: Use configuration-specific verification callback
Dead here...56. ret value = 0
[00:02:06.090,270] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:10133: Certificate verification flags clear
[00:02:06.102,478] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8207: &amp;lt;= parse certificate
[00:02:06.113,494] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:06.124,053] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2370: &amp;lt;= flush output
[00:02:06.134,674] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_KEY_EXCHANGE
[00:02:06.147,857] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2090: =&amp;gt; parse server key exchange
[00:02:06.160,369] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4305: =&amp;gt; read record
[00:02:06.170,867] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:06.181,365] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2300: in_left: 0, nb_want: 5
[00:02:06.192,626] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2322: in_left: 0, nb_want: 5
[00:02:06.203,826] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2325: ssl-&amp;gt;f_recv(_timeout)() returned 5 (-0xfffffffb)
[00:02:06.217,254] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2348: &amp;lt;= fetch input
[00:02:06.227,813] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3973: input record: msgtype = 22, version = [0x303], msglen = 114
[00:02:06.241,943] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:06.252,471] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2300: in_left: 5, nb_want: 119
[00:02:06.263,885] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2322: in_left: 5, nb_want: 119
[00:02:06.275,268] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2325: ssl-&amp;gt;f_recv(_timeout)() returned 114 (-0xffffff8e)
[00:02:06.288,879] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2348: &amp;lt;= fetch input
[00:02:06.299,438] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3246: handshake message: msglen = 114, type = 12, hslen = 114
[00:02:06.313,262] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3335: sole handshake fragment: 114, 0..114 of 114
[00:02:06.326,141] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4382: &amp;lt;= read record
[00:02:06.336,639] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: dumping &amp;#39;server key exchange&amp;#39; (110 bytes)
[00:02:06.350,250] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 0000:  03 00 1d 20 4a 8d 66 dc 74 4e e0 2b e5 d0 9f a4  ... J.f.tN.+....
[00:02:06.366,577] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 0010:  c8 be e4 4d 2f c6 89 ef 38 df 64 c5 38 e6 af db  ...M/...8.d.8...
[00:02:06.382,934] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 0020:  af e1 56 0a 04 03 00 46 30 44 02 20 13 83 2d 64  ..V....F0D. ..-d
[00:02:06.399,261] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 0030:  29 95 8b e3 1f 59 d0 62 ce ee 01 1d 91 3a 51 3b  )....Y.b.....:Q;
[00:02:06.415,588] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 0040:  93 83 62 0a 02 35 e0 eb 0c 33 21 ce 02 20 6e 4a  ..b..5...3!.. nJ
[00:02:06.431,915] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 0050:  40 68 79 0c f2 5f d3 7d 44 41 47 a1 c5 67 d2 a4  @hy.._.}DAG..g..
[00:02:06.448,211] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2177: 0060:  12 ab 55 9d b4 c5 0b 7b 9e b2 a1 26 37 4a        ..U....{...&amp;amp;7J
[00:02:06.464,385] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1806: ECDH curve: x25519
[00:02:06.476,043] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1813: value of &amp;#39;ECDH: Qp(X)&amp;#39; (252 bits) is:
[00:02:06.489,257] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1813:  0a 56 e1 af db af e6 38 c5 64 df 38 ef 89 c6 2f
[00:02:06.503,448] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1813:  4d e4 be c8 a4 9f d0 e5 2b e0 4e 74 dc 66 8d 4a
[00:02:06.517,456] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1813: value of &amp;#39;ECDH: Qp(Y)&amp;#39; (0 bits) is:
[00:02:06.530,242] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1813:  00
[00:02:06.540,374] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2372: dumping &amp;#39;signature&amp;#39; (70 bytes)
[00:02:06.553,009] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2372: 0000:  30 44 02 20 13 83 2d 64 29 95 8b e3 1f 59 d0 62  0D. ..-d)....Y.b
[00:02:06.569,335] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2372: 0010:  ce ee 01 1d 91 3a 51 3b 93 83 62 0a 02 35 e0 eb  .....:Q;..b..5..
[00:02:06.585,693] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2372: 0020:  0c 33 21 ce 02 20 6e 4a 40 68 79 0c f2 5f d3 7d  .3!.. nJ@hy.._.}
[00:02:06.602,020] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2372: 0030:  44 41 47 a1 c5 67 d2 a4 12 ab 55 9d b4 c5 0b 7b  DAG..g....U....{
[00:02:06.618,225] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2372: 0040:  9e b2 a1 26 37 4a                                ...&amp;amp;7J
[00:02:06.633,453] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9303: Perform mbedtls-based computation of digest of ServerKeyExchange
[00:02:06.648,254] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2389: dumping &amp;#39;parameters hash&amp;#39; (32 bytes)
[00:02:06.661,437] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2389: 0000:  73 69 9e 0c a3 a1 ae bd 92 20 97 93 d1 f7 9c 3e  si....... .....&amp;gt;
[00:02:06.677,764] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2389: 0010:  c8 f2 69 da a2 54 c2 d1 8a 92 41 2a b2 99 2f b7  ..i..T....A*../.
[00:02:06.748,809] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2460: &amp;lt;= parse server key exchange
[00:02:06.761,291] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:06.771,881] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2370: &amp;lt;= flush output
[00:02:06.782,470] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_CERTIFICATE_REQUEST
[00:02:06.795,684] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2499: =&amp;gt; parse certificate request
[00:02:06.808,166] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4305: =&amp;gt; read record
[00:02:06.818,664] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:06.829,193] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2300: in_left: 0, nb_want: 5
[00:02:06.840,423] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2322: in_left: 0, nb_want: 5
[00:02:06.851,623] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2325: ssl-&amp;gt;f_recv(_timeout)() returned 5 (-0xfffffffb)
[00:02:06.865,081] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2348: &amp;lt;= fetch input
[00:02:06.875,610] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3973: input record: msgtype = 22, version = [0x303], msglen = 4
[00:02:06.889,556] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:06.900,085] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2300: in_left: 5, nb_want: 9
[00:02:06.911,682] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2322: in_left: 5, nb_want: 9
[00:02:06.922,912] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2325: ssl-&amp;gt;f_recv(_timeout)() returned 4 (-0xfffffffc)
[00:02:06.936,340] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2348: &amp;lt;= fetch input
[00:02:06.946,868] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3246: handshake message: msglen = 4, type = 14, hslen = 4
[00:02:06.960,388] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3335: sole handshake fragment: 4, 0..4 of 4
[00:02:06.972,595] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4382: &amp;lt;= read record
[00:02:06.983,093] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2525: got no certificate request
[00:02:06.995,147] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2661: &amp;lt;= parse certificate request
[00:02:07.007,629] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:07.018,218] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2370: &amp;lt;= flush output
[00:02:07.028,839] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_HELLO_DONE
[00:02:07.041,839] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2672: =&amp;gt; parse server hello done
[00:02:07.054,168] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4305: =&amp;gt; read record
[00:02:07.065,307] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4378: reuse previously read message
[00:02:07.077,178] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4382: &amp;lt;= read record
[00:02:07.087,677] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2700: &amp;lt;= parse server hello done
[00:02:07.100,006] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:07.110,595] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2370: &amp;lt;= flush output
[00:02:07.121,185] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_CLIENT_CERTIFICATE
[00:02:07.134,277] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7688: =&amp;gt; write certificate
[00:02:07.145,324] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7699: &amp;lt;= skip write certificate
[00:02:07.156,768] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:07.167,327] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2370: &amp;lt;= flush output
[00:02:07.177,947] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_CLIENT_KEY_EXCHANGE
[00:02:07.191,131] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2715: =&amp;gt; write client key exchange
[00:02:07.214,355] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2861: value of &amp;#39;ECDH: Q(X)&amp;#39; (255 bits) is:
[00:02:07.227,508] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2861:  6a 1c f0 03 8d a4 43 21 33 af 42 69 3f 2d df da
[00:02:07.241,699] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2861:  06 d3 ab ef c6 02 2f a1 63 8c e1 8f 99 3d 17 14
[00:02:07.255,706] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2861: value of &amp;#39;ECDH: Q(Y)&amp;#39; (0 bits) is:
[00:02:07.268,402] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2861:  00
[00:02:07.288,757] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2889: value of &amp;#39;ECDH: z&amp;#39; (253 bits) is:
[00:02:07.301,635] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2889:  1a 77 9e 6c 59 cc d2 03 1e 05 d5 9e 3e be 91 63
[00:02:07.315,826] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:2889:  34 f8 d8 22 5e 69 81 c2 61 d0 3e 31 bf b8 4d 86
[00:02:07.329,772] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2791: =&amp;gt; write handshake message
[00:02:07.341,339] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2951: =&amp;gt; write record
[00:02:07.351,959] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3035: output record: msgtype = 22, version = [3:3], msglen = 37
[00:02:07.365,936] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:07.376,525] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2375: message length: 42, out_left: 42
[00:02:07.389,709] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2382: ssl-&amp;gt;f_send() returned 42 (-0xffffffd6)
[00:02:07.402,404] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2409: &amp;lt;= flush output
[00:02:07.412,994] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3088: &amp;lt;= write record
[00:02:07.423,583] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2912: &amp;lt;= write handshake message
[00:02:07.435,119] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:3210: &amp;lt;= write client key exchange
[00:02:07.447,631] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:07.458,190] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2370: &amp;lt;= flush output
[00:02:07.468,811] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_CERTIFICATE_VERIFY
[00:02:07.481,903] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:3258: =&amp;gt; write certificate verify
[00:02:07.494,323] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7302: =&amp;gt; derive keys
[00:02:07.504,821] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7426: =&amp;gt; calc verify
[00:02:07.515,563] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7444: dumping &amp;#39;calculated verify result&amp;#39; (32 bytes)
[00:02:07.528,747] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7444: 0000:  a9 27 53 29 78 0e 18 85 84 e5 76 4b ed ff 3c 5b  .&amp;#39;S)x.....vK..&amp;lt;[
[00:02:07.544,281] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7444: 0010:  0d 4e 50 39 8c c6 f4 c5 aa d8 aa 19 ee d0 82 a6  .NP9............
[00:02:07.559,539] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7445: &amp;lt;= calc verify
[00:02:07.570,098] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7145: dumping &amp;#39;session hash for extended master secret&amp;#39; (32 bytes)
[00:02:07.584,594] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7145: 0000:  a9 27 53 29 78 0e 18 85 84 e5 76 4b ed ff 3c 5b  .&amp;#39;S)x.....vK..&amp;lt;[
[00:02:07.600,128] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7145: 0010:  0d 4e 50 39 8c c6 f4 c5 aa d8 aa 19 ee d0 82 a6  .NP9............
[00:02:07.616,943] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7285: dumping &amp;#39;premaster secret&amp;#39; (32 bytes)
[00:02:07.629,425] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7285: 0000:  86 4d b8 bf 31 3e d0 61 c2 81 69 5e 22 d8 f8 34  .M..1&amp;gt;.a..i^&amp;quot;..4
[00:02:07.644,958] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7285: 0010:  63 91 be 3e 9e d5 05 1e 03 d2 cc 59 6c 9e 77 1a  c..&amp;gt;.......Yl.w.
[00:02:07.665,008] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8840: ciphersuite = TLS-ECDHE-ECDSA-WITH-AES-128-CBC-SHA
[00:02:07.678,894] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8842: dumping &amp;#39;master secret&amp;#39; (48 bytes)
[00:02:07.691,101] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8842: 0000:  a2 bc b7 81 5b 02 7a 8c 8e c1 cb 01 10 9f 0e 57  ....[.z........W
[00:02:07.706,665] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8842: 0010:  c2 2e c2 bd ff 04 ca 1e 00 ef 3c 07 92 d9 67 29  ..........&amp;lt;...g)
[00:02:07.722,198] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8842: 0020:  90 97 11 39 bd 25 d9 b7 74 2a b8 c7 c4 a2 2d 73  ...9.%..t*....-s
[00:02:07.737,731] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8962: keylen: 16, minlen: 48, ivlen: 16, maclen: 20
[00:02:07.751,129] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:7353: &amp;lt;= derive keys
[00:02:07.761,596] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:3280: &amp;lt;= skip write certificate verify
[00:02:07.775,115] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:07.785,705] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2370: &amp;lt;= flush output
[00:02:07.796,325] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_CLIENT_CHANGE_CIPHER_SPEC
[00:02:07.810,028] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:5336: =&amp;gt; write change cipher spec
[00:02:07.821,655] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2791: =&amp;gt; write handshake message
[00:02:07.833,190] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2951: =&amp;gt; write record
[00:02:07.843,841] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3035: output record: msgtype = 20, version = [3:3], msglen = 1
[00:02:07.857,696] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:07.868,316] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2375: message length: 6, out_left: 6
[00:02:07.880,279] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2382: ssl-&amp;gt;f_send() returned 6 (-0xfffffffa)
[00:02:07.892,822] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2409: &amp;lt;= flush output
[00:02:07.903,411] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3088: &amp;lt;= write record
[00:02:07.914,001] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2912: &amp;lt;= write handshake message
[00:02:07.925,537] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:5349: &amp;lt;= write change cipher spec
[00:02:07.937,164] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:07.947,753] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2370: &amp;lt;= flush output
[00:02:07.958,374] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_CLIENT_FINISHED
[00:02:07.971,191] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8438: =&amp;gt; write finished
[00:02:07.982,666] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8272: =&amp;gt; calc finished tls
[00:02:07.994,873] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8299: dumping &amp;#39;calc finished result&amp;#39; (12 bytes)
[00:02:08.007,659] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8299: 0000:  9e e0 27 6c 6a df 61 d6 af 88 53 6e              ..&amp;#39;lj.a...Sn
[00:02:08.022,583] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8303: &amp;lt;= calc finished
[00:02:08.033,294] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8488: switching to new transform spec for outbound data
[00:02:08.046,569] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2791: =&amp;gt; write handshake message
[00:02:08.058,166] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2951: =&amp;gt; write record
[00:02:08.068,725] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:0936: =&amp;gt; encrypt buf
[00:02:08.079,925] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:1305: before encrypt: msglen = 48, including 16 bytes of IV and 12 bytes of padding
[00:02:08.096,252] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:1475: &amp;lt;= encrypt buf
[00:02:08.106,781] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3035: output record: msgtype = 22, version = [3:3], msglen = 64
[00:02:08.120,727] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:08.131,347] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2375: message length: 69, out_left: 69
[00:02:08.143,493] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2382: ssl-&amp;gt;f_send() returned 69 (-0xffffffbb)
[00:02:08.156,158] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2409: &amp;lt;= flush output
[00:02:08.166,748] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3088: &amp;lt;= write record
[00:02:08.177,337] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2912: &amp;lt;= write handshake message
[00:02:08.188,873] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8541: &amp;lt;= write finished
[00:02:08.199,615] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:08.210,205] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2370: &amp;lt;= flush output
[00:02:08.220,825] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC
[00:02:08.234,527] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:3386: =&amp;gt; parse new session ticket
[00:02:08.246,948] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4305: =&amp;gt; read record
[00:02:08.257,446] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:08.267,944] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2300: in_left: 0, nb_want: 5
[00:02:08.279,174] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2322: in_left: 0, nb_want: 5
[00:02:08.290,313] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4672: &amp;lt;= handshake
[00:02:08.356,964] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000abb0, pkt=0x20048c40, st=0, user_data=(nil)
[00:02:08.368,865] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4661: =&amp;gt; handshake
[00:02:08.380,096] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:08.390,655] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2370: &amp;lt;= flush output
[00:02:08.401,275] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_NEW_SESSION_TICKET
[00:02:08.414,367] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:3386: =&amp;gt; parse new session ticket
[00:02:08.426,788] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4305: =&amp;gt; read record
[00:02:08.437,286] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:08.447,814] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2300: in_left: 0, nb_want: 5
[00:02:08.459,045] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2322: in_left: 0, nb_want: 5
[00:02:08.470,245] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2325: ssl-&amp;gt;f_recv(_timeout)() returned 5 (-0xfffffffb)
[00:02:08.483,673] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2348: &amp;lt;= fetch input
[00:02:08.494,262] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3973: input record: msgtype = 22, version = [0x303], msglen = 239
[00:02:08.508,361] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:08.518,890] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2300: in_left: 5, nb_want: 244
[00:02:08.530,334] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2322: in_left: 5, nb_want: 244
[00:02:08.541,748] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2325: ssl-&amp;gt;f_recv(_timeout)() returned 239 (-0xffffff11)
[00:02:08.555,358] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2348: &amp;lt;= fetch input
[00:02:08.565,887] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3246: handshake message: msglen = 239, type = 4, hslen = 239
[00:02:08.579,650] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3335: sole handshake fragment: 239, 0..239 of 239
[00:02:08.592,620] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4382: &amp;lt;= read record
[00:02:08.603,088] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:3433: ticket length: 229
[00:02:08.614,532] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:3477: ticket in use, discarding session id
[00:02:08.627,441] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:3480: &amp;lt;= parse new session ticket
[00:02:08.639,862] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:08.650,421] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2370: &amp;lt;= flush output
[00:02:08.661,041] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC
[00:02:08.674,743] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:5358: =&amp;gt; parse change cipher spec
[00:02:08.686,370] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4305: =&amp;gt; read record
[00:02:08.696,868] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:08.707,397] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2300: in_left: 0, nb_want: 5
[00:02:08.718,627] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2322: in_left: 0, nb_want: 5
[00:02:08.729,827] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2325: ssl-&amp;gt;f_recv(_timeout)() returned 5 (-0xfffffffb)
[00:02:08.743,255] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2348: &amp;lt;= fetch input
[00:02:08.753,814] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3973: input record: msgtype = 20, version = [0x303], msglen = 1
[00:02:08.767,761] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:08.778,289] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2300: in_left: 5, nb_want: 6
[00:02:08.789,520] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2322: in_left: 5, nb_want: 6
[00:02:08.800,720] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2325: ssl-&amp;gt;f_recv(_timeout)() returned 1 (-0xffffffff)
[00:02:08.814,147] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2348: &amp;lt;= fetch input
[00:02:08.824,645] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4382: &amp;lt;= read record
[00:02:08.835,144] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:5379: switching to new transform spec for inbound data
[00:02:08.848,358] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:5406: &amp;lt;= parse change cipher spec
[00:02:08.859,985] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:08.870,544] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2370: &amp;lt;= flush output
[00:02:08.881,164] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_FINISHED
[00:02:08.894,012] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8554: =&amp;gt; parse finished
[00:02:08.904,754] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8272: =&amp;gt; calc finished tls
[00:02:08.916,992] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8299: dumping &amp;#39;calc finished result&amp;#39; (12 bytes)
[00:02:08.929,779] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8299: 0000:  e7 23 2e bd b1 38 ad 87 7e 9c a9 a6              .#...8..~...
[00:02:08.944,702] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8303: &amp;lt;= calc finished
[00:02:08.955,383] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4305: =&amp;gt; read record
[00:02:08.965,850] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:08.976,379] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2300: in_left: 0, nb_want: 5
[00:02:08.987,609] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2322: in_left: 0, nb_want: 5
[00:02:08.998,840] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2325: ssl-&amp;gt;f_recv(_timeout)() returned 5 (-0xfffffffb)
[00:02:09.012,268] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2348: &amp;lt;= fetch input
[00:02:09.022,827] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3973: input record: msgtype = 22, version = [0x303], msglen = 64
[00:02:09.036,865] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:09.047,393] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2300: in_left: 5, nb_want: 69
[00:02:09.059,082] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2322: in_left: 5, nb_want: 69
[00:02:09.070,404] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2325: ssl-&amp;gt;f_recv(_timeout)() returned 64 (-0xffffffc0)
[00:02:09.083,923] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2348: &amp;lt;= fetch input
[00:02:09.094,421] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:1511: =&amp;gt; decrypt buf
[00:02:09.108,978] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2122: &amp;lt;= decrypt buf
[00:02:09.119,476] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3246: handshake message: msglen = 16, type = 20, hslen = 16
[00:02:09.133,148] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3335: sole handshake fragment: 16, 0..16 of 16
[00:02:09.145,690] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4382: &amp;lt;= read record
[00:02:09.156,127] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8625: &amp;lt;= parse finished
[00:02:09.166,900] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:09.177,490] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2370: &amp;lt;= flush output
[00:02:09.188,079] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_FLUSH_BUFFERS
[00:02:09.200,744] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:3588: handshake: done
[00:02:09.212,127] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:09.222,717] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2370: &amp;lt;= flush output
[00:02:09.233,306] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_HANDSHAKE_WRAPUP
[00:02:09.246,246] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8376: =&amp;gt; handshake wrapup
[00:02:09.256,896] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8350: =&amp;gt; handshake wrapup: final free
[00:02:09.269,104] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8369: &amp;lt;= handshake wrapup: final free
[00:02:09.280,792] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8430: &amp;lt;= handshake wrapup
[00:02:09.291,442] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4672: &amp;lt;= handshake
TCP Connected.
1...
[00:02:09.302,581] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:6220: =&amp;gt; write
[00:02:09.313,842] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2951: =&amp;gt; write record
[00:02:09.324,432] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:0936: =&amp;gt; encrypt buf
[00:02:09.335,693] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:1305: before encrypt: msglen = 96, including 16 bytes of IV and 15 bytes of padding
[00:02:09.351,623] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:1475: &amp;lt;= encrypt buf
[00:02:09.362,152] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3035: output record: msgtype = 23, version = [3:3], msglen = 112
[00:02:09.376,190] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:09.386,810] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2375: message length: 117, out_left: 117
[00:02:09.399,566] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2382: ssl-&amp;gt;f_send() returned 117 (-0xffffff8b)
[00:02:09.412,506] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2409: &amp;lt;= flush output
[00:02:09.423,065] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3088: &amp;lt;= write record
[00:02:09.433,654] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:6242: &amp;lt;= write
http request:
 HEAD / HTTP/1.1
Host: google.com:443
Connection: close


[00:02:09.444,122] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:6220: =&amp;gt; write
[00:02:09.462,371] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2951: =&amp;gt; write record
[00:02:09.472,930] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:0936: =&amp;gt; encrypt buf
[00:02:09.484,985] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:1305: before encrypt: msglen = 96, including 16 bytes of IV and 15 bytes of padding
[00:02:09.500,915] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:1475: &amp;lt;= encrypt buf
[00:02:09.511,444] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3035: output record: msgtype = 23, version = [3:3], msglen = 112
[00:02:09.525,482] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2361: =&amp;gt; flush output
[00:02:09.536,102] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2375: message length: 117, out_left: 117
[00:02:09.548,431] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2382: ssl-&amp;gt;f_send() returned 117 (-0xffffff8b)
[00:02:09.561,157] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2409: &amp;lt;= flush output
[00:02:09.571,746] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3088: &amp;lt;= write record
[00:02:09.582,305] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:6242: &amp;lt;= write
[00:02:09.617,492] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000abb0, pkt=0x20048c40, st=0, user_data=(nil)
[00:02:09.657,806] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000abb0, pkt=(nil), st=-104, user_data=(nil)
[00:02:09.668,762] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): Set EOF flag on pkt 0x20048c40
[00:02:10.593,750] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:5949: =&amp;gt; read
[00:02:10.603,607] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4305: =&amp;gt; read record
[00:02:10.614,105] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:10.624,633] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2300: in_left: 0, nb_want: 5
[00:02:10.638,610] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2322: in_left: 0, nb_want: 5
[00:02:10.652,801] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2325: ssl-&amp;gt;f_recv(_timeout)() returned -76 (-0x004c)
[00:02:10.666,534] &amp;lt;err&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4992: mbedtls_ssl_fetch_input() returned -76 (-0x004c)
[00:02:10.680,023] &amp;lt;err&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4337: ssl_get_next_record() returned -76 (-0x004c)
[00:02:10.693,176] &amp;lt;err&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:6013: mbedtls_ssl_read_record() returned -76 (-0x004c)
[00:02:10.706,787] &amp;lt;err&amp;gt; net_sock_tls: TLS recv error: -4c
Traceback (most recent call last):
  File &amp;quot;&amp;lt;stdin&amp;gt;&amp;quot;, line 1, in &amp;lt;module&amp;gt;
  File &amp;quot;sock_test.py&amp;quot;, line 117, in do_steps
  File &amp;quot;sock_test.py&amp;quot;, line 88, in step_2
OSError: [Errno 5] EIO
&amp;gt;&amp;gt;&amp;gt; [00:02:10.801,116] &amp;lt;wrn&amp;gt; net_tcp: net_pkt alloc failure
[00:02:11.676,269] &amp;lt;err&amp;gt; net_tcp: TCP failed to allocate buffer in retransmission
[00:02:11.947,845] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (tcp_work): ctx=0x2000abb0, pkt=(nil), st=-116, user_data=(nil)
[00:02:11.958,923] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (tcp_work): Set EOF flag on pkt 0x20048c40&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Later on, I discovered that the actual format of the http request being sent was wrong. The original erroneous request:&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;http request:
 HEAD / HTTP/1.1
Host: google.com
Connection: close&lt;/pre&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;And the correct form (had to include the port after the url and separate them with &amp;quot;:&amp;quot; ):&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;http request:
 HEAD / HTTP/1.1
Host: google.com:443
Connection: close&lt;/pre&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Google&amp;#39;s reply was a &amp;quot;negative&amp;quot; one, but still, a reply!:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;b&amp;#39;HTTP/1.1 301 Moved Permanently\r\nLocation: https://www.google.com/\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Security-Policy-Report-Only: object-src \&amp;#39;none\&amp;#39;;base-uri \&amp;#39;self\&amp;#39;;script-src \&amp;#39;&amp;#39;
end&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Good luck everyone and thank you Hakon for the patience and support! &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f601.svg" title="Grin"&gt;&amp;#x1f601;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/thread/538760?ContentTypeID=1</link><pubDate>Wed, 11 Jun 2025 07:30:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f228ea61-5bdd-4f28-8b9c-8cc21d957ae2</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please see my former comments:&lt;/p&gt;
[quote user="hkn"]The .diff that was provided has other dependencies, as you seem to have committed files on several commits[/quote][quote user="hkn"]&lt;p&gt;You can test your .diff file by manually checking out micropython and try to apply it to ensure it applies cleanly.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you please provide this?&lt;/p&gt;[/quote]
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/thread/538749?ContentTypeID=1</link><pubDate>Wed, 11 Jun 2025 06:52:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73fbbfed-eba0-47c9-9e99-bc49c5caf35d</guid><dc:creator>marrycol</dc:creator><description>&lt;p&gt;My bigger issue is I don&amp;#39;t know how to&amp;nbsp;&lt;span&gt;get them to work on SDK v3.0.0.&amp;nbsp;&lt;span style="color:#ffffff;"&gt;&lt;a class="in-cell-link" style="color:#ffffff;" href="https://harrypotterhousequizz.com/" rel="noopener noreferrer" target="_blank"&gt;Hogwarts Houses quiz&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/thread/538739?ContentTypeID=1</link><pubDate>Wed, 11 Jun 2025 06:02:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9474bf7e-09ed-4e39-a7da-7dfb0fc5389b</guid><dc:creator>Tudor B.</dc:creator><description>&lt;p&gt;I talked to our architect who did the initial port. He said:&lt;/p&gt;
&lt;p&gt;&amp;quot;&lt;span&gt;He can grab this commit: &lt;a href="https://github.com/micropython/micropython/commit/fe28cd78fefde7da1bc7614982223ce9e522143a" rel="nofollow noopener noreferrer" target="_blank"&gt;https://github.com/micropython/micropython/commit/fe28cd78fefde7da1bc7614982223ce9e522143a&lt;/a&gt;&lt;/span&gt;&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/thread/538626?ContentTypeID=1</link><pubDate>Tue, 10 Jun 2025 10:43:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:816af0b4-9787-4983-a2d9-49e2ab66f530</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In order to recreate the issue, I need to be able to apply your patches cleanly.&lt;/p&gt;
&lt;p&gt;The .diff that was provided has other dependencies, as you seem to have committed files on several commits:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;(pyvenv) ➜  /opt/repos git apply zephyr_diff.txt   
error: micropython_nRF/ports/Zephyr/.DS_Store: No such file or directory
error: patch failed: micropython_nRF/ports/Zephyr/CMakeLists.txt:41
error: micropython_nRF/ports/Zephyr/CMakeLists.txt: patch does not apply
error: patch failed: micropython_nRF/ports/Zephyr/Kconfig:40
error: micropython_nRF/ports/Zephyr/Kconfig: patch does not apply
error: patch failed: micropython_nRF/ports/Zephyr/README.md:4
error: micropython_nRF/ports/Zephyr/README.md: patch does not apply
error: micropython_nRF/ports/Zephyr/boards/.DS_Store: No such file or directory
error: micropython_nRF/ports/Zephyr/boards/manifest.py: No such file or directory
error: micropython_nRF/ports/Zephyr/boards/nrf52840dk_nrf52840.conf: No such file or directory
error: micropython_nRF/ports/Zephyr/boards/nrf52840dk_nrf52840.overlay: No such file or directory
error: micropython_nRF/ports/Zephyr/boards/nrf5340dk_nrf5340_cpuapp.conf: No such file or directory
error: micropython_nRF/ports/Zephyr/boards/nrf5340dk_nrf5340_cpuapp.overlay: No such file or directory
error: micropython_nRF/ports/Zephyr/boards/nrf5340dk_nrf5340_cpuapp_ns.conf: No such file or directory
error: micropython_nRF/ports/Zephyr/boards/nrf5340dk_nrf5340_cpuapp_ns.overlay: No such file or directory
error: micropython_nRF/ports/Zephyr/boards/nrf7002dk_nrf5340_cpuapp_ns.conf: No such file or directory
error: micropython_nRF/ports/Zephyr/boards/nrf7002dk_nrf5340_cpuapp_ns.overlay: No such file or directory
error: micropython_nRF/ports/Zephyr/boards/nrf7002dk_nrf5340_cpuapp_ns_almost good.conf: No such file or directory
error: micropython_nRF/ports/Zephyr/boards/nrf7002dk_nrf5340_cpuapp_ns_handshake works, cypher not.conf: No such file or directory
error: micropython_nRF/ports/Zephyr/boards/nrf7002dk_nrf5340_cpuapp_ns_sockets_work!.conf: No such file or directory
error: micropython_nRF/ports/Zephyr/build/.ninja_log: No such file or directory
error: micropython_nRF/ports/Zephyr/build/CMakeCache.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/CMakeFiles/4.0.2/CMakeSystem.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/CMakeFiles/CMakeConfigureLog.yaml: No such file or directory
error: micropython_nRF/ports/Zephyr/build/CMakeFiles/InstallScripts.json: No such file or directory
error: micropython_nRF/ports/Zephyr/build/CMakeFiles/TargetDirectories.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/CMakeFiles/cmake.check_cache: No such file or directory
error: micropython_nRF/ports/Zephyr/build/CMakeFiles/rules.ninja: No such file or directory
error: micropython_nRF/ports/Zephyr/build/Kconfig/Kconfig.modules: No such file or directory
error: micropython_nRF/ports/Zephyr/build/Kconfig/Kconfig.shield: No such file or directory
error: micropython_nRF/ports/Zephyr/build/Kconfig/Kconfig.shield.defconfig: No such file or directory
error: micropython_nRF/ports/Zephyr/build/Kconfig/Kconfig.sysbuild.modules: No such file or directory
error: micropython_nRF/ports/Zephyr/build/Kconfig/arch/Kconfig: No such file or directory
error: micropython_nRF/ports/Zephyr/build/Kconfig/boards/Kconfig: No such file or directory
error: micropython_nRF/ports/Zephyr/build/Kconfig/boards/Kconfig.defconfig: No such file or directory
error: micropython_nRF/ports/Zephyr/build/Kconfig/boards/Kconfig.nrf7002dk: No such file or directory
error: micropython_nRF/ports/Zephyr/build/Kconfig/boards/Kconfig.sysbuild: No such file or directory
error: micropython_nRF/ports/Zephyr/build/Kconfig/soc/Kconfig: No such file or directory
error: micropython_nRF/ports/Zephyr/build/Kconfig/soc/Kconfig.defconfig: No such file or directory
error: micropython_nRF/ports/Zephyr/build/Kconfig/soc/Kconfig.soc: No such file or directory
error: micropython_nRF/ports/Zephyr/build/Kconfig/soc/Kconfig.sysbuild: No such file or directory
error: micropython_nRF/ports/Zephyr/build/_sysbuild/autoconf.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/_sysbuild/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/_sysbuild/empty.conf: No such file or directory
error: micropython_nRF/ports/Zephyr/build/_sysbuild/sysbuild/images/CMakeFiles/zephyr-complete: No such file or directory
error: micropython_nRF/ports/Zephyr/build/_sysbuild/sysbuild/images/CMakeFiles/zephyr.dir/Labels.json: No such file or directory
error: micropython_nRF/ports/Zephyr/build/_sysbuild/sysbuild/images/CMakeFiles/zephyr.dir/Labels.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/_sysbuild/sysbuild/images/boards/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/_sysbuild/sysbuild/images/bootloader/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/_sysbuild/sysbuild/images/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/_sysbuild/sysbuild/images/soc/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/_sysbuild/sysbuild/images/zephyr-prefix/src/zephyr-stamp/zephyr-configure: No such file or directory
error: micropython_nRF/ports/Zephyr/build/_sysbuild/sysbuild/images/zephyr-prefix/src/zephyr-stamp/zephyr-done: No such file or directory
error: micropython_nRF/ports/Zephyr/build/_sysbuild/sysbuild/images/zephyr-prefix/src/zephyr-stamp/zephyr-download: No such file or directory
error: micropython_nRF/ports/Zephyr/build/_sysbuild/sysbuild/images/zephyr-prefix/src/zephyr-stamp/zephyr-mkdir: No such file or directory
error: micropython_nRF/ports/Zephyr/build/_sysbuild/sysbuild/images/zephyr-prefix/src/zephyr-stamp/zephyr-patch: No such file or directory
error: micropython_nRF/ports/Zephyr/build/_sysbuild/sysbuild/images/zephyr-prefix/src/zephyr-stamp/zephyr-patch-info.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/_sysbuild/sysbuild/images/zephyr-prefix/src/zephyr-stamp/zephyr-source_dirinfo.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/_sysbuild/sysbuild/images/zephyr-prefix/src/zephyr-stamp/zephyr-update: No such file or directory
error: micropython_nRF/ports/Zephyr/build/_sysbuild/sysbuild/images/zephyr-prefix/src/zephyr-stamp/zephyr-update-info.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/_sysbuild/sysbuild/images/zephyr-prefix/tmp/zephyr-cfgcmd.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/_sysbuild/sysbuild/images/zephyr-prefix/tmp/zephyr-mkdirs.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/build.ninja: No such file or directory
error: micropython_nRF/ports/Zephyr/build/build_info.yml: No such file or directory
error: micropython_nRF/ports/Zephyr/build/build_info.yml.bak: No such file or directory
error: micropython_nRF/ports/Zephyr/build/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/domains.yaml: No such file or directory
error: micropython_nRF/ports/Zephyr/build/generated_nrfutil_batch.json: No such file or directory
error: micropython_nRF/ports/Zephyr/build/merged.hex: No such file or directory
error: micropython_nRF/ports/Zephyr/build/modules/mcuboot/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/modules/nrf/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/partitions.yml: No such file or directory
error: micropython_nRF/ports/Zephyr/build/pm.config: No such file or directory
error: micropython_nRF/ports/Zephyr/build/regions.yml: No such file or directory
error: micropython_nRF/ports/Zephyr/build/sysbuild_modules.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/.cmake.dotconfig.checksum: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/.config: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/.ninja_deps: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/.ninja_log: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeCache.tmp: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeCache.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeCache.txt.tmp: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/4.0.2/CMakeASMCompiler.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/4.0.2/CMakeCCompiler.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/4.0.2/CMakeCXXCompiler.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/4.0.2/CMakeSystem.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/4.0.2/CompilerIdC/CMakeCCompilerId.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/4.0.2/CompilerIdC/CMakeCCompilerId.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/4.0.2/CompilerIdCXX/CMakeCXXCompilerId.cpp: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/4.0.2/CompilerIdCXX/CMakeCXXCompilerId.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/CMakeConfigureLog.yaml: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/InstallScripts.json: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/TargetDirectories.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/app.dir/src/zephyr_getchar.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/app.dir/src/zephyr_start.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/clean_additional.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/cmake.check_cache: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/btstack/modbluetooth_btstack.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/machine_adc.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/machine_adc_block.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/machine_bitstream.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/machine_i2c.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/machine_i2s.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/machine_mem.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/machine_pulse.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/machine_pwm.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/machine_signal.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/machine_spi.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/machine_uart.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/machine_usb_device.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/machine_wdt.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/modasyncio.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/modbinascii.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/modbluetooth.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/modcryptolib.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/moddeflate.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/modframebuf.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/modhashlib.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/modheapq.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/modjson.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/modlwip.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/modmachine.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/modnetwork.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/modonewire.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/modos.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/modplatform.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/modrandom.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/modre.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/modselect.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/modsocket.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/modtime.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/modtls_axtls.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/modtls_mbedtls.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/moductypes.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/modvfs.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/modwebrepl.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/modwebsocket.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/network_cyw43.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/network_lwip.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/network_ninaw10.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/network_ppp_lwip.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/network_wiznet5k.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/nimble/modbluetooth_nimble.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/os_dupterm.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/vfs.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/vfs_blockdev.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/vfs_fat.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/vfs_fat_diskio.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/vfs_fat_file.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/vfs_lfs.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/vfs_posix.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/vfs_posix_file.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/vfs_reader.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/extmod/virtpin.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/lib/littlefs/lfs1.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/lib/littlefs/lfs1_util.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/lib/littlefs/lfs2.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/lib/littlefs/lfs2_util.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/lib/oofatfs/ff.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/lib/oofatfs/ffunicode.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/argcheck.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/asmarm.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/asmbase.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/asmrv32.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/asmthumb.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/asmx64.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/asmx86.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/asmxtensa.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/bc.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/binary.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/builtinevex.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/builtinhelp.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/builtinimport.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/compile.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/cstack.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/emitbc.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/emitcommon.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/emitglue.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/emitinlinethumb.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/emitinlinextensa.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/emitnarm.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/emitndebug.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/emitnrv32.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/emitnthumb.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/emitnx64.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/emitnx86.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/emitnxtensa.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/emitnxtensawin.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/formatfloat.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/frozenmod.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/gc.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/lexer.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/malloc.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/map.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/modarray.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/modbuiltins.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/modcmath.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/modcollections.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/moderrno.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/modgc.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/modio.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/modmath.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/modmicropython.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/modstruct.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/modsys.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/modthread.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/mpprint.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/mpstate.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/mpz.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/nativeglue.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/nlr.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/nlrmips.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/nlrpowerpc.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/nlrrv32.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/nlrrv64.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/nlrsetjmp.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/nlrthumb.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/nlrx64.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/nlrx86.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/nlrxtensa.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/obj.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objarray.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objattrtuple.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objbool.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objboundmeth.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objcell.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objclosure.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objcomplex.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objdeque.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objdict.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objenumerate.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objexcept.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objfilter.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objfloat.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objfun.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objgenerator.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objgetitemiter.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objint.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objint_longlong.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objint_mpz.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objlist.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objmap.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objmodule.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objnamedtuple.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objnone.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objobject.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objpolyiter.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objproperty.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objrange.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objreversed.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objringio.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objset.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objsingleton.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objslice.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objstr.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objstringio.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objstrunicode.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objtuple.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objtype.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/objzip.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/opmethods.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/pairheap.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/parse.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/parsenum.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/parsenumbase.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/persistentcode.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/profile.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/pystack.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/qstr.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/reader.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/repl.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/ringbuf.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/runtime.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/runtime_utils.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/scheduler.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/scope.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/sequence.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/showbc.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/smallint.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/stackctrl.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/stream.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/unicode.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/vm.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/vstr.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/py/warning.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/shared/libc/abort_.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/shared/libc/printf.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/shared/readline/readline.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/shared/runtime/gchelper_generic.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/shared/runtime/interrupt_char.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/shared/runtime/mpirq.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/shared/runtime/pyexec.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/shared/runtime/stdout_helpers.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/Users/tudor/Documents/GitHub/micropython_nRF/shared/timeutils/timeutils.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/frozen_content.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/help.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/machine_i2c.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/machine_pin.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/machine_rtc.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/machine_spi.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/machine_timer.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/main.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/modbluetooth_zephyr.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/modnfc.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/modsocket.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/modzephyr.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/modzsensor.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/mphalport.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/mpthreadport.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/network_wlan.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/nvmc.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/uart_core.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/zephyr_device.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/micropython.dir/zephyr_storage.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/CMakeFiles/rules.ninja: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/app/libapp.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/build.ninja: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/build_info.yml: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/certs/r1.pem.inc: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/compile_commands.json: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/frozen_content.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/frozen_mpy/iotcore.mpy: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/frozen_mpy/main.mpy: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/frozen_mpy/ntptime.mpy: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/frozen_mpy/probe.mpy: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/frozen_mpy/probe_protocol.mpy: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/frozen_mpy/sock_test.mpy: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/frozen_mpy/version.mpy: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/frozen_mpy/watchdog.mpy: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/frozen_mpy/wifi.mpy: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/generated/interface_nrf_security_psa/nrf-config.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/generated/interface_nrf_security_psa/nrf-psa-crypto-config.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/generated/library_nrf_security_psa/nrf-config.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/generated/library_nrf_security_psa/nrf-psa-crypto-config.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/generated/library_nrf_security_psa/nrf-psa-crypto-user-config.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/module/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__modbinascii.c.module: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/module/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__modhashlib.c.module: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/module/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__modmachine.c.module: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/module/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__modnetwork.c.module: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/module/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__modos.c.module: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/module/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__modrandom.c.module: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/module/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__modtime.c.module: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/module/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__modvfs.c.module: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/module/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__modarray.c.module: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/module/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__modbuiltins.c.module: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/module/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__modcmath.c.module: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/module/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__modcollections.c.module: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/module/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__moderrno.c.module: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/module/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__modgc.c.module: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/module/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__modio.c.module: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/module/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__modmath.c.module: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/module/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__modmicropython.c.module: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/module/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__modstruct.c.module: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/module/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__modsys.c.module: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/module/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__modthread.c.module: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/module/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__runtime.c.module: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/module/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__modsocket.c.module: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/module/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__modzephyr.c.module: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/module/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__modzsensor.c.module: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/moduledefs.collected: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/moduledefs.collected.hash: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/moduledefs.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/moduledefs.split: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/mpversion.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__machine_i2c.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__machine_mem.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__machine_pwm.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__machine_signal.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__machine_spi.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__machine_uart.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__machine_wdt.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__modbinascii.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__modhashlib.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__modmachine.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__modnetwork.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__modos.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__modrandom.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__modtime.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__modvfs.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__vfs.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__vfs_blockdev.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__vfs_fat.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__vfs_fat_file.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__vfs_lfs.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__vfs_lfsx.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__vfs_lfsx_file.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__vfs_reader.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__ports__zephyr__machine_pwm.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__ports__zephyr__machine_uart.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__ports__zephyr__network_wlan.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__builtinevex.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__builtinimport.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__compile.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__emitbc.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__gc.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__modarray.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__modbuiltins.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__modcmath.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__modcollections.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__moderrno.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__modgc.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__modio.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__modmath.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__modmicropython.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__modstruct.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__modsys.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__modthread.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objarray.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objattrtuple.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objbool.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objboundmeth.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objclosure.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objcomplex.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objdict.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objenumerate.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objexcept.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objfilter.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objfloat.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objfun.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objgenerator.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objgetitemiter.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objint.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objlist.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objmap.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objmodule.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objnone.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objobject.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objpolyiter.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objproperty.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objrange.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objreversed.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objset.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objsingleton.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objslice.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objstr.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objstringio.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objtuple.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objtype.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__objzip.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__parse.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__runtime.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__scope.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__vm.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__shared__runtime__mpirq.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__shared__runtime__pyexec.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__machine_i2c.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__machine_pin.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__machine_rtc.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__machine_spi.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__machine_timer.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__modsocket.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__modzephyr.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__modzsensor.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__network_wlan.c.qstr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr.i.last: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstr.split: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstrdefs.collected.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstrdefs.collected.h.hash: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstrdefs.generated.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/qstrdefs.preprocessed.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/root_pointer/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__extmod__vfs.c.root_pointer: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/root_pointer/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__modsys.c.root_pointer: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/root_pointer/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__py__scheduler.c.root_pointer: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/root_pointer/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__@@__@@__shared__readline__readline.c.root_pointer: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/root_pointer/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__machine_pin.c.root_pointer: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/root_pointer/__Users__tudor__Documents__GitHub__micropython_nRF__ports__zephyr__machine_timer.c.root_pointer: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/root_pointers.collected: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/root_pointers.collected.hash: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/root_pointers.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/genhdr/root_pointers.split: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/kconfig/Kconfig.dts: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/kconfig/Kconfig.modules: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/kconfig/Kconfig.shield: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/kconfig/Kconfig.shield.defconfig: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/kconfig/Kconfig.sysbuild.modules: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/kconfig/arch/Kconfig: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/kconfig/boards/Kconfig: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/kconfig/boards/Kconfig.defconfig: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/kconfig/boards/Kconfig.nrf7002dk: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/kconfig/boards/Kconfig.sysbuild: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/kconfig/soc/Kconfig: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/kconfig/soc/Kconfig.defconfig: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/kconfig/soc/Kconfig.soc: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/kconfig/soc/Kconfig.sysbuild: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/kconfig/sources.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/libmicropython.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/azure-sdk-for-c/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/canopennode/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/chre/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/cirrus-logic/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/cjson/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/cmsis/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/cmsis/cmsis/CMSIS/Core/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/cmsis/cmsis/CMSIS/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/cmsis/cmsis/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/cmsis-dsp/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/cmsis-nn/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/connectedhomeip/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/fatfs/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/hal_nordic/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/hal_nordic/modules/hal_nordic/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/hal_nordic/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/nrfx_glue.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/hal_nordic/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/nordic/ncs/v3.0.0/modules/hal/nordic/nrfx/drivers/src/nrfx_clock.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/hal_nordic/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/nordic/ncs/v3.0.0/modules/hal/nordic/nrfx/drivers/src/nrfx_dppi.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/hal_nordic/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/nordic/ncs/v3.0.0/modules/hal/nordic/nrfx/drivers/src/nrfx_gpiote.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/hal_nordic/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/nordic/ncs/v3.0.0/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/hal_nordic/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/nordic/ncs/v3.0.0/modules/hal/nordic/nrfx/drivers/src/nrfx_pwm.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/hal_nordic/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/nordic/ncs/v3.0.0/modules/hal/nordic/nrfx/drivers/src/nrfx_qspi.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/hal_nordic/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/nordic/ncs/v3.0.0/modules/hal/nordic/nrfx/drivers/src/nrfx_spim.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/hal_nordic/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/nordic/ncs/v3.0.0/modules/hal/nordic/nrfx/drivers/src/nrfx_wdt.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/hal_nordic/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/nordic/ncs/v3.0.0/modules/hal/nordic/nrfx/helpers/nrfx_flag32_allocator.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/hal_nordic/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/nordic/ncs/v3.0.0/modules/hal/nordic/nrfx/helpers/nrfx_gppi_dppi.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/hal_nordic/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/nordic/ncs/v3.0.0/modules/hal/nordic/nrfx/helpers/nrfx_gppi_ppi.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/hal_nordic/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/nordic/ncs/v3.0.0/modules/hal/nordic/nrfx/helpers/nrfx_ram_ctrl.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/hal_nordic/modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/nordic/ncs/v3.0.0/modules/hal/nordic/nrfx/mdk/system_nrf5340_application.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/hal_nordic/modules/hal_nordic/nrfx/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/hal_nordic/modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/hal_nordic/nrfx/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/hal_st/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/hal_tdk/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/hal_wurthelektronik/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/hostap/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/liblc3/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/libmetal/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/littlefs/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/loramac-node/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/lvgl/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/lz4/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/mbedtls/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/mcuboot/boot/bootutil/zephyr/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/mcuboot/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/memfault-firmware-sdk/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/mipi-sys-t/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nanopb/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/drivers/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/drivers/entropy/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/drivers/flash/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/drivers/gpio/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/drivers/hw_cc3xx/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/drivers/mpsl/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/drivers/mpsl/flash_sync/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/drivers/net/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/drivers/sensor/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/drivers/serial/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/ext/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/lib/bin/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/lib/boot_banner/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/lib/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/lib/date_time/CMakeFiles/..__nrf__lib__date_time.dir/date_time.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/lib/date_time/CMakeFiles/..__nrf__lib__date_time.dir/date_time_core.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/lib/date_time/CMakeFiles/..__nrf__lib__date_time.dir/date_time_ntp.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/lib/date_time/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/lib/date_time/lib..__nrf__lib__date_time.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/lib/fatal_error/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/lib/flash_patch/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/modules/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/modules/trusted-firmware-m/CMakeFiles/..__nrf__modules__trusted-firmware-m.dir/fault.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/modules/trusted-firmware-m/CMakeFiles/tfm_api_nrf.dir/tfm_boards/src/tfm_ioctl_ns_api.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/modules/trusted-firmware-m/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/modules/trusted-firmware-m/config_extra.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/modules/trusted-firmware-m/lib..__nrf__modules__trusted-firmware-m.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/modules/trusted-firmware-m/libtfm_api_nrf.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/modules/trusted-firmware-m/tfm_config.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/modules/wfa-qt/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/samples/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/samples/common/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/samples/common/mcumgr_bt_ota_dfu/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/debug/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/dfu/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/logging/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/mgmt/mcumgr/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/mgmt/mcumgr/grp/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/mpsl/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/mpsl/cx/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/net/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/net/lib/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/net/lib/hostap_crypto/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/net/lib/nrf70_fw_ext/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/net/lib/tls_credentials/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/net/lib/wifi_ready/CMakeFiles/WIFI_READY_LIB.dir/wifi_ready.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/net/lib/wifi_ready/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/net/lib/wifi_ready/libWIFI_READY_LIB.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/cmake/config_extra.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/crypto_copy/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/legacy/ecdsa_oberon.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/legacy/ecjpake_oberon.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/legacy/md_ext.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/aes.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/aesce.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/aesni.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/ccm.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/chachapoly.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/cipher.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/cipher_wrap.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/cmac.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/ctr_drbg.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/dhm.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/ecdh.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/ecp.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/ecp_curves.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/ecp_curves_new.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/entropy.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/gcm.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/hkdf.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/hmac_drbg.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/md.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/md5.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/pem.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/pk_ecc.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/pk_wrap.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/pkcs12.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/pkcs5.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/pkparse.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/pkwrite.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/psa_util.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/rsa.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/rsa_alt_helpers.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/sha1.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/sha256.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/sha3.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/sha512.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/programs/ssl/library/pk.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto_base.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/asn1parse.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto_base.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/asn1write.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto_base.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/base64.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto_base.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/bignum.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto_base.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/bignum_core.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto_base.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/block_cipher.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto_base.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/constant_time.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto_base.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/nist_kw.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto_base.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/oid.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto_base.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/padlock.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto_base.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/version.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto_base.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/library/platform.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedcrypto_base.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/library/platform_util.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedtls.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/debug.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedtls.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/net_sockets.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedtls.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/ssl_cache.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedtls.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/ssl_ciphersuites.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedtls.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/ssl_client.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedtls.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/ssl_cookie.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedtls.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/ssl_debug_helpers_generated.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedtls.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/ssl_msg.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedtls.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/ssl_ticket.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedtls.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/ssl_tls.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedtls.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/ssl_tls12_client.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedtls.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/ssl_tls12_server.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedtls.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/ssl_tls13_client.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedtls.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/ssl_tls13_generic.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedtls.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/ssl_tls13_keys.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedtls.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/ssl_tls13_server.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedx509.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/x509.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedx509.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/x509_create.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedx509.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/x509_crl.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedx509.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/x509_crt.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedx509.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/x509_csr.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedx509.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/x509write.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedx509.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/x509write_crt.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/mbedx509.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/x509write_csr.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/nrf_security_utils.dir/utils/nrf_security_events.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/CMakeFiles/nrf_security_utils.dir/utils/nrf_security_mutexes.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/drivers/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/drivers/legacy/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/legacy/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/libmbedcrypto.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/libmbedcrypto_base.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/libmbedtls.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/libmbedx509.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/libnrf_security_utils.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/zephyr/CMakeFiles/mbedtls_zephyr.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/platform.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/zephyr/CMakeFiles/mbedtls_zephyr.dir/psa_crypto_init.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/zephyr/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/nrf_security/src/zephyr/libmbedtls_zephyr.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/partition_manager/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/partition_manager/pm.yml.nvs: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/partition_manager/pm.yml.rpmsg_nrf53: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/partition_manager/pm.yml.tfm: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/partition_manager/pm.yml.trustzone: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/shell/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/suit/app_tools/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/subsys/suit/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/tests/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf/tests/mocks/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_hw_models/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/bus/CMakeFiles/nrf70-buslib.dir/device.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/bus/CMakeFiles/nrf70-buslib.dir/qspi_if.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/bus/CMakeFiles/nrf70-buslib.dir/rpu_hw_if.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/bus/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/bus/libnrf70-buslib.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/CMakeFiles/nrf-wifi-shim.dir/shim.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/CMakeFiles/nrf-wifi-shim.dir/timer.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/CMakeFiles/nrf-wifi-shim.dir/work.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/libnrf-wifi-shim.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/CMakeFiles/nrf-wifi-osal.dir/bus_if/bal/src/bal.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/CMakeFiles/nrf-wifi-osal.dir/bus_if/bus/qspi/src/qspi.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/CMakeFiles/nrf-wifi-osal.dir/fw_if/umac_if/src/common/fmac_api_common.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/CMakeFiles/nrf-wifi-osal.dir/fw_if/umac_if/src/common/fmac_cmd_common.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/CMakeFiles/nrf-wifi-osal.dir/fw_if/umac_if/src/common/fmac_util.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/CMakeFiles/nrf-wifi-osal.dir/fw_if/umac_if/src/system/fmac_api.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/CMakeFiles/nrf-wifi-osal.dir/fw_if/umac_if/src/system/fmac_cmd.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/CMakeFiles/nrf-wifi-osal.dir/fw_if/umac_if/src/system/fmac_event.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/CMakeFiles/nrf-wifi-osal.dir/fw_if/umac_if/src/system/fmac_peer.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/CMakeFiles/nrf-wifi-osal.dir/fw_if/umac_if/src/system/fmac_vif.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/CMakeFiles/nrf-wifi-osal.dir/fw_if/umac_if/src/system/rx.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/CMakeFiles/nrf-wifi-osal.dir/fw_if/umac_if/src/system/tx.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/CMakeFiles/nrf-wifi-osal.dir/hw_if/hal/src/common/hal_api_common.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/CMakeFiles/nrf-wifi-osal.dir/hw_if/hal/src/common/hal_fw_patch_loader.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/CMakeFiles/nrf-wifi-osal.dir/hw_if/hal/src/common/hal_interrupt.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/CMakeFiles/nrf-wifi-osal.dir/hw_if/hal/src/common/hal_mem.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/CMakeFiles/nrf-wifi-osal.dir/hw_if/hal/src/common/hal_reg.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/CMakeFiles/nrf-wifi-osal.dir/hw_if/hal/src/common/hpqm.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/CMakeFiles/nrf-wifi-osal.dir/hw_if/hal/src/common/pal.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/CMakeFiles/nrf-wifi-osal.dir/hw_if/hal/src/system/hal_api.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/CMakeFiles/nrf-wifi-osal.dir/os_if/src/osal.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/CMakeFiles/nrf-wifi-osal.dir/utils/src/list.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/CMakeFiles/nrf-wifi-osal.dir/utils/src/queue.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/CMakeFiles/nrf-wifi-osal.dir/utils/src/util.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrf_wifi/os/nrf_wifi_osal/libnrf-wifi-osal.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrfxlib/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrfxlib/nrf_802154/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/nrfxlib/nrfxlib/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/open-amp/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/openthread/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/percepio/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/picolibc/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/segger/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/suit-processor/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/tinycrypt/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/trusted-firmware-m/CMakeFiles/tfm-complete: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/trusted-firmware-m/CMakeFiles/tfm.dir/Labels.json: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/trusted-firmware-m/CMakeFiles/tfm.dir/Labels.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/trusted-firmware-m/CMakeFiles/tfm_api.dir/__/__/tfm/api_ns/interface/src/tfm_crypto_api.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/trusted-firmware-m/CMakeFiles/tfm_api.dir/__/__/tfm/api_ns/interface/src/tfm_ioctl_core_ns_api.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/trusted-firmware-m/CMakeFiles/tfm_api.dir/__/__/tfm/api_ns/interface/src/tfm_platform_api.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/trusted-firmware-m/CMakeFiles/tfm_api.dir/__/__/tfm/api_ns/interface/src/tfm_tz_psa_ns_api.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/trusted-firmware-m/CMakeFiles/tfm_api.dir/interface/interface.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/trusted-firmware-m/CMakeFiles/tfm_api.dir/src/zephyr_tfm_log.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/trusted-firmware-m/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/trusted-firmware-m/libtfm_api.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/trusted-firmware-m/tfm-prefix/src/tfm-stamp/tfm-configure: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/trusted-firmware-m/tfm-prefix/src/tfm-stamp/tfm-done: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/trusted-firmware-m/tfm-prefix/src/tfm-stamp/tfm-download: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/trusted-firmware-m/tfm-prefix/src/tfm-stamp/tfm-mkdir: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/trusted-firmware-m/tfm-prefix/src/tfm-stamp/tfm-patch: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/trusted-firmware-m/tfm-prefix/src/tfm-stamp/tfm-patch-info.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/trusted-firmware-m/tfm-prefix/src/tfm-stamp/tfm-source_dirinfo.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/trusted-firmware-m/tfm-prefix/src/tfm-stamp/tfm-update: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/trusted-firmware-m/tfm-prefix/src/tfm-stamp/tfm-update-info.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/trusted-firmware-m/tfm-prefix/tmp/tfm-cfgcmd.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/trusted-firmware-m/tfm-prefix/tmp/tfm-mkdirs.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/uoscore-uedhoc/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/zcbor/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/modules/zscilib/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/snippets_generated.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/sysbuild_modules.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/.ninja_deps: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/.ninja_log: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/CMakeCache.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/CMakeFiles/4.0.2/CMakeASMCompiler.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/CMakeFiles/4.0.2/CMakeCCompiler.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/CMakeFiles/4.0.2/CMakeCXXCompiler.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/CMakeFiles/4.0.2/CMakeSystem.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/CMakeFiles/4.0.2/CompilerIdC/CMakeCCompilerId.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/CMakeFiles/4.0.2/CompilerIdC/CMakeCCompilerId.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/CMakeFiles/4.0.2/CompilerIdCXX/CMakeCXXCompilerId.cpp: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/CMakeFiles/4.0.2/CompilerIdCXX/CMakeCXXCompilerId.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/CMakeFiles/CMakeConfigureLog.yaml: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/CMakeFiles/Export/1172117e00be505bcb5d9c698f0b106e/spe_export.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/CMakeFiles/InstallScripts.json: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/CMakeFiles/TargetDirectories.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/CMakeFiles/cmake.check_cache: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/CMakeFiles/rules.ninja: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/CMakeLists.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/bin/tfm_s.axf: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/bin/tfm_s.bin: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/bin/tfm_s.elf: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/bin/tfm_s.hex: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/bin/tfm_s.map: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/cmake/set_extensions.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/cmake/spe_config.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/cmake/spe_export.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/cmake/toolchain_ns_ARMCLANG.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/cmake/toolchain_ns_GNUARM.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/cmake/toolchain_ns_IARARM.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/common/config.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/config/cp_check.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/RTE_Device.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/config_base.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/config_impl.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/config_tfm.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/device_cfg.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/mbedtls/build_info.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/mbedtls/config_psa.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/nrf-config.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/nrf-psa-crypto-config.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/os_wrapper/common.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/os_wrapper/mutex.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/psa/build_info.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/psa/client.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/psa/crypto.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/psa/crypto_adjust_auto_enabled.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/psa/crypto_adjust_config_key_pair_types.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/psa/crypto_adjust_config_synonyms.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/psa/crypto_compat.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/psa/crypto_driver_common.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/psa/crypto_driver_contexts_composites.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/psa/crypto_driver_contexts_key_derivation.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/psa/crypto_driver_contexts_primitives.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/psa/crypto_extra.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/psa/crypto_legacy.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/psa/crypto_platform.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/psa/crypto_se_driver.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/psa/crypto_sizes.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/psa/crypto_struct.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/psa/crypto_types.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/psa/crypto_values.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/psa/error.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/psa/framework_feature.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/psa_manifest/sid.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/tfm_ioctl_core_api.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/tfm_ns_client_ext.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/tfm_ns_interface.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/tfm_platform_api.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/tfm_psa_call_pack.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/include/tfm_veneers.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/lib/s_veneers.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/src/os_wrapper/tfm_ns_interface_bare_metal.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/src/os_wrapper/tfm_ns_interface_rtos.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/src/tfm_crypto_api.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/src/tfm_ioctl_core_ns_api.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/src/tfm_platform_api.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/interface/src/tfm_tz_psa_ns_api.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/CMakeLists.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/assert.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/attest_hal.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/config.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/CMakeLists.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/cmsis_drivers/Driver_Flash.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/cmsis_drivers/Driver_USART.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/common/cmsis.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/common/nrf-pinctrl.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/common/nrfx_glue.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/common/nrfx_log.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/common/tfm_hal_platform_common.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/config.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/config_nordic_nrf_spe.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/native_drivers/mpu_armv8m_drv.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/native_drivers/mpu_armv8m_drv.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/native_drivers/spu.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/native_drivers/spu.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/nrfx/nrfx.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/nrfx_config.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/nrfx_glue.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/pal_plat_test.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/pal_plat_test.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/services/include/tfm_ioctl_core_api.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/services/include/tfm_platform_hal_ioctl.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/services/src/tfm_ioctl_core_ns_api.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/services/src/tfm_ioctl_core_s_api.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/services/src/tfm_platform_hal_ioctl.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/startup.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/startup.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/startup_nrf5340.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/target_cfg.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/core/tests/tfm_tests_config.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/crypto_keys.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/dummy_otp.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/dummy_provisioning.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/dummy_tfm_sp_log_raw.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/dummy_uart_stdout.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/nrf5340/CMakeLists.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/nrf5340/config.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/nrf5340/cpuarch.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/nrf5340/nrfx_config_nrf5340_application.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/nrf5340/partition/flash_layout.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/nrf5340/partition/region_defs.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/nrf5340/tests/psa_arch_tests_config.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/nrf_provisioning.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/nrf_provisioning.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/ns_fault_service.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/tfm_hal_platform.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/common/tfm_hal_reset_halt.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/config.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/cpuarch.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/a-profile/cmsis_armclang_a.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/a-profile/cmsis_clang_a.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/a-profile/cmsis_cp15.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/a-profile/cmsis_gcc_a.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/a-profile/cmsis_iccarm_a.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/a-profile/irq_ctrl.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/cmsis_compiler.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/cmsis_version.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/core_ca.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/core_cm0.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/core_cm0plus.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/core_cm1.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/core_cm23.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/core_cm3.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/core_cm33.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/core_cm35p.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/core_cm4.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/core_cm52.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/core_cm55.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/core_cm7.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/core_cm85.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/core_sc000.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/core_sc300.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/core_starmc1.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/m-profile/armv7m_cachel1.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/m-profile/armv7m_mpu.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/m-profile/armv81m_pac.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/m-profile/armv8m_mpu.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/m-profile/armv8m_pmu.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/m-profile/cmsis_armclang_m.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/m-profile/cmsis_clang_m.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/m-profile/cmsis_gcc_m.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/m-profile/cmsis_iccarm_m.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/m-profile/cmsis_tiarmclang_m.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/cmsis/Include/tz_context.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/common/uart_stdout.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/common/uart_stdout.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/driver/Driver_Common.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/driver/Driver_Flash.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/ext/driver/Driver_USART.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/boot_hal.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/cmsis_override.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/exception_info.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/fatal_error.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/fih.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/mbedtls_entropy_nv_seed_config.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/region.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/tfm_attest_hal.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/tfm_hal_defs.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/tfm_hal_device_header.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/tfm_hal_interrupt.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/tfm_hal_isolation.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/tfm_hal_its.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/tfm_hal_its_encryption.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/tfm_hal_mailbox.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/tfm_hal_multi_core.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/tfm_hal_platform.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/tfm_hal_ps.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/tfm_plat_boot_seed.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/tfm_plat_config.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/tfm_plat_crypto_keys.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/tfm_plat_crypto_nv_seed.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/tfm_plat_defs.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/tfm_plat_device_id.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/tfm_plat_ns.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/tfm_plat_nv_counters.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/tfm_plat_otp.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/tfm_plat_provisioning.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/tfm_plat_rotpk.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/tfm_plat_test.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/include/tfm_platform_system.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/linker_scripts/tfm_common_ns.ld: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/tests/psa_arch_tests_config.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/api_ns/platform/tests/tfm_tests_config.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/bin/tfm_s.axf: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/bin/tfm_s.bin: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/bin/tfm_s.elf: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/bin/tfm_s.hex: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/bin/tfm_s.map: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/build.ninja: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/config_nordic_nrf_spe.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/generated/interface/include/config_impl.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/generated/interface/include/psa/framework_feature.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/generated/interface/include/psa_manifest/pid.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/generated/interface/include/psa_manifest/sid.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/generated/secure_fw/partitions/crypto/auto_generated/intermedia_tfm_crypto.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/generated/secure_fw/partitions/crypto/auto_generated/load_info_tfm_crypto.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/generated/secure_fw/partitions/crypto/psa_manifest/tfm_crypto.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/generated/secure_fw/partitions/platform/auto_generated/intermedia_tfm_platform.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/generated/secure_fw/partitions/platform/auto_generated/load_info_tfm_platform.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/generated/secure_fw/partitions/platform/psa_manifest/tfm_platform.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/generated/secure_fw/spm/include/tfm_version.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/generated/tools/config_impl.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/install_manifest.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/interface/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/lib/ext/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/lib/ext/cmsis/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/lib/ext/mbedcrypto/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/lib/ext/tf-m-extras/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/lib/fih/CMakeFiles/tfm_fih.dir/src/fih.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/lib/fih/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/lib/fih/libtfm_fih.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/CMakeFiles/platform_crypto_keys.dir/ext/common/syscalls_stub.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/CMakeFiles/platform_s.dir/ext/common/exception_info.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/CMakeFiles/platform_s.dir/ext/common/syscalls_stub.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/CMakeFiles/platform_s.dir/ext/common/tfm_fatal_error.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/CMakeFiles/platform_s.dir/ext/common/tfm_hal_spm_logdev_peripheral.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/CMakeFiles/platform_s.dir/ext/common/uart_stdout.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/CMakeFiles/platform_s.dir/ext/target/nordic_nrf/common/core/cmsis_drivers/Driver_USART.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/CMakeFiles/platform_s.dir/ext/target/nordic_nrf/common/core/native_drivers/mpu_armv8m_drv.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/CMakeFiles/platform_s.dir/ext/target/nordic_nrf/common/core/native_drivers/spu.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/CMakeFiles/platform_s.dir/ext/target/nordic_nrf/common/core/nrf_exception_info.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/CMakeFiles/platform_s.dir/ext/target/nordic_nrf/common/core/nrfx_glue.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/CMakeFiles/platform_s.dir/ext/target/nordic_nrf/common/core/services/src/tfm_ioctl_core_s_api.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/CMakeFiles/platform_s.dir/ext/target/nordic_nrf/common/core/services/src/tfm_platform_hal_ioctl.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/CMakeFiles/platform_s.dir/opt/nordic/ncs/v3.0.0/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/CMakeFiles/platform_s.dir/opt/nordic/ncs/v3.0.0/modules/hal/nordic/nrfx/drivers/src/nrfx_uarte.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/CMakeFiles/platform_s.dir/opt/nordic/ncs/v3.0.0/modules/hal/nordic/nrfx/mdk/system_nrf5340_application.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/CMakeFiles/platform_s.dir/opt/nordic/ncs/v3.0.0/nrf/modules/trusted-firmware-m/tfm_boards/common/assert.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/CMakeFiles/platform_s.dir/opt/nordic/ncs/v3.0.0/nrf/modules/trusted-firmware-m/tfm_boards/common/dummy_otp.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/CMakeFiles/platform_s.dir/opt/nordic/ncs/v3.0.0/nrf/modules/trusted-firmware-m/tfm_boards/common/dummy_provisioning.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/CMakeFiles/platform_s.dir/opt/nordic/ncs/v3.0.0/nrf/modules/trusted-firmware-m/tfm_boards/common/ns_fault_service.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/CMakeFiles/platform_s.dir/opt/nordic/ncs/v3.0.0/nrf/modules/trusted-firmware-m/tfm_boards/common/tfm_hal_platform.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/CMakeFiles/platform_s.dir/opt/nordic/ncs/v3.0.0/nrf/modules/trusted-firmware-m/tfm_boards/common/tfm_hal_reset_halt.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/CMakeFiles/platform_s.dir/opt/nordic/ncs/v3.0.0/nrf/modules/trusted-firmware-m/tfm_boards/src/tfm_ioctl_s_api.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/CMakeFiles/platform_s.dir/opt/nordic/ncs/v3.0.0/nrf/modules/trusted-firmware-m/tfm_boards/src/tfm_platform_system.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/ext/accelerator/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/libplatform_crypto_keys.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/libplatform_s.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/target/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/target/nrf5340/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/target/nrf5340/nrf_common/CMakeFiles/tfm_s_scatter.dir/__/__/__/__/common/gcc/tfm_common_s.ld: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/target/nrf5340/nrf_common/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/platform/target/tfm_board/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/CMakeFiles/tfm_s.dir/__/generated/secure_fw/partitions/crypto/auto_generated/load_info_tfm_crypto.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/CMakeFiles/tfm_s.dir/__/generated/secure_fw/partitions/platform/auto_generated/load_info_tfm_platform.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/CMakeFiles/tfm_s.dir/__/platform/ext/common/faults.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/CMakeFiles/tfm_s.dir/__/platform/ext/common/syscalls_stub.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/CMakeFiles/tfm_s.dir/__/platform/ext/target/nordic_nrf/common/core/startup.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/CMakeFiles/tfm_s.dir/__/platform/ext/target/nordic_nrf/common/core/startup_nrf5340.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/CMakeFiles/tfm_s.dir/partitions/ns_agent_tz/load_info_ns_agent_tz.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/CMakeFiles/tfm_s.dir/partitions/ns_agent_tz/psa_api_veneers_v80m.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/libtfm_s_veneers.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/__/__/__/generated/secure_fw/partitions/crypto/auto_generated/intermedia_tfm_crypto.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/crypto_aead.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/crypto_alloc.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/crypto_asymmetric.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/crypto_cipher.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/crypto_hash.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/crypto_init.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/crypto_key_derivation.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/crypto_key_management.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/crypto_library.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/crypto_mac.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/crypto_pake.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/crypto_rng.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/libtfm_psa_rot_partition_crypto.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_crypto/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/memory_buffer_alloc.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/asn1parse.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/asn1write.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/base64.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/bignum.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/bignum_core.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/block_cipher.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/constant_time.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/nist_kw.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/oid.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/padlock.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/library/version.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/nrf_security_utils.dir/utils/nrf_security_events.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/nrf_security_utils.dir/utils/nrf_security_mutexes.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon/CMakeFiles/oberon_psa_core.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/library/platform.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon/CMakeFiles/oberon_psa_core.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/library/platform_util.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon/CMakeFiles/oberon_psa_core.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/library/psa_crypto.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon/CMakeFiles/oberon_psa_core.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/library/psa_crypto_client.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon/CMakeFiles/oberon_psa_core.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/library/psa_crypto_slot_management.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon/CMakeFiles/oberon_psa_core.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/library/psa_crypto_storage.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon/CMakeFiles/oberon_psa_core.dir/opt/nordic/ncs/v3.0.0/nrf/subsys/nrf_security/src/psa_crypto_driver_wrappers.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon/liboberon_psa_core.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_cc3xx_platform/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/oberon/drivers/oberon_asymmetric_encrypt.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/oberon/drivers/oberon_asymmetric_signature.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/oberon/drivers/oberon_cipher.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/oberon/drivers/oberon_ec_keys.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/oberon/drivers/oberon_ecdh.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/oberon/drivers/oberon_ecdsa.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/oberon/drivers/oberon_hash.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/oberon/drivers/oberon_helpers.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/oberon/drivers/oberon_jpake.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/oberon/drivers/oberon_key_agreement.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/oberon/drivers/oberon_key_derivation.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/oberon/drivers/oberon_key_management.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/oberon/drivers/oberon_mac.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/oberon/drivers/oberon_rsa.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/oberon/drivers/oberon_spake2p.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/oberon/drivers/oberon_srp.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/oberon/drivers/oberon_wpa3_sae.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/liboberon_psa_driver.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/zephyr/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/libcrypto_service_mbedcrypto.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/libmbedcrypto_base.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/libnrf_security_utils.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/firmware_update/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/initial_attestation/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/internal_trusted_storage/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/lib/runtime/CMakeFiles/tfm_sp_log.dir/__/__/__/__/platform/ext/common/tfm_hal_sp_logdev_periph.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/lib/runtime/CMakeFiles/tfm_sp_log.dir/tfm_sp_log_raw.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/lib/runtime/CMakeFiles/tfm_sprt.dir/__/__/__/__/interface/src/tfm_crypto_api.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/lib/runtime/CMakeFiles/tfm_sprt.dir/__/__/__/__/interface/src/tfm_platform_api.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/lib/runtime/CMakeFiles/tfm_sprt.dir/__/__/__/__/interface/src/tfm_psa_call.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/lib/runtime/CMakeFiles/tfm_sprt.dir/__/__/__/__/platform/ext/common/syscalls_stub.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/lib/runtime/CMakeFiles/tfm_sprt.dir/__/__/__/shared/crt_memcpy.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/lib/runtime/CMakeFiles/tfm_sprt.dir/__/__/__/shared/crt_memset.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/lib/runtime/CMakeFiles/tfm_sprt.dir/__/__/__/spm/core/psa_interface_sfn.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/lib/runtime/CMakeFiles/tfm_sprt.dir/crt_memcmp.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/lib/runtime/CMakeFiles/tfm_sprt.dir/crt_memmove.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/lib/runtime/CMakeFiles/tfm_sprt.dir/crt_strnlen.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/lib/runtime/CMakeFiles/tfm_sprt.dir/opt/nordic/ncs/v3.0.0/nrf/modules/trusted-firmware-m/tfm_boards/common/dummy_tfm_sp_log_raw.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/lib/runtime/CMakeFiles/tfm_sprt.dir/service_api.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/lib/runtime/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/lib/runtime/libtfm_sp_log.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/lib/runtime/libtfm_sprt.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/ns_agent_mailbox/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/ns_agent_tz/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/platform/CMakeFiles/tfm_psa_rot_partition_platform.dir/__/__/__/generated/secure_fw/partitions/platform/auto_generated/intermedia_tfm_platform.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/platform/CMakeFiles/tfm_psa_rot_partition_platform.dir/__/__/__/platform/ext/common/syscalls_stub.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/platform/CMakeFiles/tfm_psa_rot_partition_platform.dir/platform_sp.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/platform/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/platform/libtfm_psa_rot_partition_platform.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/partitions/protected_storage/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/s_veneers.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/__/__/generated/secure_fw/partitions/crypto/auto_generated/load_info_tfm_crypto.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/__/__/generated/secure_fw/partitions/platform/auto_generated/load_info_tfm_platform.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/__/__/platform/ext/common/syscalls_stub.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/__/__/platform/ext/common/tfm_hal_nvic.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/__/__/platform/ext/target/nordic_nrf/common/core/faults.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/__/__/platform/ext/target/nordic_nrf/common/core/target_cfg.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/__/__/platform/ext/target/nordic_nrf/common/core/tfm_hal_isolation.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/__/__/platform/ext/target/nordic_nrf/common/core/tfm_hal_platform_common.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/__/partitions/ns_agent_tz/load_info_ns_agent_tz.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/__/partitions/ns_agent_tz/ns_agent_tz_v80m.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/core/arch/tfm_arch.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/core/arch/tfm_arch_v8m_main.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/core/backend_sfn.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/core/main.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/core/psa_api.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/core/psa_call_api.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/core/psa_read_write_skip_api.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/core/psa_version_api.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/core/rom_loader.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/core/spm_ipc.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/core/spm_local_connection.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/core/spm_log.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/core/tfm_boot_data.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/core/tfm_pools.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/core/tfm_svcalls.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/core/utilities.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/CMakeFiles/tfm_spm.dir/ns_client_ext/tfm_spm_ns_ctx.o: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/secure_fw/spm/libtfm_spm.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/tools/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/tools/manifest_config.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/tfm/tools/manifest_config.h.in: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/.cmake.dotconfig.checksum: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/.config: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/.config.sysbuild: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/drivers/flash/flash_util.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/drivers/wifi/nrf_wifi/src/fw_load.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc16_sw.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc24_sw.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc32_sw.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc32c_sw.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc4_sw.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc7_sw.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/crc/crc8_sw.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/os/fdtable.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/os/mpsc_pbuf.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/os/reboot.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/utils/dec.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/utils/hex.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/utils/last_section_id.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/utils/notify.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/utils/onoff.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/utils/rb.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/lib/utils/timeutil.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/modules/hostap/src/supp_api.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/modules/hostap/src/supp_events.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/modules/hostap/src/supp_main.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/modules/mbedtls/debug.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/common/cli.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/common/dragonfly.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/common/hw_features_common.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/common/ieee802_11_common.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/common/ptksa_cache.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/common/sae.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/common/wpa_common.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/common/wpa_ctrl.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/crypto/aes-internal-dec.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/crypto/aes-internal-enc.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/crypto/aes-internal.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/crypto/aes-unwrap.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/crypto/aes-wrap.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/crypto/crypto_mbedtls_alt.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/crypto/dh_groups.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/crypto/rc4.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/crypto/tls_none.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/drivers/driver_common.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/drivers/driver_zephyr.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/drivers/drivers.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/l2_packet/l2_packet_zephyr.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/rsn_supp/pmksa_cache.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/rsn_supp/preauth.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/rsn_supp/wpa.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/rsn_supp/wpa_ie.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/utils/base64.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/utils/bitfield.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/utils/common.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/utils/crc32.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/utils/eloop.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/utils/os_zephyr.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/utils/wpa_debug_zephyr.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/src/utils/wpabuf.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/wpa_supplicant/bss.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/wpa_supplicant/bssid_ignore.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/wpa_supplicant/config.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/wpa_supplicant/config_none.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/wpa_supplicant/ctrl_iface.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/wpa_supplicant/ctrl_iface_zephyr.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/wpa_supplicant/eap_register.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/wpa_supplicant/events.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/wpa_supplicant/notify.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/wpa_supplicant/scan.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/wpa_supplicant/sme.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/wpa_supplicant/wpa_cli_cmds.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/wpa_supplicant/wpa_cli_zephyr.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/wpa_supplicant/wpa_supplicant.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/modules/lib/hostap/wpa_supplicant/wpas_glue.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/nrf/lib/boot_banner/banner.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/nrf/subsys/nrf_security/src/zephyr/debug_init.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v3.0.0/nrf/subsys/partition_manager/flash_map_partition_manager.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/subsys/console/getchar.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/subsys/console/tty.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/subsys/debug/thread_analyzer.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/subsys/fs/nvs/nvs.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/subsys/logging/backends/log_backend_uart.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_cache.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_core.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_mgmt.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_msg.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_output.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/subsys/mem_mgmt/mem_attr.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/sntp/sntp.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/sntp/sntp_simple.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/utils/addr_utils.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/fatal.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi_on_reset.S.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/cpu_idle.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/exc_exit.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault_s.S.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fpu.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_init.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_manage.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/prep_c.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/reset.S.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/scb.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap_helper.S.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread_abort.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/vector_table.S.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/cortex_m/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/cortex_m/cmse/CMakeFiles/arch__arm__core__cortex_m__cmse.dir/arm_core_cmse.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/cortex_m/cmse/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/cortex_m/cmse/libarch__arm__core__cortex_m__cmse.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/cortex_m/tz/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/libarch__arm__core.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_core_mpu.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_mpu.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_mpu_regions.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/mpu/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/common/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/common/libarch__common.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/arch/common/libisr_tables.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/boards/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/boards/nordic/nrf7002dk/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/boards/shields/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/cmake/flash/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/cmake/reports/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/cmake/usage/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/clock_control/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/clock_control/libdrivers__clock_control.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/console/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/console/libdrivers__console.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/counter/CMakeFiles/drivers__counter.dir/counter_nrfx_rtc.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/counter/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/counter/libdrivers__counter.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/disk/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_psa_crypto.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/entropy/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/entropy/libdrivers__entropy.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/ethernet/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/ethernet/dwc_xgmac/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/ethernet/eth_nxp_enet_qos/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/ethernet/nxp_enet/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/ethernet/phy/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/firmware/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_page_layout.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/jesd216.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/soc_flash_nrf.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/spi_nor.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/flash/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/flash/libdrivers__flash.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/gpio/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/gpio/libdrivers__gpio.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/interrupt_controller/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/misc/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/misc/coresight/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/pcie/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_nrf.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/pinctrl/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/pinctrl/libdrivers__pinctrl.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/pinctrl/renesas/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/pwm/CMakeFiles/drivers__pwm.dir/pwm_nrfx.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/pwm/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/pwm/libdrivers__pwm.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/adi/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/ams/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/aosong/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/asahi_kasei/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/bosch/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/espressif/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/honeywell/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/infineon/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/ite/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/jedec/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/maxim/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/meas/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/memsic/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/microchip/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/nordic/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/nordic/temp/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/nuvoton/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/nxp/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/renesas/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/rohm/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/seeed/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/sensirion/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/silabs/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/st/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/tdk/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/ti/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/vishay/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/sensor/wsen/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uarte.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/serial/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/serial/libdrivers__serial.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/spi/CMakeFiles/drivers__spi.dir/spi_nrfx_common.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/spi/CMakeFiles/drivers__spi.dir/spi_nrfx_spim.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/spi/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/spi/libdrivers__spi.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/timer/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/timer/libdrivers__timer.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/usb/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/usb/common/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/usb/common/nrf_usbd_common/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/usb_c/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/watchdog/CMakeFiles/drivers__watchdog.dir/wdt_nrfx.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/watchdog/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/watchdog/libdrivers__watchdog.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/wifi/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/wifi/nrf_wifi/CMakeFiles/nrf_wifi.dir/src/fmac_main.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/wifi/nrf_wifi/CMakeFiles/nrf_wifi.dir/src/net_if.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/wifi/nrf_wifi/CMakeFiles/nrf_wifi.dir/src/wifi_mgmt.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/wifi/nrf_wifi/CMakeFiles/nrf_wifi.dir/src/wifi_mgmt_scan.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/wifi/nrf_wifi/CMakeFiles/nrf_wifi.dir/src/wpa_supp_if.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/wifi/nrf_wifi/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/drivers/wifi/nrf_wifi/libnrf_wifi.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/dts.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/edt.pickle: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/app_data_alignment.ld: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/app_smem.ld: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/app_smem_aligned.ld: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/app_smem_unaligned.ld: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/device-api-sections.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/device-api-sections.ld: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/ncs_commit.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/ncs_version.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/pm_config.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/posix/strsignal_table.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/snippets-data-sections.ld: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/snippets-dtcm-section.ld: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/snippets-itcm-section.ld: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/snippets-nocache-section.ld: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/snippets-noinit.ld: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/snippets-pinned-data-sections.ld: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/snippets-pinned-ram-sections.ld: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/snippets-pinned-rodata.ld: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/snippets-ram-sections.ld: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/snippets-ramfunc-section.ld: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/snippets-rodata.ld: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/snippets-rom-sections.ld: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/snippets-rom-start.ld: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/snippets-rwdata.ld: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/snippets-sections.ld: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/syscall_list.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/autoconf.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/devicetree_generated.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/driver-validation.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/kobj-types-enum.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/offsets.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/otype-to-size.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/otype-to-str.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscall_dispatch.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscall_exports_llext.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscall_list.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/adc.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/arch.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/atomic_c.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/auxdisplay.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/bbram.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/cache.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/can.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/charger.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/comparator.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/counter.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/dac.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/demand_paging.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/device.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/devmux.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/dma.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/eeprom.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/emul_fuel_gauge.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/entropy.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/errno_private.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/error.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/espi.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/espi_saf.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/ethernet.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/fdtable.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/flash.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/flash_simulator.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/fuel_gauge.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/gnss.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/gpio.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/haptics.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/hwinfo.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/hwspinlock.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/i2c.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/i2s.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/i3c.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/ipm.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/ivshmem.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/kernel.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/kobject.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/kscan.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/led.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/libc-hooks.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/llext.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/log_ctrl.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/log_msg.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/maxim_ds3231.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/mbox.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/mdio.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/mspi.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/mutex.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/net_if.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/net_ip.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/nrf_qspi_nor.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/peci.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/posix_clock.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/ps2.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/ptp_clock.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/pwm.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/random.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/reset.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/retained_mem.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/rtc.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/rtio.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/sdhc.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/sensor.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/sip_svc_driver.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/smbus.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/socket.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/socket_service.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/spi.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/stepper.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/syscon.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/tee.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/time_units.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/timeaware_gpio.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/uart.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/updatehub.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/usb_bc12.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/w1.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/syscalls/watchdog.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr/version.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/include/generated/zephyr_commit.h: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/isr_tables.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/isr_tables_swi.ld: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/isr_tables_vt.ld: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kconfig/sources.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/float.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/init_static.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/pipes.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/poll.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/priority_queues.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/thread_monitor.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/usage.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/kernel/libkernel.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/crc/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/hash/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/heap/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/libc/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdio/remove.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/abort.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/malloc.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/libc/common/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/libc/common/liblib__libc__common.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/libc/newlib/CMakeFiles/lib__libc__newlib.dir/libc-hooks.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/libc/newlib/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/libc/newlib/liblib__libc__newlib.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/mem_blocks/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/net_buf/CMakeFiles/lib__net_buf.dir/buf.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/net_buf/CMakeFiles/lib__net_buf.dir/buf_simple.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/net_buf/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/net_buf/liblib__net_buf.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/os/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/os/zvfs/CMakeFiles/lib__os__zvfs.dir/zvfs_eventfd.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/os/zvfs/CMakeFiles/lib__os__zvfs.dir/zvfs_poll.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/os/zvfs/CMakeFiles/lib__os__zvfs.dir/zvfs_select.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/os/zvfs/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/os/zvfs/liblib__os__zvfs.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/aio.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/barrier.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/clock.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/cond.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/confstr.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/device_io.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/env.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/eventfd.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/fd_mgmt.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/file_system_r.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/fs.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/fsync.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/grp.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/key.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/mqueue.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/multi_process.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/mutex.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/net.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/perror.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/pthread.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/pwd.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/rwlock.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/semaphore.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/signal.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/sleep.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/spinlock.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/sysconf.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/timer.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/timespec_to_timeout.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/CMakeFiles/lib__posix__options.dir/uname.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/posix/options/liblib__posix__options.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/lib/utils/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/libzephyr.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/linker.cmd: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/linker.cmd.dep: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/linker_zephyr_pre0.cmd: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/linker_zephyr_pre0.cmd.dep: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/configs.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/nrf70_fw_patch/nrf70.bin.inc: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/struct_tags.json: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls.json: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_file_list.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_acpi: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_app_memory: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_asm-compat: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_dsp: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_mpu: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_secureshield: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arc_v2_vpx: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_cortex_r: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm64_scripts: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_a_r_scripts: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_m_scripts: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_cortex_r_scripts: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mmu: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_arm_mpu: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_common: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_mips: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_nios2: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_posix: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_common: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_riscv_riscv-privileged: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_sparc: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_ia32_scripts: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_x86_intel64: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_arch_xtensa: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_audio: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_audio: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_classic: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_mesh: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_bluetooth_services_nus: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_canbus: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_console: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_crypto: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_data: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_debug: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_debug_coresight: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_devicetree: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dfu: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_display: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_adc: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_bluetooth: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_can: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_clock_control: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_comparator: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_console: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_dma: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_eeprom: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ethernet: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_firmware_scmi: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_flash: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gnss: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_gpio: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_haptics: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i2c_target: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_i3c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_ieee802154: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_interrupt_controller: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_led_strip: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mfd: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mipi_dsi: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_coresight: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_devmux: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_ft8xx: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_grove_lcd: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_nxp_flexio: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_pio_rpi_pico: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_renesas_ra_external_interrupt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_stm32_wkup_pins: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_misc_timeaware_gpio: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mm: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_modem: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_mspi: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pcie_endpoint: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pinctrl: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pm_cpu_ops: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_power: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_pwm: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_regulator: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_retained_mem: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_rtc: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sensor: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_serial: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_sip_svc: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_spi: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_stepper: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_timer: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_uart: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_usb_c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_virtualization: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi_bus: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_drivers_wifi_nrf_wifi_off_raw_tx: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dsp: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_acpi: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_adc: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_battery: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_clock_silabs: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dac: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dai: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_display: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_dma: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_espi: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ethernet: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_flash_controller: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_gnss: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_gpio: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_i2c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_input: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_inputmux: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_interrupt-controller: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_ipc_service: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_led: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lora: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_lvgl: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-attr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_memory-controller: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mfd: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dbi: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_mipi_dsi: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_misc: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pcie: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_renesas: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pinctrl_silabs: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_power: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_pwm: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_rdc: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_regulator: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reserved-memory: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_reset: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_sensor: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_spi: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_timer: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_usb-c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_dt-bindings_video: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_fs: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_input: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_internal: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_ipc: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_kernel: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_kernel_internal: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_kernel_mm: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_linker: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_linker_common-rom: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_llext: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_logging: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_lorawan: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_math: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_mem_mgmt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_ec_host_cmd: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_hawkbit: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_enum_mgmt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_fs_mgmt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_img_mgmt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_os_mgmt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_settings_mgmt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_shell_mgmt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_stat_mgmt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_grp_zephyr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_mgmt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_smp: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_mgmt_mcumgr_transport: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_misc: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_modbus: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_modem: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_modem_backend: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_multi_heap: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_net: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_net_conn_mgr: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_net_hdlc_rcp_if: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_net_http: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_net_prometheus: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_platform: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_pm: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_portability: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_posix: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_posix_arpa: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_posix_net: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_posix_netinet: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_posix_sys: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_psa: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_random: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_retention: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_rtio: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_sd: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_sensing: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_settings: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_shell: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_sip_svc: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_stats: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_storage: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_sys: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_sys_internal: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_task_wdt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_timing: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_toolchain: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_tracing: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_usb: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_usb_c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_usb_class: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_xen: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_xen_dom0: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_hvm: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_xen_public_io: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_zbus: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_links/include_zephyr_zvfs: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_subdirs.trigger: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/misc/generated/syscalls_subdirs.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/runners.yaml: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/snippets_generated.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/soc/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/soc/common/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/soc/soc/nrf5340/CMakeFiles/soc__nordic.dir/common/soc_secure.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/soc/soc/nrf5340/CMakeFiles/soc__nordic.dir/nrf53/nrf53_cpunet_mgmt.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/soc/soc/nrf5340/CMakeFiles/soc__nordic.dir/nrf53/soc.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/soc/soc/nrf5340/CMakeFiles/soc__nordic.dir/validate_base_addresses.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/soc/soc/nrf5340/CMakeFiles/soc__nordic.dir/validate_binding_headers.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/soc/soc/nrf5340/CMakeFiles/soc__nordic.dir/validate_enabled_instances.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/soc/soc/nrf5340/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/soc/soc/nrf5340/common/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/soc/soc/nrf5340/libsoc__nordic.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/soc/soc/nrf5340/nrf53/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/canbus/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/console/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/debug/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/fb/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/fs/CMakeFiles/subsys__fs.dir/fs.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/fs/CMakeFiles/subsys__fs.dir/fs_impl.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/fs/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/fs/libsubsys__fs.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/fs/nvs/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/ipc/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/logging/backends/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/logging/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/logging/frontends/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/mem_mgmt/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/mgmt/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/modbus/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/CMakeFiles/subsys__net.dir/hostname.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/getaddrinfo.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/getnameinfo.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/socketpair.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/sockets.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/sockets_inet.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/sockets_misc.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/sockets_packet.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/sockets_service.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/sockets/sockets_tls.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/tls_credentials/tls_credentials.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/CMakeFiles/subsys__net.dir/lib/tls_credentials/tls_credentials_digest_raw.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/conn_mgr/CMakeFiles/subsys__net__conn_mgr.dir/conn_mgr_connectivity.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/conn_mgr/CMakeFiles/subsys__net__conn_mgr.dir/conn_mgr_monitor.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/conn_mgr/CMakeFiles/subsys__net__conn_mgr.dir/events_handler.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/conn_mgr/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/conn_mgr/libsubsys__net__conn_mgr.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/connection.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/icmp.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/icmpv4.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/ipv4.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_context.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_core.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_if.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_mgmt.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_pkt.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_tc.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_timeout.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/packet_socket.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/tcp.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/udp.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/utils.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/ip/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/ip/libsubsys__net__ip.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/l2/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/l2/ethernet/CMakeFiles/subsys__net__l2__ethernet.dir/arp.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/l2/ethernet/CMakeFiles/subsys__net__l2__ethernet.dir/ethernet.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/l2/ethernet/CMakeFiles/subsys__net__l2__ethernet.dir/ethernet_mgmt.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/l2/ethernet/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/l2/ethernet/libsubsys__net__l2__ethernet.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/l2/wifi/CMakeFiles/subsys__net__l2__wifi.dir/wifi_mgmt.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/l2/wifi/CMakeFiles/subsys__net__l2__wifi.dir/wifi_nm.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/l2/wifi/CMakeFiles/subsys__net__l2__wifi.dir/wifi_utils.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/l2/wifi/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/l2/wifi/libsubsys__net__l2__wifi.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/lib/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/lib/config/CMakeFiles/subsys__net__lib__config.dir/init.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/lib/config/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/lib/config/libsubsys__net__lib__config.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/lib/dhcpv4/CMakeFiles/subsys__net__lib__dhcpv4.dir/dhcpv4.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/lib/dhcpv4/CMakeFiles/subsys__net__lib__dhcpv4.dir/dhcpv4_server.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/lib/dhcpv4/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/lib/dhcpv4/libsubsys__net__lib__dhcpv4.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/lib/dns/CMakeFiles/subsys__net__lib__dns.dir/dispatcher.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/lib/dns/CMakeFiles/subsys__net__lib__dns.dir/dns_pack.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/lib/dns/CMakeFiles/subsys__net__lib__dns.dir/resolve.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/lib/dns/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/lib/dns/libsubsys__net__lib__dns.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/lib/sntp/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/lib/sockets/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/lib/tls_credentials/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/lib/utils/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/libsubsys__net.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/net/pkt_filter/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/pm/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/pm/policy/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/portability/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/random/CMakeFiles/subsys__random.dir/random_entropy_device.c.obj: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/random/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/random/libsubsys__random.a: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/rtio/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/sd/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/stats/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/storage/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/task_wdt/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/testsuite/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/tracing/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/subsys/usb/cmake_install.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/syscall_weakdefs_llext.c: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/tfm_merged.hex: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/zephyr.bin: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/zephyr.dts: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/zephyr.dts.d: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/zephyr.dts.pre: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/zephyr.elf: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/zephyr.hex: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/zephyr.map: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/zephyr.stat: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/zephyr_final.map: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/zephyr_pre0.elf: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr/zephyr_pre0.map: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr_modules.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr/zephyr_settings.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr_modules.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr_settings.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr_sysbuild_cache.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/build/zephyr_sysbuild_cache.txt.tmp: No such file or directory
error: micropython_nRF/ports/Zephyr/cert/.DS_Store: No such file or directory
error: micropython_nRF/ports/Zephyr/cert/e5 (sw.io).pem: No such file or directory
error: micropython_nRF/ports/Zephyr/cert/r1.pem: No such file or directory
error: micropython_nRF/ports/Zephyr/cert/r1_(sw.io).pem: No such file or directory
error: micropython_nRF/ports/Zephyr/cert/r1_google.pem: No such file or directory
error: micropython_nRF/ports/Zephyr/lfs2.c: No such file or directory
error: patch failed: micropython_nRF/ports/Zephyr/machine_pin.c:63
error: micropython_nRF/ports/Zephyr/machine_pin.c: patch does not apply
error: micropython_nRF/ports/Zephyr/machine_pwm.c: No such file or directory
error: micropython_nRF/ports/Zephyr/machine_rtc.c: No such file or directory
error: micropython_nRF/ports/Zephyr/machine_timer.c: No such file or directory
error: micropython_nRF/ports/Zephyr/machine_wdt.c: No such file or directory
error: patch failed: micropython_nRF/ports/Zephyr/main.c:30
error: micropython_nRF/ports/Zephyr/main.c: patch does not apply
error: patch failed: micropython_nRF/ports/Zephyr/modbluetooth_zephyr.c:29
error: micropython_nRF/ports/Zephyr/modbluetooth_zephyr.c: patch does not apply
error: micropython_nRF/ports/Zephyr/modlorawan.c: No such file or directory
error: patch failed: micropython_nRF/ports/Zephyr/modmachine.c:45
error: micropython_nRF/ports/Zephyr/modmachine.c: patch does not apply
error: patch failed: micropython_nRF/ports/Zephyr/modmachine.h:11
error: micropython_nRF/ports/Zephyr/modmachine.h: patch does not apply
error: micropython_nRF/ports/Zephyr/modnetwork.h: No such file or directory
error: micropython_nRF/ports/Zephyr/modnetwork_globals.h: No such file or directory
error: micropython_nRF/ports/Zephyr/modnfc.c: No such file or directory
error: micropython_nRF/ports/Zephyr/modos.c: No such file or directory
error: micropython_nRF/ports/Zephyr/modprovisioning.c: No such file or directory
error: patch failed: micropython_nRF/ports/Zephyr/modsocket.c:3
error: micropython_nRF/ports/Zephyr/modsocket.c: patch does not apply
error: patch failed: micropython_nRF/ports/Zephyr/modtime.c:25
error: micropython_nRF/ports/Zephyr/modtime.c: patch does not apply
error: micropython_nRF/ports/Zephyr/modules/iotcore.py: No such file or directory
error: micropython_nRF/ports/Zephyr/modules/main.py: No such file or directory
error: micropython_nRF/ports/Zephyr/modules/probe.py: No such file or directory
error: micropython_nRF/ports/Zephyr/modules/probe_protocol.py: No such file or directory
error: micropython_nRF/ports/Zephyr/modules/sock_test.py: No such file or directory
error: micropython_nRF/ports/Zephyr/modules/version.py: No such file or directory
error: micropython_nRF/ports/Zephyr/modules/watchdog.py: No such file or directory
error: micropython_nRF/ports/Zephyr/modules/wifi.py: No such file or directory
error: patch failed: micropython_nRF/ports/Zephyr/modzephyr.c:30
error: micropython_nRF/ports/Zephyr/modzephyr.c: patch does not apply
error: patch failed: micropython_nRF/ports/Zephyr/mpconfigport.h:68
error: micropython_nRF/ports/Zephyr/mpconfigport.h: patch does not apply
error: micropython_nRF/ports/Zephyr/mpconfigport_full.h: No such file or directory
error: micropython_nRF/ports/Zephyr/network_wlan.c: No such file or directory
error: micropython_nRF/ports/Zephyr/nrf7002dk/nrf5340/cpuapp/ns/CMakeCache.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/nrf7002dk/nrf5340/cpuapp/ns/CMakeFiles/3.31.6/CMakeSystem.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/nrf7002dk/nrf5340/cpuapp/ns/CMakeFiles/CMakeConfigureLog.yaml: No such file or directory
error: micropython_nRF/ports/Zephyr/nrf7002dk/nrf5340/cpuapp/ns/CMakeFiles/cmake.check_cache: No such file or directory
error: micropython_nRF/ports/Zephyr/nrf7002dk/nrf5340/cpuapp/ns/Kconfig/Kconfig.modules: No such file or directory
error: micropython_nRF/ports/Zephyr/nrf7002dk/nrf5340/cpuapp/ns/Kconfig/Kconfig.sysbuild.modules: No such file or directory
error: micropython_nRF/ports/Zephyr/nrf7002dk/nrf5340/cpuapp/ns/build_info.yml: No such file or directory
error: micropython_nRF/ports/Zephyr/nrf7002dk/nrf5340/cpuapp/ns/sysbuild_modules.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/nrf7002dk/nrf5340/cpuapp/ns/zephyr_modules.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/nrf7002dk/nrf5340/cpuapp/ns/zephyr_settings.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/nvmc.c: No such file or directory
error: micropython_nRF/ports/Zephyr/nvmc.h: No such file or directory
error: patch failed: micropython_nRF/ports/Zephyr/prj.conf:18
error: micropython_nRF/ports/Zephyr/prj.conf: patch does not apply
error: micropython_nRF/ports/Zephyr/samples/wifi/sta/CMakeCache.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/samples/wifi/sta/CMakeFiles/3.31.6/CMakeSystem.cmake: No such file or directory
error: micropython_nRF/ports/Zephyr/samples/wifi/sta/CMakeFiles/CMakeConfigureLog.yaml: No such file or directory
error: micropython_nRF/ports/Zephyr/samples/wifi/sta/CMakeFiles/cmake.check_cache: No such file or directory
error: micropython_nRF/ports/Zephyr/samples/wifi/sta/Kconfig/Kconfig.modules: No such file or directory
error: micropython_nRF/ports/Zephyr/samples/wifi/sta/Kconfig/Kconfig.sysbuild.modules: No such file or directory
error: micropython_nRF/ports/Zephyr/samples/wifi/sta/build_info.yml: No such file or directory
error: micropython_nRF/ports/Zephyr/samples/wifi/sta/sysbuild_modules.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/samples/wifi/sta/zephyr_modules.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/samples/wifi/sta/zephyr_settings.txt: No such file or directory
error: micropython_nRF/ports/Zephyr/sysbuild.conf: No such file or directory
error: patch failed: micropython_nRF/ports/Zephyr/zephyr_storage.c:244
error: micropython_nRF/ports/Zephyr/zephyr_storage.c: patch does not apply&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;You shouldn&amp;#39;t commit build folders either. Most of the &amp;gt;2k lines of errors are due to the build-folder.&lt;/p&gt;
&lt;p&gt;In order to recreate the issue,&amp;nbsp;I need to know which git hash/commit that you initially used in the upstream micropython project:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/micropython/micropython"&gt;https://github.com/micropython/micropython&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can test your .diff file by manually checking out micropython and try to apply it to ensure it applies cleanly.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you please provide this?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/thread/538264?ContentTypeID=1</link><pubDate>Thu, 05 Jun 2025 14:24:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a63cff55-aca2-4ffa-bbe3-c43547d4ab0f</guid><dc:creator>Tudor B.</dc:creator><description>&lt;p&gt;Sadly, it didn&amp;#39;t work:&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;[00:00:00.520,965] &amp;lt;inf&amp;gt; wifi_nrf: Configuring SLEEP CTRL GPIO control register

[00:00:00.657,867] &amp;lt;dbg&amp;gt; net_dns_resolve: dns_resolve_init_locked: (main): [0] 8.8.8.8
[00:00:00.666,290] &amp;lt;dbg&amp;gt; net_dns_resolve: dns_resolve_init_locked: (main): [1] 8.8.4.4
[00:00:00.675,079] &amp;lt;dbg&amp;gt; net_sock: zsock_socket_internal: (main): socket: ctx=0x2000a9a0, fd=3
[00:00:00.684,265] &amp;lt;dbg&amp;gt; net_sock_svc: socket_service_thread: (net_socket_service): Service WEST_TOPDIR/zephyr/subsys/net/lib/dhcpv4/dhcpv4_server.c:1535 has 1 pollable sockets
[00:00:00.700,500] &amp;lt;dbg&amp;gt; net_sock_svc: socket_service_thread: (net_socket_service): Service WEST_TOPDIR/zephyr/subsys/net/lib/dns/resolve.c:41 has 2 pollable sockets
[00:00:00.715,820] &amp;lt;dbg&amp;gt; net_sock_svc: socket_service_thread: (net_socket_service): Monitoring 3 socket entries
[00:00:00.726,837] &amp;lt;dbg&amp;gt; net_sock: zsock_socket_internal: (main): socket: ctx=0x2000aa50, fd=5
*** Booting nRF Connect SDK v3.0.0-3bfc46578e42 ***
*** Using Zephyr OS v4.0.99-a0e545cb437a ***
[00:00:00.745,635] &amp;lt;inf&amp;gt; net_config: Initializing network
[00:00:00.751,464] &amp;lt;inf&amp;gt; net_config: Waiting interface 1 (0x20008e00) to be up...
[00:00:00.760,437] &amp;lt;inf&amp;gt; wifi_supplicant: wpa_supplicant initialized
[00:00:00.767,669] &amp;lt;inf&amp;gt; net_config: IPv4 address: 192.168.1.1
[00:00:00.773,956] &amp;lt;inf&amp;gt; net_config: Running dhcpv4 client...
MicroPython v1.24.0-preview.467.g9ea566c69.dirty on 2025-06-05; zephyr-nrf7002dk with nrf5340
Type &amp;quot;help()&amp;quot; for more information.
&amp;gt;&amp;gt;&amp;gt;
&amp;gt;&amp;gt;&amp;gt;
&amp;gt;&amp;gt;&amp;gt;
&amp;gt;&amp;gt;&amp;gt;
&amp;gt;&amp;gt;&amp;gt; import sock_test
&amp;gt;&amp;gt;&amp;gt;
&amp;gt;&amp;gt;&amp;gt; sock_test.step_1()
Starting nrf7002dk with CPU frequency: 64 MHz
Scan requested
Num  | SSID                             (len) | Chan | RSSI | Security | BSSID
1    | TP-Link_7474                     12    | 4    | -47  | WPA2-PSK | 40:ED:00:CD:74:73
2    |                                  0     | 4    | -49  | WPA2-PSK | 62:ED:00:CD:74:73
3    | DIGI-jZ3Y                        9     | 1    | -54  | WPA2-PSK | 68:B8:6B:51:04:01
4    |                                  0     | 44   | -56  | WPA2-PSK | 62:ED:00:CD:74:72
5    | TP-Link_7474                     12    | 44   | -56  | WPA2-PSK | 40:ED:00:CD:74:72
6    | DIRECT-CE-HP Smart Tank 580-590  31    | 4    | -67  | WPA2-PSK | 00:04:EA:B0:61:C3
7    | DIGI-3twM                        9     | 6    | -69  | WPA2-PSK | 74:31:AF:14:25:D1
8    | DIGI-4TYa                        9     | 11   | -73  | WPA2-PSK | AC:CC:36:55:68:E1
9    |                                  0     | 44   | -79  | WPA2-PSK | AE:CC:36:55:68:E1
10   | DIGI-4TYa                        9     | 44   | -79  | WPA2-PSK | AC:CC:36:55:68:E9
11   |                                  0     | 48   | -80  | WPA2-PSK | 6A:B8:6B:51:04:01
12   | DIGI-jZ3Y                        9     | 48   | -80  | WPA2-PSK | 68:B8:6B:51:04:09
13   | NIA                              3     | 7    | -83  | WPA2-PSK | 7C:F1:7E:78:C7:0F
14   |                                  30    | 36   | -84  | WPA2-PSK | 72:A4:B7:09:10:E4
15   | NIA                              3     | 48   | -85  | WPA2-PSK | 7C:F1:7E:78:C7:11
16   | TP-Link_10E4_5G                  15    | 36   | -85  | WPA2-PSK | 72:A4:B7:09:10:E3
17   | AG                               2     | 11   | -86  | WPA2-PSK | 04:95:E6:FF:42:02
Scan request done
Found 17 networks.
Network ID: TP-Link_7474 &amp;amp; Network MAC: 40:ED:00:CD:74:73
Network ID:  &amp;amp; Network MAC: 62:ED:00:CD:74:73
Network ID: DIGI-jZ3Y &amp;amp; Network MAC: 68:B8:6B:51:04:01
Network ID:  &amp;amp; Network MAC: 62:ED:00:CD:74:72
Network ID: TP-Link_7474 &amp;amp; Network MAC: 40:ED:00:CD:74:72
Network ID: DIRECT-CE-HP Smart Tank 580-590 &amp;amp; Network MAC: 00:04:EA:B0:61:C3
Network ID: DIGI-3twM &amp;amp; Network MAC: 74:31:AF:14:25:D1
Network ID: DIGI-4TYa &amp;amp; Network MAC: AC:CC:36:55:68:E1
Network ID:  &amp;amp; Network MAC: AE:CC:36:55:68:E1
Network ID: DIGI-4TYa &amp;amp; Network MAC: AC:CC:36:55:68:E9
Network ID:  &amp;amp; Network MAC: 6A:B8:6B:51:04:01
Network ID: DIGI-jZ3Y &amp;amp; Network MAC: 68:B8:6B:51:04:09
Network ID: NIA &amp;amp; Network MAC: 7C:F1:7E:78:C7:0F
Network ID:  &amp;amp; Network MAC: 72:A4:B7:09:10:E4
Network ID: NIA &amp;amp; Network MAC: 7C:F1:7E:78:C7:11
Network ID: TP-Link_10E4_5G &amp;amp; Network MAC: 72:A4:B7:09:10:E3
Network ID: AG &amp;amp; Network MAC: 04:95:E6:FF:42:02
MAC: F4:CE:36:00:1C:F4
[00:01:09.523,193] &amp;lt;inf&amp;gt; wifimod: Connection requested
[00:01:09.528,808] &amp;lt;inf&amp;gt; wifimod: ==================
[00:01:09.534,851] &amp;lt;inf&amp;gt; wifimod: State: SCANNING
[00:01:09.540,069] &amp;lt;inf&amp;gt; wifimod: Net If state: 5
[00:01:09.845,397] &amp;lt;inf&amp;gt; wifimod: ==================
[00:01:09.850,769] &amp;lt;inf&amp;gt; wifimod: State: AUTHENTICATING
[00:01:09.856,506] &amp;lt;inf&amp;gt; wifimod: Net If state: 5
[00:01:10.082,519] &amp;lt;dbg&amp;gt; net_sock_packet: zpacket_received_cb: (rx_q[0]): ctx=0x2000ab00, pkt=0x2005eb90, st=0, user_data=(nil)
[00:01:10.110,717] &amp;lt;dbg&amp;gt; net_sock_packet: zpacket_received_cb: (rx_q[0]): ctx=0x2000ab00, pkt=0x2005eb50, st=0, user_data=(nil)
[00:01:10.137,176] &amp;lt;inf&amp;gt; wifimod: Wi-Fi connect result: status...
[00:01:10.143,676] &amp;lt;inf&amp;gt; wifimod: Connected
Waiting for IP address...
[00:01:10.265,411] &amp;lt;dbg&amp;gt; net_sock: zsock_close_ctx: (rx_q[0]): close: ctx=0x2000a9a0, fd=3
[00:01:10.274,261] &amp;lt;dbg&amp;gt; net_sock: zsock_close_ctx: (rx_q[0]): close: ctx=0x2000aa50, fd=5
[00:01:10.283,447] &amp;lt;dbg&amp;gt; net_sock: zsock_socket_internal: (rx_q[0]): socket: ctx=0x2000a9a0, fd=3
[00:01:10.293,273] &amp;lt;dbg&amp;gt; net_sock: zsock_socket_internal: (rx_q[0]): socket: ctx=0x2000aa50, fd=5
[00:01:10.304,168] &amp;lt;dbg&amp;gt; net_sock_svc: socket_service_thread: (net_socket_service): Received restart event.
[00:01:10.336,395] &amp;lt;inf&amp;gt; net_dhcpv4: Received: 192.168.0.250
[00:01:10.342,620] &amp;lt;inf&amp;gt; net_config: IPv4 address: 192.168.0.250
[00:01:10.349,029] &amp;lt;inf&amp;gt; net_config: Lease time: 7200 seconds
[00:01:10.355,285] &amp;lt;inf&amp;gt; net_config: Subnet: 255.255.255.0
[00:01:10.361,206] &amp;lt;inf&amp;gt; net_config: Router: 192.168.0.1
[00:01:10.367,065] &amp;lt;inf&amp;gt; wifimod: Net MGMT: Got IP via DHCP
DHCP IP address: 192.168.0.250
Waiting for IP address...
Resolving google.com...
Using system DNS resolver...
Querying DNS for google.com (type 1)...
[00:01:12.186,981] &amp;lt;dbg&amp;gt; net_dns_resolve: dns_write: (mp_main): [0] submitting work to server idx 0 for id 3337 hash 59079
semaphore wait...1
[00:01:12.448,394] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000a9a0, pkt=0x2005eb50, st=0, user_data=(nil)
DNS CALLBACK: status=-100
DNS CALLBACK: status=-103
Giving semaphore on info == NULL
something...1
Resolved: [(1, 1, 6, &amp;#39;&amp;#39;, (&amp;#39;142.250.201.206&amp;#39;, 443))]
Success!
Trying to initialize socket...
Family: 1, socktype: 1, proto: 259
[00:01:12.481,628] &amp;lt;dbg&amp;gt; net_sock_tls: tls_alloc: (mp_main): Allocated TLS context, 0x20009c38
[00:01:12.491,363] &amp;lt;dbg&amp;gt; net_sock: zsock_socket_internal: (mp_main): socket: ctx=0x2000abb0, fd=16
Returned value: 15
Done initializing socket!
Performing TLS setup...
Trying 1...42
1 is done
2 is done
3 is done
TLS setup complete.
Connecting to: (&amp;#39;142.250.201.206&amp;#39;, 443)
[00:01:14.559,051] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:1331: The SSL configuration is tls12 only.
[00:01:14.578,002] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4661: =&amp;gt; handshake
[00:01:14.588,317] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: =&amp;gt; flush output
[00:01:14.598,907] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: &amp;lt;= flush output
[00:01:14.609,497] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_HELLO_REQUEST
[00:01:14.622,161] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: =&amp;gt; flush output
[00:01:14.632,751] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: &amp;lt;= flush output
[00:01:14.643,371] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_CLIENT_HELLO
[00:01:14.655,944] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0921: =&amp;gt; write client hello
[00:01:14.667,755] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0487: dumping &amp;#39;client hello, random bytes&amp;#39; (32 bytes)
[00:01:14.681,365] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0487: 0000:  b0 96 9f f4 1c 28 01 54 3a d6 0a df b7 e9 f4 c0  .....(.T:.......
[00:01:14.697,174] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0487: 0010:  52 49 64 5a 1e f3 e6 94 c4 1a d1 99 77 58 4d 55  RIdZ........wXMU
[00:01:14.712,738] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0512: dumping &amp;#39;session id&amp;#39; (0 bytes)
[00:01:14.724,670] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c024, TLS-ECDHE-ECDSA-WITH-AES-256-CBC-SHA384
[00:01:14.740,631] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c028, TLS-ECDHE-RSA-WITH-AES-256-CBC-SHA384
[00:01:14.756,408] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 006b, TLS-DHE-RSA-WITH-AES-256-CBC-SHA256
[00:01:14.772,003] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c00a, TLS-ECDHE-ECDSA-WITH-AES-256-CBC-SHA
[00:01:14.787,689] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c014, TLS-ECDHE-RSA-WITH-AES-256-CBC-SHA
[00:01:14.803,192] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 0039, TLS-DHE-RSA-WITH-AES-256-CBC-SHA
[00:01:14.818,542] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c023, TLS-ECDHE-ECDSA-WITH-AES-128-CBC-SHA256
[00:01:14.834,503] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c027, TLS-ECDHE-RSA-WITH-AES-128-CBC-SHA256
[00:01:14.850,280] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 0067, TLS-DHE-RSA-WITH-AES-128-CBC-SHA256
[00:01:14.865,875] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c009, TLS-ECDHE-ECDSA-WITH-AES-128-CBC-SHA
[00:01:14.881,530] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c013, TLS-ECDHE-RSA-WITH-AES-128-CBC-SHA
[00:01:14.897,033] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 0033, TLS-DHE-RSA-WITH-AES-128-CBC-SHA
[00:01:14.912,414] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 003d, TLS-RSA-WITH-AES-256-CBC-SHA256
[00:01:14.927,642] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 0035, TLS-RSA-WITH-AES-256-CBC-SHA
[00:01:14.942,626] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c02a, TLS-ECDH-RSA-WITH-AES-256-CBC-SHA384
[00:01:14.958,312] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c00f, TLS-ECDH-RSA-WITH-AES-256-CBC-SHA
[00:01:14.973,754] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c026, TLS-ECDH-ECDSA-WITH-AES-256-CBC-SHA384
[00:01:14.989,593] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c005, TLS-ECDH-ECDSA-WITH-AES-256-CBC-SHA
[00:01:15.005,187] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 003c, TLS-RSA-WITH-AES-128-CBC-SHA256
[00:01:15.020,446] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 002f, TLS-RSA-WITH-AES-128-CBC-SHA
[00:01:15.035,430] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c029, TLS-ECDH-RSA-WITH-AES-128-CBC-SHA256
[00:01:15.051,116] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c00e, TLS-ECDH-RSA-WITH-AES-128-CBC-SHA
[00:01:15.066,528] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c025, TLS-ECDH-ECDSA-WITH-AES-128-CBC-SHA256
[00:01:15.082,397] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c004, TLS-ECDH-ECDSA-WITH-AES-128-CBC-SHA
[00:01:15.097,991] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0388: adding EMPTY_RENEGOTIATION_INFO_SCSV
[00:01:15.110,382] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0397: client hello, got 25 cipher suites
[00:01:15.122,650] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0041: client hello, adding server name extension: google.com
[00:01:15.136,627] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0231: client hello, adding supported_groups extension
[00:01:15.150,024] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0250: got supported group(001d)
[00:01:15.161,468] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0282: NamedGroup: x25519 ( 1d )
[00:01:15.172,943] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0250: got supported group(0017)
[00:01:15.184,387] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0282: NamedGroup: secp256r1 ( 17 )
[00:01:15.196,136] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0302: dumping &amp;#39;Supported groups extension&amp;#39; (6 bytes)
[00:01:15.209,564] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0302: 0000:  00 04 00 1d 00 17                                ......
[00:01:15.224,243] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9503: adding signature_algorithms extension
[00:01:15.236,511] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9523: got signature scheme [603] ecdsa_secp521r1_sha512
[00:01:15.249,816] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9532: sent signature scheme [603] ecdsa_secp521r1_sha512
[00:01:15.263,214] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9523: got signature scheme [601] rsa_pkcs1_sha512
[00:01:15.275,970] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9532: sent signature scheme [601] rsa_pkcs1_sha512
[00:01:15.288,848] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9523: got signature scheme [503] ecdsa_secp384r1_sha384
[00:01:15.302,154] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9532: sent signature scheme [503] ecdsa_secp384r1_sha384
[00:01:15.315,521] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9523: got signature scheme [501] rsa_pkcs1_sha384
[00:01:15.328,308] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9532: sent signature scheme [501] rsa_pkcs1_sha384
[00:01:15.341,156] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9523: got signature scheme [403] ecdsa_secp256r1_sha256
[00:01:15.354,461] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9532: sent signature scheme [403] ecdsa_secp256r1_sha256
[00:01:15.367,828] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9523: got signature scheme [401] rsa_pkcs1_sha256
[00:01:15.380,615] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9532: sent signature scheme [401] rsa_pkcs1_sha256
[00:01:15.393,463] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:0105: client hello, adding supported_point_formats extension
[00:01:15.407,958] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:0150: client hello, adding ecjpake_kkpp extension
[00:01:15.421,508] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:0165: generating new ecjpake parameters
[00:01:15.533,020] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:0338: client hello, adding extended_master_secret extension
[00:01:15.547,454] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:0372: client hello, adding session ticket extension
[00:01:15.561,187] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0689: client hello, total extension length: 395
[00:01:15.574,066] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: dumping &amp;#39;client hello extensions&amp;#39; (395 bytes)
[00:01:15.587,524] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0000:  01 8b 00 00 00 0f 00 0d 00 00 0a 67 6f 6f 67 6c  ...........googl
[00:01:15.603,332] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0010:  65 2e 63 6f 6d 00 0a 00 06 00 04 00 1d 00 17 00  e.com...........
[00:01:15.619,171] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0020:  0d 00 0e 00 0c 06 03 06 01 05 03 05 01 04 03 04  ................
[00:01:15.634,979] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0030:  01 00 0b 00 02 01 00 01 00 01 4a 41 04 bd 77 32  ..........JA..w2
[00:01:15.650,787] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0040:  3c 61 d1 1b 98 ed c1 49 24 45 9e cd d0 df 38 1d  &amp;lt;a.....I$E....8.
[00:01:15.666,595] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0050:  4c b5 35 6b da 9a a7 dc 83 72 cd d5 68 43 9d 97  L.5k.....r..hC..
[00:01:15.682,434] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0060:  58 0d 10 88 90 1e 0f 99 52 f5 a0 ca 85 76 27 f1  X.......R....v&amp;#39;.
[00:01:15.698,242] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0070:  aa e5 95 34 8a 7f 9c 24 cd da a0 e7 8f 41 04 e7  ...4...$.....A..
[00:01:15.714,050] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0080:  7e 01 d1 c1 5e 47 10 0a a2 36 e6 3a 38 d1 d3 89  ~...^G...6.:8...
[00:01:15.729,858] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0090:  3f 16 7c 89 b9 42 45 40 35 72 19 8c d5 b2 49 df  ?.|..BE@5r....I.
[00:01:15.745,666] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 00a0:  b4 b9 b1 2f f3 8e e2 ba 2d cc a8 83 a5 90 81 b3  .../....-.......
[00:01:15.761,474] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 00b0:  06 88 8c 1c 3d 99 d4 d7 6d f1 35 36 0c db e7 20  ....=...m.56...
[00:01:15.777,282] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 00c0:  d1 85 86 0d 01 be ff 85 5e 2d 6f 6f ab d1 27 ef  ........^-oo..&amp;#39;.
[00:01:15.793,090] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 00d0:  d4 e1 e6 4d 28 c5 77 79 07 ee 3e 37 c7 7b 6a e7  ...M(.wy..&amp;gt;7.{j.
[00:01:15.808,898] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 00e0:  41 04 7c 2f c8 6d 51 a8 92 af ed da ba 9f ee 07  A.|/.mQ.........
[00:01:15.824,707] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 00f0:  83 e7 1e e9 4c de af 78 64 76 6f 83 1a c6 01 5f  ....L..xdvo...._
[00:01:15.840,515] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0100:  54 6f 92 c4 a1 00 f9 c1 39 b9 99 91 d3 c9 3b 50  To......9.....;P
[00:01:15.856,323] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0110:  19 5b b5 f3 92 c0 a7 ee ff 66 63 38 08 47 46 c9  .[.......fc8.GF.
[00:01:15.872,131] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0120:  7b 28 41 04 12 95 f3 c1 e4 89 64 ff 13 ca 43 8d  {(A.......d...C.
[00:01:15.887,939] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0130:  fb c5 85 6f 9b 94 bf 61 7b 69 bf 8a a6 56 b9 5d  ...o...a{i...V.]
[00:01:15.903,747] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0140:  1b db dc f6 c6 bd 7d 40 5e fa 00 f7 58 ad 36 ff  ......}@^...X.6.
[00:01:15.919,555] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0150:  a1 6f bc 35 88 3f a8 cc f0 f4 d4 5b 82 68 8c b1  .o.5.?.....[.h..
[00:01:15.935,363] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0160:  70 46 f8 8b 20 e5 3d 08 db a5 9d ac 0f ae d0 a5  pF.. .=.........
[00:01:15.951,171] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0170:  8a 32 d4 5f 71 81 72 ff 5f ab 65 3b 26 4d 02 0a  .2._q.r._.e;&amp;amp;M..
[00:01:15.966,918] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0180:  25 d6 59 f7 a1 00 17 00 00 00 23                 %.Y.......#
[00:01:15.983,245] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2784: =&amp;gt; write handshake message
[00:01:15.994,750] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2944: =&amp;gt; write record
[00:01:16.005,401] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3028: output record: msgtype = 22, version = [3:3], msglen = 490
[00:01:16.019,500] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: dumping &amp;#39;output record sent to network&amp;#39; (495 bytes)
[00:01:16.035,156] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0000:  16 03 03 01 ea 01 00 01 e6 03 03 b0 96 9f f4 1c  ................
[00:01:16.052,612] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0010:  28 01 54 3a d6 0a df b7 e9 f4 c0 52 49 64 5a 1e  (.T:.......RIdZ.
[00:01:16.070,098] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0020:  f3 e6 94 c4 1a d1 99 77 58 4d 55 00 00 32 c0 24  .......wXMU..2.$
[00:01:16.087,554] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0030:  c0 28 00 6b c0 0a c0 14 00 39 c0 23 c0 27 00 67  .(.k.....9.#.&amp;#39;.g
[00:01:16.105,041] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0040:  c0 09 c0 13 00 33 00 3d 00 35 c0 2a c0 0f c0 26  .....3.=.5.*...&amp;amp;
[00:01:16.122,528] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0050:  c0 05 00 3c 00 2f c0 29 c0 0e c0 25 c0 04 00 ff  ...&amp;lt;./.)...%....
[00:01:16.139,984] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0060:  01 00 01 8b 00 00 00 0f 00 0d 00 00 0a 67 6f 6f  .............goo
[00:01:16.157,470] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0070:  67 6c 65 2e 63 6f 6d 00 0a 00 06 00 04 00 1d 00  gle.com.........
[00:01:16.174,957] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0080:  17 00 0d 00 0e 00 0c 06 03 06 01 05 03 05 01 04  ................
[00:01:16.192,443] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0090:  03 04 01 00 0b 00 02 01 00 01 00 01 4a 41 04 bd  ............JA..
[00:01:16.209,899] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 00a0:  77 32 3c 61 d1 1b 98 ed c1 49 24 45 9e cd d0 df  w2&amp;lt;a.....I$E....
[00:01:16.227,386] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 00b0:  38 1d 4c b5 35 6b da 9a a7 dc 83 72 cd d5 68 43  8.L.5k.....r..hC
[00:01:16.244,842] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 00c0:  9d 97 58 0d 10 88 90 1e 0f 99 52 f5 a0 ca 85 76  ..X.......R....v
[00:01:16.262,298] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 00d0:  27 f1 aa e5 95 34 8a 7f 9c 24 cd da a0 e7 8f 41  &amp;#39;....4...$.....A
[00:01:16.279,785] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 00e0:  04 e7 7e 01 d1 c1 5e 47 10 0a a2 36 e6 3a 38 d1  ..~...^G...6.:8.
[00:01:16.297,241] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 00f0:  d3 89 3f 16 7c 89 b9 42 45 40 35 72 19 8c d5 b2  ..?.|..BE@5r....
[00:01:16.314,697] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0100:  49 df b4 b9 b1 2f f3 8e e2 ba 2d cc a8 83 a5 90  I..../....-.....
[00:01:16.332,183] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0110:  81 b3 06 88 8c 1c 3d 99 d4 d7 6d f1 35 36 0c db  ......=...m.56..
[00:01:16.349,639] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0120:  e7 20 d1 85 86 0d 01 be ff 85 5e 2d 6f 6f ab d1  . ........^-oo..
[00:01:16.367,126] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0130:  27 ef d4 e1 e6 4d 28 c5 77 79 07 ee 3e 37 c7 7b  &amp;#39;....M(.wy..&amp;gt;7.{
[00:01:16.384,582] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0140:  6a e7 41 04 7c 2f c8 6d 51 a8 92 af ed da ba 9f  j.A.|/.mQ.......
[00:01:16.402,069] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0150:  ee 07 83 e7 1e e9 4c de af 78 64 76 6f 83 1a c6  ......L..xdvo...
[00:01:16.419,555] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0160:  01 5f 54 6f 92 c4 a1 00 f9 c1 39 b9 99 91 d3 c9  ._To......9.....
[00:01:16.437,011] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0170:  3b 50 19 5b b5 f3 92 c0 a7 ee ff 66 63 38 08 47  ;P.[.......fc8.G
[00:01:16.454,467] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0180:  46 c9 7b 28 41 04 12 95 f3 c1 e4 89 64 ff 13 ca  F.{(A.......d...
[00:01:16.471,954] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0190:  43 8d fb c5 85 6f 9b 94 bf 61 7b 69 bf 8a a6 56  C....o...a{i...V
[00:01:16.489,410] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 01a0:  b9 5d 1b db dc f6 c6 bd 7d 40 5e fa 00 f7 58 ad  .]......}@^...X.
[00:01:16.506,896] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 01b0:  36 ff a1 6f bc 35 88 3f a8 cc f0 f4 d4 5b 82 68  6..o.5.?.....[.h
[00:01:16.524,353] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 01c0:  8c b1 70 46 f8 8b 20 e5 3d 08 db a5 9d ac 0f ae  ..pF.. .=.......
[00:01:16.541,809] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 01d0:  d0 a5 8a 32 d4 5f 71 81 72 ff 5f ab 65 3b 26 4d  ...2._q.r._.e;&amp;amp;M
[00:01:16.559,295] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 01e0:  02 0a 25 d6 59 f7 a1 00 17 00 00 00 23 00 00     ..%.Y.......#..
[00:01:16.576,385] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3081: &amp;lt;= write record
[00:01:16.586,975] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2905: &amp;lt;= write handshake message
[00:01:16.598,541] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:1014: &amp;lt;= write client hello
[00:01:16.609,893] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: =&amp;gt; flush output
[00:01:16.620,513] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2368: message length: 495, out_left: 495
[00:01:16.633,453] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2375: ssl-&amp;gt;f_send() returned 495 (-0xfffffe11)
[00:01:16.646,179] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2402: &amp;lt;= flush output
[00:01:16.656,799] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_HELLO
[00:01:16.669,372] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1196: =&amp;gt; parse server hello
[00:01:16.681,243] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4298: =&amp;gt; read record
[00:01:16.691,741] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:01:16.702,270] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 0, nb_want: 5
[00:01:16.713,500] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 0, nb_want: 5
[00:01:16.724,639] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4672: &amp;lt;= handshake
[00:01:16.780,975] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000abb0, pkt=0x2005eb90, st=0, user_data=(nil)
[00:01:16.792,572] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4661: =&amp;gt; handshake
[00:01:16.802,856] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: =&amp;gt; flush output
[00:01:16.813,446] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: &amp;lt;= flush output
[00:01:16.824,035] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_HELLO
[00:01:16.836,639] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1196: =&amp;gt; parse server hello
[00:01:16.848,510] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4298: =&amp;gt; read record
[00:01:16.859,008] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:01:16.869,537] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 0, nb_want: 5
[00:01:16.880,767] 01:16.884,490] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000abb0, pkt=0x2005ebd0, st=0, user_data=(nil)
[1;33m&amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 0, nb_want: 5
[00:01:16.905,517] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl-&amp;gt;f_recv(_timeout)() returned 5 (-0xfffffffb)
[00:01:16.918,945] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: &amp;lt;= fetch input
[00:01:16.929,504] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: dumping &amp;#39;input record header&amp;#39; (5 bytes)
[00:01:16.943,969] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: 0000:  16 03 03 00 3f                                   ....?
[00:01:16.960,266] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3966: input record: msgtype = 22, version = [0x303], msglen = 63
[00:01:16.974,304] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:01:16.985,198] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 5, nb_want: 68
[00:01:16.996,520] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 5, nb_want: 68
[00:01:17.007,812] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl-&amp;gt;f_recv(_timeout)() returned 63 (-0xffffffc1)
[00:01:17.021,331] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: &amp;lt;= fetch input
[00:01:17.031,890] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: dumping &amp;#39;input record from network&amp;#39; (68 bytes)
[00:01:17.047,088] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0000:  16 03 03 00 3f 02 00 00 3b 03 03 68 41 a7 85 d6  ....?...;..hA...
[00:01:17.064,575] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0010:  40 a5 ee ef bb f8 f5 27 29 93 bd 70 19 93 ba 6e  @......&amp;#39;)..p...n
[00:01:17.082,061] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0020:  14 8b 41 44 4f 57 4e 47 52 44 01 00 c0 09 00 00  ..ADOWNGRD......
[00:01:17.099,517] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0030:  13 00 17 00 00 ff 01 00 01 00 00 0b 00 02 01 00  ................
[00:01:17.116,882] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0040:  00 23 00 00                                      .#..
[00:01:17.133,087] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3239: handshake message: msglen = 63, type = 2, hslen = 63
[00:01:17.146,667] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3328: sole handshake fragment: 63, 0..63 of 63
[00:01:17.159,210] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: dumping &amp;#39;reassembled record&amp;#39; (68 bytes)
[00:01:17.173,797] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0000:  16 03 03 00 3f 02 00 00 3b 03 03 68 41 a7 85 d6  ....?...;..hA...
[00:01:17.191,253] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0010:  40 a5 ee ef bb f8 f5 27 29 93 bd 70 19 93 ba 6e  @......&amp;#39;)..p...n
[00:01:17.208,740] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0020:  14 8b 41 44 4f 57 4e 47 52 44 01 00 c0 09 00 00  ..ADOWNGRD......
[00:01:17.226,867] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0030:  13 00 17 00 00 ff 01 00 01 00 00 0b 00 02 01 00  ................
[00:01:17.244,293] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0040:  00 23 00 00                                      .#..
[00:01:17.260,803] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4370: &amp;lt;= read record
[00:01:17.271,301] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1270: dumping &amp;#39;server hello, version&amp;#39; (2 bytes)
[00:01:17.284,759] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1270: 0000:  03 03                                            ..
[00:01:17.299,621] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1291: server hello, current time: 1749133189
[00:01:17.312,774] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1301: dumping &amp;#39;server hello, random bytes&amp;#39; (32 bytes)
[00:01:17.326,904] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1301: 0000:  68 41 a7 85 d6 40 a5 ee ef bb f8 f5 27 29 93 bd  hA...@......&amp;#39;)..
[00:01:17.343,261] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1301: 0010:  70 19 93 ba 6e 14 8b 41 44 4f 57 4e 47 52 44 01  p...n..ADOWNGRD.
[00:01:17.359,313] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1363: server hello, session id len.: 0
[00:01:17.371,948] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1364: dumping &amp;#39;server hello, session id&amp;#39; (0 bytes)
[00:01:17.385,559] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1388: no session has been resumed
[00:01:17.397,735] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1391: server hello, chosen ciphersuite: c009
[00:01:17.410,858] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1392: server hello, compress alg.: 0
[00:01:17.423,309] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1427: server hello, chosen ciphersuite: TLS-ECDHE-ECDSA-WITH-AES-128-CBC-SHA
[00:01:17.439,208] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1448: server hello, total extension length: 19
[00:01:17.452,758] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1518: found extended_master_secret extension
[00:01:17.465,881] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1466: found renegotiation extension
[00:01:17.478,210] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1545: found supported_point_formats extension
[00:01:17.491,424] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:0844: point format selected: 0
[00:01:17.505,249] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1531: found session_ticket extension
[00:01:17.517,669] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1662: &amp;lt;= parse server hello
[00:01:17.529,571] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: =&amp;gt; flush output
[00:01:17.540,161] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: &amp;lt;= flush output
[00:01:17.551,391] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_CERTIFICATE
[00:01:17.564,575] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8093: =&amp;gt; parse certificate
[00:01:17.575,592] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4298: =&amp;gt; read record
[00:01:17.586,090] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:01:17.596,618] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 0, nb_want: 5
[00:01:17.607,849] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 0, nb_want: 5
[00:01:17.619,079] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl-&amp;gt;f_recv(_timeout)() returned 5 (-0xfffffffb)
[00:01:17.632,507] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: &amp;lt;= fetch input
[00:01:17.643,737] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: dumping &amp;#39;input record header&amp;#39; (5 bytes)
[00:01:17.658,264] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: 0000:  16 03 03 18 b6                                   .....
[00:01:17.674,560] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3966: input record: msgtype = 22, version = [0x303], msglen = 6326
[00:01:17.688,781] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:01:17.699,310] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 5, nb_want: 6331
[00:01:17.711,334] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 5, nb_want: 6331
[00:01:17.722,808] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl-&amp;gt;f_recv(_timeout)() returned 1291 (-0xfffffaf5)
[00:01:17.736,572] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 1296, nb_want: 6331
[00:01:17.748,260] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4672: &amp;lt;= handshake
[00:01:17.784,179] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000abb0, pkt=0x2005ebd0, st=0, user_data=(nil)
[00:01:17.795,776] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4661: =&amp;gt; handshake
[00:01:17.806,060] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: =&amp;gt; flush output
[00:01:17.816,650] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: &amp;lt;= flush output
[00:01:17.827,270] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_CERTIFICATE
[00:01:17.840,362] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8093: =&amp;gt; parse certificate
[00:01:17.851,379] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4298: =&amp;gt; read record
[00:01:17.861,877] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:01:17.872,406] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 1296, nb_want: 5
[00:01:17.883,850] 00:01:17.887,756] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000abb0, pkt=0x2005eb90, st=0, user_data=(nil)
1;33m&amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: &amp;lt;= fetch input
[00:01:17.907,958] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: dumping &amp;#39;input record header&amp;#39; (5 bytes)
[00:01:17.922,454] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: 0000:  16 03 03 18 b6                                   .....
[00:01:17.938,751] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3966: input record: msgtype = 22, version = [0x303], msglen = 6326
[00:01:17.952,972] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:01:17.963,500] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 1296, nb_want: 6331
[00:01:17.975,830] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 1296, nb_want: 6331
[00:01:17.987,579] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl-&amp;gt;f_recv(_timeout)() returned 1364 (-0xfffffaac)
[00:01:18.001,342] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 2660, nb_want: 6331
[00:01:18.013,031] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4672: &amp;lt;= handshake
[00:01:18.052,398] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000abb0, pkt=0x2005eb90, st=0, user_data=(nil)
[00:01:18.063,995] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4661: =&amp;gt; handshake
[00:01:18.074,310] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: =&amp;gt; flush output
[00:01:18.084,899] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: &amp;lt;= flush output
[00:01:18.095,520] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_CERTIFICATE
[00:01:18.108,612] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8093: =&amp;gt; parse certificate
[00:01:18.119,628] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4298: =&amp;gt; read record
[00:01:18.130,126] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:01:18.140,655] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 2660, nb_want: 5
[00:01:18.152,099] 00:01:18.156,005] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000abb0, pkt=0x2005ebd0, st=0, user_data=(nil)
;33m&amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: &amp;lt;= fetch input
[00:01:18.176,147] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: dumping &amp;#39;input record header&amp;#39; (5 bytes)
[00:01:18.190,612] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: 0000:  16 03 03 18 b6                                   .....
[00:01:18.206,909] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3966: input record: msgtype = 22, version = [0x303], msglen = 6326
[00:01:18.221,130] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:01:18.231,689] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 2660, nb_want: 6331
[00:01:18.243,988] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 2660, nb_want: 6331
[00:01:18.255,737] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl-&amp;gt;f_recv(_timeout)() returned 1364 (-0xfffffaac)
[00:01:18.269,500] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 4024, nb_want: 6331
[00:01:18.281,188] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4672: &amp;lt;= handshake
[00:01:18.320,800] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000abb0, pkt=0x2005ebd0, st=0, user_data=(nil)
[00:01:18.332,397] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4661: =&amp;gt; handshake
[00:01:18.342,681] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: =&amp;gt; flush output
[00:01:18.353,271] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: &amp;lt;= flush output
[00:01:18.363,891] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_CERTIFICATE
[00:01:18.376,983] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8093: =&amp;gt; parse certificate
[00:01:18.388,000] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4298: =&amp;gt; read record
[00:01:18.398,498] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:01:18.409,027] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 4024, nb_want: 5
[00:01:18.420,471] 00:01:18.424,407] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000abb0, pkt=0x2005eb90, st=0, user_data=(nil)
;33m&amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: &amp;lt;= fetch input
[00:01:18.444,549] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: dumping &amp;#39;input record header&amp;#39; (5 bytes)
[00:01:18.459,014] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: 0000:  16 03 03 18 b6                                   .....
[00:01:18.475,982] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3966: input record: msgtype = 22, version = [0x303], msglen = 6326
[00:01:18.490,264] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:01:18.500,793] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 4024, nb_want: 6331
[00:01:18.513,092] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 4024, nb_want: 6331
[00:01:18.524,841] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl-&amp;gt;f_recv(_timeout)() returned 1364 (-0xfffffaac)
[00:01:18.538,604] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 5388, nb_want: 6331
[00:01:18.550,292] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4672: &amp;lt;= handshake
[00:01:18.590,393] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000abb0, pkt=0x2005eb90, st=0, user_data=(nil)
[00:01:18.601,989] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4661: =&amp;gt; handshake
[00:01:18.612,274] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: =&amp;gt; flush output
[00:01:18.622,863] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: &amp;lt;= flush output
[00:01:18.633,483] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_CERTIFICATE
[00:01:18.646,575] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8093: =&amp;gt; parse certificate
[00:01:18.657,592] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4298: =&amp;gt; read record
[00:01:18.668,090] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:01:18.678,619] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 5388, nb_want: 5
[00:01:18.690,032] 00:01:18.693,939] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000abb0, pkt=0x2005ebd0, st=0, user_data=(nil)
;33m&amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: &amp;lt;= fetch input
[00:01:18.714,111] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: dumping &amp;#39;input record header&amp;#39; (5 bytes)
[00:01:18.728,576] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: 0000:  16 03 03 18 b6                                   .....
[00:01:18.744,873] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3966: input record: msgtype = 22, version = [0x303], msglen = 6326
[00:01:18.759,094] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:01:18.769,622] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 5388, nb_want: 6331
[00:01:18.781,860] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 5388, nb_want: 6331
[00:01:18.793,609] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl-&amp;gt;f_recv(_timeout)() returned 943 (-0xfffffc51)
[00:01:18.807,220] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: &amp;lt;= fetch input
[00:01:18.817,779] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: dumping &amp;#39;input record from network&amp;#39; (6331 bytes)
[00:01:18.833,160] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0000:  16 03 03 18 b6 0b 00 18 b2 00 18 af 00 0e 31 30  ..............10
[00:01:18.850,616] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0010:  82 0e 2d 30 82 0d 15 a0 03 02 01 02 02 10 66 86  ..-0..........f.
[00:01:18.868,103] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0020:  f0 7e 70 d7 df c2 09 4c b8 5a 34 d6 e3 d8 30 0d  .~p....L.Z4...0.
[00:01:18.885,589] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0030:  06 09 2a 86 48 86 f7 0d 01 01 0b 05 00 30 3b 31  ..*.H........0;1
[00:01:18.903,076] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0040:  0b 30 09 06 03 55 04 06 13 02 55 53 31 1e 30 1c  .0...U....US1.0.
[00:01:18.920,532] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0050:  06 03 55 04 0a 13 15 47 6f 6f 67 6c 65 20 54 72  ..U....Google Tr
[00:01:18.938,018] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0060:  75 73 74 20 53 65 72 76 69 63 65 73 31 0c 30 0a  ust Services1.0.
[00:01:18.955,505] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0070:  06 03 55 04 03 13 03 57 52 32 30 1e 17 0d 32 35  ..U....WR20...25
[00:01:18.972,991] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0080:  30 35 31 32 30 38 34 32 35 38 5a 17 0d 32 35 30  0512084258Z..250
[00:01:18.990,447] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0090:  38 30 34 30 38 34 32 35 37 5a 30 17 31 15 30 13  804084257Z0.1.0.
[00:01:19.007,934] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 00a0:  06 03 55 04 03 0c 0c 2a 2e 67 6f 6f 67 6c 65 2e  ..U....*.google.
[00:01:19.025,421] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 00b0:  63 6f 6d 30 59 30 13 06 07 2a 86 48 ce 3d 02 01  com0Y0...*.H.=..
[00:01:19.042,907] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 00c0:  06 08 2a 86 48 ce 3d 03 01 07 03 42 00 04 0a a6  ..*.H.=....B....
[00:01:19.060,363] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 00d0:  db af e0 06 99 b8 6f 52 89 c4 25 83 94 32 5c 27  ......oR..%..2\&amp;#39;
[00:01:19.077,850] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 00e0:  b9 94 42 1d 87 49 f5 1d c7 c8 2e 2f 3b 23 d2 df  ..B..I...../;#..
[00:01:19.095,306] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 00f0:  e9 8c 33 79 94 86 0e 25 80 b3 ae 8e 72 22 5d ba  ..3y...%....r&amp;quot;].
[00:01:19.112,792] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0100:  ef ce 7c 6f 30 55 e7 6c 1d 4b 02 70 fa 9d a3 82  ..|o0U.l.K.p....
[00:01:19.130,279] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0110:  0c 1a 30 82 0c 16 30 0e 06 03 55 1d 0f 01 01 ff  ..0...0...U.....
[00:01:19.147,766] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0120:  04 04 03 02 07 80 30 13 06 03 55 1d 25 04 0c 30  ......0...U.%..0
[00:01:19.165,222] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0130:  0a 06 08 2b 06 01 05 05 07 03 01 30 0c 06 03 55  ...+.......0...U
[00:01:19.182,708] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0140:  1d 13 01 01 ff 04 02 30 00 30 1d 06 03 55 1d 0e  .......0.0...U..
[00:01:19.200,195] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0150:  04 16 04 14 ad 60 2e a1 68 d6 19 19 03 fa a3 0e  .....`..h.......
[00:01:19.217,681] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0160:  ad d6 24 d8 fa 28 88 3e 30 1f 06 03 55 1d 23 04  ..$..(.&amp;gt;0...U.#.
[00:01:19.235,168] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0170:  18 30 16 80 14 de 1b 1e ed 79 15 d4 3e 37 24 c3  .0.......y..&amp;gt;7$.
[00:01:19.252,655] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0180:  21 bb ec 34 39 6d 42 b2 30 30 58 06 08 2b 06 01  !..49mB.00X..+..
[00:01:19.270,141] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0190:  05 05 07 01 01 04 4c 30 4a 30 21 06 08 2b 06 01  ......L0J0!..+..
[00:01:19.287,597] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 01a0:  05 05 07 30 01 86 15 68 74 74 70 3a 2f 2f 6f 2e  ...0...http://o.
[00:01:19.305,084] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 01b0:  70 6b 69 2e 67 6f 6f 67 2f 77 72 32 30 25 06 08  pki.goog/wr20%..
[00:01:19.322,570] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 01c0:  2b 06 01 05 05 07 30 02 86 19 68 74 74 70 3a 2f  +.....0...http:/
[00:01:19.340,026] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 01d0:  2f 69 2e 70 6b 69 2e 67 6f 6f 67 2f 77 72 32 2e  /i.pki.goog/wr2.
[00:01:19.357,513] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 01e0:  63 72 74 30 82 09 f0 06 03 55 1d 11 04 82 09 e7  crt0.....U......
[00:01:19.375,671] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 01f0:  30 82 09 e3 82 0c 2a 2e 67 6f 6f 67 6c 65 2e 63  0.....*.google.c
[00:01:19.393,249] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0200:  6f 6d 82 16 2a 2e 61 70 70 65 6e 67 69 6e 65 2e  om..*.appengine.
[00:01:19.410,736] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0210:  67 6f 6f 67 6c 65 2e 63 6f 6d 82 09 2a 2e 62 64  google.com..*.bd
[00:01:19.428,192] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0220:  6e 2e 64 65 76 82 15 2a 2e 6f 72 69 67 69 6e 2d  n.dev..*.origin-
[00:01:19.445,648] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0230:  74 65 73 74 2e 62 64 6e 2e 64 65 76 82 12 2a 2e  test.bdn.dev..*.
[00:01:19.463,134] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0240:  63 6c 6f 75 64 2e 67 6f 6f 67 6c 65 2e 63 6f 6d  cloud.google.com
[00:01:19.480,590] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0250:  82 18 2a 2e 63 72 6f 77 64 73 6f 75 72 63 65 2e  ..*.crowdsource.
[00:01:19.498,870] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0260:  67 6f 6f 67 6c 65 2e 63 6f 6d 82 18 2a 2e 64 61  google.com..*.da
[00:01:19.516,357] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0270:  74 61 63 6f 6d 70 75 74 65 2e 67 6f 6f 67 6c 65  tacompute.google
[00:01:19.533,813] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0280:  2e 63 6f 6d 82 0b 2a 2e 67 6f 6f 67 6c 65 2e 63  .com..*.google.c
[00:01:19.551,300] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0290:  61 82 0b 2a 2e 67 6f 6f 67 6c 65 2e 63 6c 82 0e  a..*.google.cl..
[00:01:19.568,756] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 02a0:  2a 2e 67 6f 6f 67 6c 65 2e 63 6f 2e 69 6e 82 0e  *.google.co.in..
[00:01:19.586,242] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 02b0:  2a 2e 67 6f 6f 67 6c 65 2e 63 6f 2e 6a 70 82 0e  *.google.co.jp..
[00:01:19.603,698] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 02c0:  2a 2e 67 6f 6f 67 6c 65 2e 63 6f 2e 75 6b 82 0f  *.google.co.uk..
[00:01:19.621,154] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 02d0:  2a 2e 67 6f 6f 67 6c 65 2e 63 6f 6d 2e 61 72 82  *.google.com.ar.
[00:01:19.638,641] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 02e0:  0f 2a 2e 67 6f 6f 67 6c 65 2e 63 6f 6d 2e 61 75  .*.google.com.au
[00:01:19.656,097] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 02f0:  82 0f 2a 2e 67 6f 6f 67 6c 65 2e 63 6f 6d 2e 62  ..*.google.com.b
[00:01:19.673,553] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0300:  72 82 0f 2a 2e 67 6f 6f 67 6c 65 2e 63 6f 6d 2e  r..*.google.com.
[00:01:19.691,040] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0310:  63 6f 82 0f 2a 2e 67 6f 6f 67 6c 65 2e 63 6f 6d  co..*.google.com
[00:01:19.708,496] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0320:  2e 6d 78 82 0f 2a 2e 67 6f 6f 67 6c 65 2e 63 6f  .mx..*.google.co
[00:01:19.725,952] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0330:  6d 2e 74 72 82 0f 2a 2e 67 6f 6f 67 6c 65 2e 63  m.tr..*.google.c
[00:01:19.743,438] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0340:  6f 6d 2e 76 6e 82 0b 2a 2e 67 6f 6f 67 6c 65 2e  om.vn..*.google.
[00:01:19.760,894] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0350:  64 65 82 0b 2a 2e 67 6f 6f 67 6c 65 2e 65 73 82  de..*.google.es.
[00:01:19.778,350] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0360:  0b 2a 2e 67 6f 6f 67 6c 65 2e 66 72 82 0b 2a 2e  .*.google.fr..*.
[00:01:19.795,837] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0370:  67 6f 6f 67 6c 65 2e 68 75 82 0b 2a 2e 67 6f 6f  google.hu..*.goo
[00:01:19.813,293] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0380:  67 6c 65 2e 69 74 82 0b 2a 2e 67 6f 6f 67 6c 65  gle.it..*.google
[00:01:19.830,749] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0390:  2e 6e 6c 82 0b 2a 2e 67 6f 6f 67 6c 65 2e 70 6c  .nl..*.google.pl
[00:01:19.848,236] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 03a0:  82 0b 2a 2e 67 6f 6f 67 6c 65 2e 70 74 82 0f 2a  ..*.google.pt..*
[00:01:19.865,692] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 03b0:  2e 67 6f 6f 67 6c 65 61 70 69 73 2e 63 6e 82 11  .googleapis.cn..
[00:01:19.883,178] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 03c0:  2a 2e 67 6f 6f 67 6c 65 76 69 64 65 6f 2e 63 6f  *.googlevideo.co
[00:01:19.900,665] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 03d0:  6d 82 0c 2a 2e 67 73 74 61 74 69 63 2e 63 6e 82  m..*.gstatic.cn.
[00:01:19.918,121] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 03e0:  10 2a 2e 67 73 74 61 74 69 63 2d 63 6e 2e 63 6f  .*.gstatic-cn.co
[00:01:19.935,577] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 03f0:  6d 82 0f 67 6f 6f 67 6c 65 63 6e 61 70 70 73 2e  m..googlecnapps.
[00:01:19.953,063] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0400:  63 6e 82 11 2a 2e 67 6f 6f 67 6c 65 63 6e 61 70  cn..*.googlecnap
[00:01:19.970,520] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0410:  70 73 2e 63 6e 82 11 67 6f 6f 67 6c 65 61 70 70  ps.cn..googleapp
[00:01:19.988,006] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0420:  73 2d 63 6e 2e 63 6f 6d 82 13 2a 2e 67 6f 6f 67  s-cn.com..*.goog
[00:01:20.005,462] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0430:  6c 65 61 70 70 73 2d 63 6e 2e 63 6f 6d 82 0c 67  leapps-cn.com..g
[00:01:20.022,949] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0440:  6b 65 63 6e 61 70 70 73 2e 63 6e 82 0e 2a 2e 67  kecnapps.cn..*.g
[00:01:20.040,405] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0450:  6b 65 63 6e 61 70 70 73 2e 63 6e 82 12 67 6f 6f  kecnapps.cn..goo
[00:01:20.057,891] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0460:  67 6c 65 64 6f 77 6e 6c 6f 61 64 73 2e 63 6e 82  gledownloads.cn.
[00:01:20.075,347] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0470:  14 2a 2e 67 6f 6f 67 6c 65 64 6f 77 6e 6c 6f 61  .*.googledownloa
[00:01:20.092,834] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0480:  64 73 2e 63 6e 82 10 72 65 63 61 70 74 63 68 61  ds.cn..recaptcha
[00:01:20.110,290] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0490:  2e 6e 65 74 2e 63 6e 82 12 2a 2e 72 65 63 61 70  .net.cn..*.recap
[00:01:20.127,777] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 04a0:  74 63 68 61 2e 6e 65 74 2e 63 6e 82 10 72 65 63  tcha.net.cn..rec
[00:01:20.145,233] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 04b0:  61 70 74 63 68 61 2d 63 6e 2e 6e 65 74 82 12 2a  aptcha-cn.net..*
[00:01:20.162,719] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 04c0:  2e 72 65 63 61 70 74 63 68 61 2d 63 6e 2e 6e 65  .recaptcha-cn.ne
[00:01:20.180,175] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 04d0:  74 82 0b 77 69 64 65 76 69 6e 65 2e 63 6e 82 0d  t..widevine.cn..
[00:01:20.197,662] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 04e0:  2a 2e 77 69 64 65 76 69 6e 65 2e 63 6e 82 11 61  *.widevine.cn..a
[00:01:20.215,118] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 04f0:  6d 70 70 72 6f 6a 65 63 74 2e 6f 72 67 2e 63 6e  mpproject.org.cn
[00:01:20.232,574] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0500:  82 13 2a 2e 61 6d 70 70 72 6f 6a 65 63 74 2e 6f  ..*.ampproject.o
[00:01:20.250,061] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0510:  72 67 2e 63 6e 82 11 61 6d 70 70 72 6f 6a 65 63  rg.cn..ampprojec
[00:01:20.267,517] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0520:  74 2e 6e 65 74 2e 63 6e 82 13 2a 2e 61 6d 70 70  t.net.cn..*.ampp
[00:01:20.285,003] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0530:  72 6f 6a 65 63 74 2e 6e 65 74 2e 63 6e 82 17 67  roject.net.cn..g
[00:01:20.302,459] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0540:  6f 6f 67 6c 65 2d 61 6e 61 6c 79 74 69 63 73 2d  oogle-analytics-
[00:01:20.319,946] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0550:  63 6e 2e 63 6f 6d 82 19 2a 2e 67 6f 6f 67 6c 65  cn.com..*.google
[00:01:20.337,432] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0560:  2d 61 6e 61 6c 79 74 69 63 73 2d 63 6e 2e 63 6f  -analytics-cn.co
[00:01:20.354,888] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0570:  6d 82 17 67 6f 6f 67 6c 65 61 64 73 65 72 76 69  m..googleadservi
[00:01:20.372,344] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0580:  63 65 73 2d 63 6e 2e 63 6f 6d 82 19 2a 2e 67 6f  ces-cn.com..*.go
[00:01:20.389,831] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0590:  6f 67 6c 65 61 64 73 65 72 76 69 63 65 73 2d 63  ogleadservices-c
[00:01:20.407,318] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 05a0:  6e 2e 63 6f 6d 82 11 67 6f 6f 67 6c 65 76 61 64  n.com..googlevad
[00:01:20.424,774] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 05b0:  73 2d 63 6e 2e 63 6f 6d 82 13 2a 2e 67 6f 6f 67  s-cn.com..*.goog
[00:01:20.442,260] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 05c0:  6c 65 76 61 64 73 2d 63 6e 2e 63 6f 6d 82 11 67  levads-cn.com..g
[00:01:20.459,716] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 05d0:  6f 6f 67 6c 65 61 70 69 73 2d 63 6e 2e 63 6f 6d  oogleapis-cn.com
[00:01:20.477,203] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 05e0:  82 13 2a 2e 67 6f 6f 67 6c 65 61 70 69 73 2d 63  ..*.googleapis-c
[00:01:20.494,689] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 05f0:  6e 2e 63 6f 6d 82 15 67 6f 6f 67 6c 65 6f 70 74  n.com..googleopt
[00:01:20.512,878] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0600:  69 6d 69 7a 65 2d 63 6e 2e 63 6f 6d 82 17 2a 2e  imize-cn.com..*.
[00:01:20.530,456] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0610:  67 6f 6f 67 6c 65 6f 70 74 69 6d 69 7a 65 2d 63  googleoptimize-c
[00:01:20.547,943] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0620:  6e 2e 63 6f 6d 82 12 64 6f 75 62 6c 65 63 6c 69  n.com..doublecli
[00:01:20.565,429] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0630:  63 6b 2d 63 6e 2e 6e 65 74 82 14 2a 2e 64 6f 75  ck-cn.net..*.dou
[00:01:20.582,885] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0640:  62 6c 65 63 6c 69 63 6b 2d 63 6e 2e 6e 65 74 82  bleclick-cn.net.
[00:01:20.600,372] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0650:  18 2a 2e 66 6c 73 2e 64 6f 75 62 6c 65 63 6c 69  .*.fls.doublecli
[00:01:20.617,828] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0660:  63 6b 2d 63 6e 2e 6e 65 74 82 16 2a 2e 67 2e 64  ck-cn.net..*.g.d
[00:01:20.635,314] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0670:  6f 75 62 6c 65 63 6c 69 63 6b 2d 63 6e 2e 6e 65  oubleclick-cn.ne
[00:01:20.652,801] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0680:  74 82 0e 64 6f 75 62 6c 65 63 6c 69 63 6b 2e 63  t..doubleclick.c
[00:01:20.670,257] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0690:  6e 82 10 2a 2e 64 6f 75 62 6c 65 63 6c 69 63 6b  n..*.doubleclick
[00:01:20.687,744] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 06a0:  2e 63 6e 82 14 2a 2e 66 6c 73 2e 64 6f 75 62 6c  .cn..*.fls.doubl
[00:01:20.705,200] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 06b0:  65 63 6c 69 63 6b 2e 63 6e 82 12 2a 2e 67 2e 64  eclick.cn..*.g.d
[00:01:20.722,686] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 06c0:  6f 75 62 6c 65 63 6c 69 63 6b 2e 63 6e 82 11 64  oubleclick.cn..d
[00:01:20.740,173] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 06d0:  61 72 74 73 65 61 72 63 68 2d 63 6e 2e 6e 65 74  artsearch-cn.net
[00:01:20.757,629] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 06e0:  82 13 2a 2e 64 61 72 74 73 65 61 72 63 68 2d 63  ..*.dartsearch-c
[00:01:20.775,115] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 06f0:  6e 2e 6e 65 74 82 1d 67 6f 6f 67 6c 65 74 72 61  n.net..googletra
[00:01:20.792,572] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0700:  76 65 6c 61 64 73 65 72 76 69 63 65 73 2d 63 6e  veladservices-cn
[00:01:20.810,058] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0710:  2e 63 6f 6d 82 1f 2a 2e 67 6f 6f 67 6c 65 74 72  .com..*.googletr
[00:01:20.827,514] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0720:  61 76 65 6c 61 64 73 65 72 76 69 63 65 73 2d 63  aveladservices-c
[00:01:20.845,001] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0730:  6e 2e 63 6f 6d 82 18 67 6f 6f 67 6c 65 74 61 67  n.com..googletag
[00:01:20.862,457] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0740:  73 65 72 76 69 63 65 73 2d 63 6e 2e 63 6f 6d 82  services-cn.com.
[00:01:20.879,943] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0750:  1a 2a 2e 67 6f 6f 67 6c 65 74 61 67 73 65 72 76  .*.googletagserv
[00:01:20.897,430] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0760:  69 63 65 73 2d 63 6e 2e 63 6f 6d 82 17 67 6f 6f  ices-cn.com..goo
[00:01:20.915,527] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0770:  67 6c 65 74 61 67 6d 61 6e 61 67 65 72 2d 63 6e  gletagmanager-cn
[00:01:20.933,105] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0780:  2e 63 6f 6d 82 19 2a 2e 67 6f 6f 67 6c 65 74 61  .com..*.googleta
[00:01:20.950,592] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0790:  67 6d 61 6e 61 67 65 72 2d 63 6e 2e 63 6f 6d 82  gmanager-cn.com.
[00:01:20.968,048] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 07a0:  18 67 6f 6f 67 6c 65 73 79 6e 64 69 63 61 74 69  .googlesyndicati
[00:01:20.985,534] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 07b0:  6f 6e 2d 63 6e 2e 63 6f 6d 82 1a 2a 2e 67 6f 6f  on-cn.com..*.goo
[00:01:21.003,021] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 07c0:  67 6c 65 73 79 6e 64 69 63 61 74 69 6f 6e 2d 63  glesyndication-c
[00:01:21.020,477] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 07d0:  6e 2e 63 6f 6d 82 24 2a 2e 73 61 66 65 66 72 61  n.com.$*.safefra
[00:01:21.037,933] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 07e0:  6d 65 2e 67 6f 6f 67 6c 65 73 79 6e 64 69 63 61  me.googlesyndica
[00:01:21.055,419] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 07f0:  74 69 6f 6e 2d 63 6e 2e 63 6f 6d 82 16 61 70 70  tion-cn.com..app
[00:01:21.072,875] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0800:  2d 6d 65 61 73 75 72 65 6d 65 6e 74 2d 63 6e 2e  -measurement-cn.
[00:01:21.090,332] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0810:  63 6f 6d 82 18 2a 2e 61 70 70 2d 6d 65 61 73 75  com..*.app-measu
[00:01:21.107,818] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0820:  72 65 6d 65 6e 74 2d 63 6e 2e 63 6f 6d 82 0b 67  rement-cn.com..g
[00:01:21.125,976] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0830:  76 74 31 2d 63 6e 2e 63 6f 6d 82 0d 2a 2e 67 76  vt1-cn.com..*.gv
[00:01:21.143,463] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0840:  74 31 2d 63 6e 2e 63 6f 6d 82 0b 67 76 74 32 2d  t1-cn.com..gvt2-
[00:01:21.160,949] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0850:  63 6e 2e 63 6f 6d 82 0d 2a 2e 67 76 74 32 2d 63  cn.com..*.gvt2-c
[00:01:21.178,405] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0860:  6e 2e 63 6f 6d 82 0b 32 6d 64 6e 2d 63 6e 2e 6e  n.com..2mdn-cn.n
[00:01:21.195,892] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0870:  65 74 82 0d 2a 2e 32 6d 64 6e 2d 63 6e 2e 6e 65  et..*.2mdn-cn.ne
[00:01:21.213,348] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0880:  74 82 14 67 6f 6f 67 6c 65 66 6c 69 67 68 74 73  t..googleflights
[00:01:21.230,834] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0890:  2d 63 6e 2e 6e 65 74 82 16 2a 2e 67 6f 6f 67 6c  -cn.net..*.googl
[00:01:21.248,291] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 08a0:  65 66 6c 69 67 68 74 73 2d 63 6e 2e 6e 65 74 82  eflights-cn.net.
[00:01:21.265,777] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 08b0:  0c 61 64 6d 6f 62 2d 63 6e 2e 63 6f 6d 82 0e 2a  .admob-cn.com..*
[00:01:21.283,264] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 08c0:  2e 61 64 6d 6f 62 2d 63 6e 2e 63 6f 6d 82 14 67  .admob-cn.com..g
[00:01:21.300,720] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 08d0:  6f 6f 67 6c 65 73 61 6e 64 62 6f 78 2d 63 6e 2e  ooglesandbox-cn.
[00:01:21.318,176] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 08e0:  63 6f 6d 82 16 2a 2e 67 6f 6f 67 6c 65 73 61 6e  com..*.googlesan
[00:01:21.335,662] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 08f0:  64 62 6f 78 2d 63 6e 2e 63 6f 6d 82 1e 2a 2e 73  dbox-cn.com..*.s
[00:01:21.353,149] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0900:  61 66 65 6e 75 70 2e 67 6f 6f 67 6c 65 73 61 6e  afenup.googlesan
[00:01:21.370,605] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0910:  64 62 6f 78 2d 63 6e 2e 63 6f 6d 82 0d 2a 2e 67  dbox-cn.com..*.g
[00:01:21.388,092] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0920:  73 74 61 74 69 63 2e 63 6f 6d 82 14 2a 2e 6d 65  static.com..*.me
[00:01:21.405,578] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0930:  74 72 69 63 2e 67 73 74 61 74 69 63 2e 63 6f 6d  tric.gstatic.com
[00:01:21.423,034] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0940:  82 0a 2a 2e 67 76 74 31 2e 63 6f 6d 82 11 2a 2e  ..*.gvt1.com..*.
[00:01:21.440,521] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0950:  67 63 70 63 64 6e 2e 67 76 74 31 2e 63 6f 6d 82  gcpcdn.gvt1.com.
[00:01:21.457,977] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0960:  0a 2a 2e 67 76 74 32 2e 63 6f 6d 82 0e 2a 2e 67  .*.gvt2.com..*.g
[00:01:21.475,463] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0970:  63 70 2e 67 76 74 32 2e 63 6f 6d 82 10 2a 2e 75  cp.gvt2.com..*.u
[00:01:21.492,919] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0980:  72 6c 2e 67 6f 6f 67 6c 65 2e 63 6f 6d 82 16 2a  rl.google.com..*
[00:01:21.510,406] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0990:  2e 79 6f 75 74 75 62 65 2d 6e 6f 63 6f 6f 6b 69  .youtube-nocooki
[00:01:21.527,862] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 09a0:  65 2e 63 6f 6d 82 0b 2a 2e 79 74 69 6d 67 2e 63  e.com..*.ytimg.c
[00:01:21.545,349] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 09b0:  6f 6d 82 0a 61 69 2e 61 6e 64 72 6f 69 64 82 0b  om..ai.android..
[00:01:21.562,805] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 09c0:  61 6e 64 72 6f 69 64 2e 63 6f 6d 82 0d 2a 2e 61  android.com..*.a
[00:01:21.580,291] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 09d0:  6e 64 72 6f 69 64 2e 63 6f 6d 82 13 2a 2e 66 6c  ndroid.com..*.fl
[00:01:21.597,747] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 09e0:  61 73 68 2e 61 6e 64 72 6f 69 64 2e 63 6f 6d 82  ash.android.com.
[00:01:21.615,234] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 09f0:  04 67 2e 63 6e 82 06 2a 2e 67 2e 63 6e 82 04 67  .g.cn..*.g.cn..g
[00:01:21.632,690] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0a00:  2e 63 6f 82 06 2a 2e 67 2e 63 6f 82 06 67 6f 6f  .co..*.g.co..goo
[00:01:21.650,177] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0a10:  2e 67 6c 82 0a 77 77 77 2e 67 6f 6f 2e 67 6c 82  .gl..www.goo.gl.
[00:01:21.667,633] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0a20:  14 67 6f 6f 67 6c 65 2d 61 6e 61 6c 79 74 69 63  .google-analytic
[00:01:21.685,089] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0a30:  73 2e 63 6f 6d 82 16 2a 2e 67 6f 6f 67 6c 65 2d  s.com..*.google-
[00:01:21.702,575] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0a40:  61 6e 61 6c 79 74 69 63 73 2e 63 6f 6d 82 0a 67  analytics.com..g
[00:01:21.720,031] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0a50:  6f 6f 67 6c 65 2e 63 6f 6d 82 12 67 6f 6f 67 6c  oogle.com..googl
[00:01:21.737,518] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0a60:  65 63 6f 6d 6d 65 72 63 65 2e 63 6f 6d 82 14 2a  ecommerce.com..*
[00:01:21.754,974] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0a70:  2e 67 6f 6f 67 6c 65 63 6f 6d 6d 65 72 63 65 2e  .googlecommerce.
[00:01:21.772,460] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0a80:  63 6f 6d 82 08 67 67 70 68 74 2e 63 6e 82 0a 2a  com..ggpht.cn..*
[00:01:21.789,916] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0a90:  2e 67 67 70 68 74 2e 63 6e 82 0a 75 72 63 68 69  .ggpht.cn..urchi
[00:01:21.807,403] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0aa0:  6e 2e 63 6f 6d 82 0c 2a 2e 75 72 63 68 69 6e 2e  n.com..*.urchin.
[00:01:21.824,859] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ab0:  63 6f 6d 82 08 79 6f 75 74 75 2e 62 65 82 0b 79  com..youtu.be..y
[00:01:21.842,315] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ac0:  6f 75 74 75 62 65 2e 63 6f 6d 82 0d 2a 2e 79 6f  outube.com..*.yo
[00:01:21.859,802] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ad0:  75 74 75 62 65 2e 63 6f 6d 82 11 6d 75 73 69 63  utube.com..music
[00:01:21.877,258] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ae0:  2e 79 6f 75 74 75 62 65 2e 63 6f 6d 82 13 2a 2e  .youtube.com..*.
[00:01:21.894,744] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0af0:  6d 75 73 69 63 2e 79 6f 75 74 75 62 65 2e 63 6f  music.youtube.co
[00:01:21.912,200] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0b00:  6d 82 14 79 6f 75 74 75 62 65 65 64 75 63 61 74  m..youtubeeducat
[00:01:21.929,687] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0b10:  69 6f 6e 2e 63 6f 6d 82 16 2a 2e 79 6f 75 74 75  ion.com..*.youtu
[00:01:21.947,143] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0b20:  62 65 65 64 75 63 61 74 69 6f 6e 2e 63 6f 6d 82  beeducation.com.
[00:01:21.964,630] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0b30:  0f 79 6f 75 74 75 62 65 6b 69 64 73 2e 63 6f 6d  .youtubekids.com
[00:01:21.982,086] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0b40:  82 11 2a 2e 79 6f 75 74 75 62 65 6b 69 64 73 2e  ..*.youtubekids.
[00:01:21.999,572] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0b50:  63 6f 6d 82 05 79 74 2e 62 65 82 07 2a 2e 79 74  com..yt.be..*.yt
[00:01:22.017,028] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0b60:  2e 62 65 82 1a 61 6e 64 72 6f 69 64 2e 63 6c 69  .be..android.cli
[00:01:22.034,515] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0b70:  65 6e 74 73 2e 67 6f 6f 67 6c 65 2e 63 6f 6d 82  ents.google.com.
[00:01:22.052,825] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0b80:  13 2a 2e 61 6e 64 72 6f 69 64 2e 67 6f 6f 67 6c  .*.android.googl
[00:01:22.070,312] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0b90:  65 2e 63 6e 82 12 2a 2e 63 68 72 6f 6d 65 2e 67  e.cn..*.chrome.g
[00:01:22.087,799] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ba0:  6f 6f 67 6c 65 2e 63 6e 82 16 2a 2e 64 65 76 65  oogle.cn..*.deve
[00:01:22.105,255] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0bb0:  6c 6f 70 65 72 73 2e 67 6f 6f 67 6c 65 2e 63 6e  lopers.google.cn
[00:01:22.122,741] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0bc0:  82 15 2a 2e 61 69 73 74 75 64 69 6f 2e 67 6f 6f  ..*.aistudio.goo
[00:01:22.140,197] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0bd0:  67 6c 65 2e 63 6f 6d 30 13 06 03 55 1d 20 04 0c  gle.com0...U. ..
[00:01:22.157,684] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0be0:  30 0a 30 08 06 06 67 81 0c 01 02 01 30 36 06 03  0.0...g.....06..
[00:01:22.175,170] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0bf0:  55 1d 1f 04 2f 30 2d 30 2b a0 29 a0 27 86 25 68  U.../0-0+.).&amp;#39;.%h
[00:01:22.192,626] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0c00:  74 74 70 3a 2f 2f 63 2e 70 6b 69 2e 67 6f 6f 67  ttp://c.pki.goog
[00:01:22.210,113] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0c10:  2f 77 72 32 2f 6f 42 46 59 59 61 68 7a 67 56 49  /wr2/oBFYYahzgVI
[00:01:22.227,569] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0c20:  2e 63 72 6c 30 82 01 04 06 0a 2b 06 01 04 01 d6  .crl0.....+.....
[00:01:22.245,056] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0c30:  79 02 04 02 04 81 f5 04 81 f2 00 f0 00 76 00 12  y............v..
[00:01:22.262,512] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0c40:  f1 4e 34 bd 53 72 4c 84 06 19 c3 8f 3f 7a 13 f8  .N4.SrL.....?z..
[00:01:22.279,998] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0c50:  e7 b5 62 87 88 9c 6d 30 05 84 eb e5 86 26 3a 00  ..b...m0.....&amp;amp;:.
[00:01:22.297,485] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0c60:  00 01 96 c3 e0 5c f7 00 00 04 03 00 47 30 45 02  .....\......G0E.
[00:01:22.314,941] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0c70:  20 1c e0 9b 52 a9 80 66 96 5d 3c ac 95 5f 89 00   ...R..f.]&amp;lt;.._..
[00:01:22.332,397] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0c80:  56 ee ff 83 af d8 57 81 cb e1 c4 4d 54 bb 98 49  V.....W....MT..I
[00:01:22.349,884] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0c90:  61 02 21 00 e9 6c 7d ed 74 7d 27 7d 77 1a 50 49  a.!..l}.t}&amp;#39;}w.PI
[00:01:22.367,340] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ca0:  71 9a be fd 48 96 d2 26 08 d1 cb 0a 61 a9 d8 19  q...H..&amp;amp;....a...
[00:01:22.384,796] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0cb0:  a9 f4 1b 3c 00 76 00 cc fb 0f 6a 85 71 09 65 fe  ...&amp;lt;.v....j.q.e.
[00:01:22.402,282] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0cc0:  95 9b 53 ce e9 b2 7c 22 e9 85 5c 0d 97 8d b6 a9  ..S...|&amp;quot;..\.....
[00:01:22.419,738] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0cd0:  7e 54 c0 fe 4c 0d b0 00 00 01 96 c3 e0 61 73 00  ~T..L........as.
[00:01:22.437,225] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ce0:  00 04 03 00 47 30 45 02 21 00 a5 49 83 b5 26 2f  ....G0E.!..I..&amp;amp;/
[00:01:22.454,711] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0cf0:  0b db a4 e4 3a eb 5b 00 de 0c 11 33 0d 3a 18 5a  ....:.[....3.:.Z
[00:01:22.472,167] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0d00:  04 d9 d9 3e 3b 09 6e f6 f5 eb 02 20 27 dc ba ac  ...&amp;gt;;.n.... &amp;#39;...
[00:01:22.489,654] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0d10:  81 f1 f9 aa ce d2 ac eb 49 d4 dc 0a 69 8a 27 73  ........I...i.&amp;#39;s
[00:01:22.507,110] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0d20:  92 f0 cd b3 bf 68 08 7b 87 cc 73 19 30 0d 06 09  .....h.{..s.0...
[00:01:22.524,597] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0d30:  2a 86 48 86 f7 0d 01 01 0b 05 00 03 82 01 01 00  *.H.............
[00:01:22.542,083] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0d40:  26 13 af 72 da b9 21 65 71 d4 c0 0f 3e 95 5f 24  &amp;amp;..r..!eq...&amp;gt;._$
[00:01:22.559,539] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0d50:  ac 98 6f 3b 55 ac 27 0e 1b b5 a1 21 6e 77 ba dc  ..o;U.&amp;#39;....!nw..
[00:01:22.577,026] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0d60:  f6 73 1a 2c e9 93 62 bf 99 6f e1 3c 66 a6 da 60  .s.,..b..o.&amp;lt;f..`
[00:01:22.594,482] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0d70:  97 fd c9 a1 1d 8c 3e ab 60 c1 1f 87 09 ea 9d 33  ......&amp;gt;.`......3
[00:01:22.611,968] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0d80:  54 03 69 39 76 1b db 91 d1 d7 97 1a 36 3a 6c 9f  T.i9v.......6:l.
[00:01:22.629,425] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0d90:  01 dd 47 59 5c 47 ee 6f 12 b3 bb bd 48 da b9 4e  ..GY\G.o....H..N
[00:01:22.646,911] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0da0:  85 6c 62 54 a1 5e b9 2f 64 21 0b c8 30 24 1f e1  .lbT.^./d!..0$..
[00:01:22.664,398] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0db0:  b1 8e 0e 9f 5f d8 ed e3 72 e1 27 81 33 7f 68 ef  ...._...r.&amp;#39;.3.h.
[00:01:22.681,854] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0dc0:  6b 81 de cf 5c cd 87 7f 68 b5 af a3 7f 4a 4c 1e  k...\...h....JL.
[00:01:22.699,340] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0dd0:  61 74 a9 7c 35 f9 e0 35 b3 9e 91 b4 86 b1 f4 45  at.|5..5.......E
[00:01:22.716,796] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0de0:  4f 27 9b 5f 16 49 fe 59 e7 ac bb c3 e7 1e 73 3b  O&amp;#39;._.I.Y......s;
[00:01:22.734,252] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0df0:  af 92 17 46 15 f7 4e 44 f4 94 a8 30 f5 c1 dd f8  ...F..ND...0....
[00:01:22.751,739] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0e00:  62 29 26 1e a7 7f f6 d2 8c 27 22 10 40 0d ea 21  b)&amp;amp;......&amp;#39;&amp;quot;.@..!
[00:01:22.769,195] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0e10:  4b f2 f1 82 2d e3 51 0d 45 a8 df 38 52 56 ba b2  K...-.Q.E..8RV..
[00:01:22.786,682] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0e20:  57 a5 8f 66 c4 08 4f 81 67 08 27 5e 4a 8e 2b 65  W..f..O.g.&amp;#39;^J.+e
[00:01:22.804,138] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0e30:  90 0a d4 70 e3 34 56 b9 6f 4e 43 4f 3c 5b 89 05  ...p.4V.oNCO&amp;lt;[..
[00:01:22.821,624] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0e40:  00 05 0f 30 82 05 0b 30 82 02 f3 a0 03 02 01 02  ...0...0........
[00:01:22.839,111] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0e50:  02 10 7f f0 05 a0 7c 4c de d1 00 ad 9d 66 a5 10  ......|L.....f..
[00:01:22.856,567] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0e60:  7b 98 30 0d 06 09 2a 86 48 86 f7 0d 01 01 0b 05  {.0...*.H.......
[00:01:22.874,053] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0e70:  00 30 47 31 0b 30 09 06 03 55 04 06 13 02 55 53  .0G1.0...U....US
[00:01:22.891,540] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0e80:  31 22 30 20 06 03 55 04 0a 13 19 47 6f 6f 67 6c  1&amp;quot;0 ..U....Googl
[00:01:22.908,996] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0e90:  65 20 54 72 75 73 74 20 53 65 72 76 69 63 65 73  e Trust Services
[00:01:22.926,483] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ea0:  20 4c 4c 43 31 14 30 12 06 03 55 04 03 13 0b 47   LLC1.0...U....G
[00:01:22.943,969] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0eb0:  54 53 20 52 6f 6f 74 20 52 31 30 1e 17 0d 32 33  TS Root R10...23
[00:01:22.961,425] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ec0:  31 32 31 33 30 39 30 30 30 30 5a 17 0d 32 39 30  1213090000Z..290
[00:01:22.978,912] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ed0:  32 32 30 31 34 30 30 30 30 5a 30 3b 31 0b 30 09  220140000Z0;1.0.
[00:01:22.996,368] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ee0:  06 03 55 04 06 13 02 55 53 31 1e 30 1c 06 03 55  ..U....US1.0...U
[00:01:23.013,854] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ef0:  04 0a 13 15 47 6f 6f 67 6c 65 20 54 72 75 73 74  ....Google Trust
[00:01:23.031,311] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0f00:  20 53 65 72 76 69 63 65 73 31 0c 30 0a 06 03 55   Services1.0...U
[00:01:23.048,797] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0f10:  04 03 13 03 57 52 32 30 82 01 22 30 0d 06 09 2a  ....WR20..&amp;quot;0...*
[00:01:23.066,284] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0f20:  86 48 86 f7 0d 01 01 01 05 00 03 82 01 0f 00 30  .H.............0
[00:01:23.083,770] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0f30:  82 01 0a 02 82 01 01 00 a9 ff 9c 7f 45 1e 70 a8  ............E.p.
[00:01:23.101,257] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0f40:  53 9f ca d9 e5 0d de 46 57 57 7d bc 8f 9a 5a ac  S......FWW}...Z.
[00:01:23.118,743] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0f50:  46 f1 84 9a bb 91 db c9 fb 2f 01 fb 92 09 00 16  F......../......
[00:01:23.136,230] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0f60:  5e a0 1c f8 c1 ab f9 78 2f 4a cc d8 85 a2 d8 59  ^......x/J.....Y
[00:01:23.153,686] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0f70:  3c 0e d3 18 fb b1 f5 24 0d 26 ee b6 5b 64 76 7c  &amp;lt;......$.&amp;amp;..[dv|
[00:01:23.171,173] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0f80:  14 c7 2f 7a ce a8 4c b7 f4 d9 08 fc df 87 23 35  ../z..L.......#5
[00:01:23.188,629] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0f90:  20 a8 e2 69 e2 8c 4e 3f b1 59 fa 60 a2 1e b3 c9   ..i..N?.Y.`....
[00:01:23.206,115] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0fa0:  20 53 19 82 ca 36 53 6d 60 4d e9 00 91 fc 76 8d   S...6Sm`M....v.
[00:01:23.223,602] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0fb0:  5c 08 0f 0a c2 dc f1 73 6b c5 13 6e 0a 4f 7a c2  \......sk..n.Oz.
[00:01:23.241,088] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0fc0:  f2 02 1c 2e b4 63 83 da 31 f6 2d 75 30 b2 fb ab  .....c..1.-u0...
[00:01:23.258,575] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0fd0:  c2 6e db a9 c0 0e b9 f9 67 d4 c3 25 57 74 eb 05  .n......g..%Wt..
[00:01:23.276,062] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0fe0:  b4 e9 8e b5 de 28 cd cc 7a 14 e4 71 03 cb 4d 61  .....(..z..q..Ma
[00:01:23.293,518] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ff0:  2e 61 57 c5 19 a9 0b 98 84 1a e8 79 29 d9 b2 8d  .aW........y)...
[00:01:23.310,791] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3239: handshake message: msglen = 6326, type = 11, hslen = 6326
[00:01:23.324,829] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3328: sole handshake fragment: 6326, 0..6326 of 6326
[00:01:23.338,745] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: dumping &amp;#39;reassembled record&amp;#39; (6331 bytes)
[00:01:23.353,546] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0000:  16 03 03 18 b6 0b 00 18 b2 00 18 af 00 0e 31 30  ..............10
[00:01:23.371,002] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0010:  82 0e 2d 30 82 0d 15 a0 03 02 01 02 02 10 66 86  ..-0..........f.
[00:01:23.388,488] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0020:  f0 7e 70 d7 df c2 09 4c b8 5a 34 d6 e3 d8 30 0d  .~p....L.Z4...0.
[00:01:23.405,975] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0030:  06 09 2a 86 48 86 f7 0d 01 01 0b 05 00 30 3b 31  ..*.H........0;1
[00:01:23.423,461] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0040:  0b 30 09 06 03 55 04 06 13 02 55 53 31 1e 30 1c  .0...U....US1.0.
[00:01:23.440,948] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0050:  06 03 55 04 0a 13 15 47 6f 6f 67 6c 65 20 54 72  ..U....Google Tr
[00:01:23.458,435] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0060:  75 73 74 20 53 65 72 76 69 63 65 73 31 0c 30 0a  ust Services1.0.
[00:01:23.475,891] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0070:  06 03 55 04 03 13 03 57 52 32 30 1e 17 0d 32 35  ..U....WR20...25
[00:01:23.493,377] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0080:  30 35 31 32 30 38 34 32 35 38 5a 17 0d 32 35 30  0512084258Z..250
[00:01:23.510,833] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0090:  38 30 34 30 38 34 32 35 37 5a 30 17 31 15 30 13  804084257Z0.1.0.
[00:01:23.528,320] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 00a0:  06 03 55 04 03 0c 0c 2a 2e 67 6f 6f 67 6c 65 2e  ..U....*.google.
[00:01:23.545,806] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 00b0:  63 6f 6d 30 59 30 13 06 07 2a 86 48 ce 3d 02 01  com0Y0...*.H.=..
[00:01:23.563,293] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 00c0:  06 08 2a 86 48 ce 3d 03 01 07 03 42 00 04 0a a6  ..*.H.=....B....
[00:01:23.580,780] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 00d0:  db af e0 06 99 b8 6f 52 89 c4 25 83 94 32 5c 27  ......oR..%..2\&amp;#39;
[00:01:23.598,236] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 00e0:  b9 94 42 1d 87 49 f5 1d c7 c8 2e 2f 3b 23 d2 df  ..B..I...../;#..
[00:01:23.615,722] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 00f0:  e9 8c 33 79 94 86 0e 25 80 b3 ae 8e 72 22 5d ba  ..3y...%....r&amp;quot;].
[00:01:23.633,209] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0100:  ef ce 7c 6f 30 55 e7 6c 1d 4b 02 70 fa 9d a3 82  ..|o0U.l.K.p....
[00:01:23.650,695] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0110:  0c 1a 30 82 0c 16 30 0e 06 03 55 1d 0f 01 01 ff  ..0...0...U.....
[00:01:23.668,182] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0120:  04 04 03 02 07 80 30 13 06 03 55 1d 25 04 0c 30  ......0...U.%..0
[00:01:23.685,638] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0130:  0a 06 08 2b 06 01 05 05 07 03 01 30 0c 06 03 55  ...+.......0...U
[00:01:23.703,125] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0140:  1d 13 01 01 ff 04 02 30 00 30 1d 06 03 55 1d 0e  .......0.0...U..
[00:01:23.720,611] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0150:  04 16 04 14 ad 60 2e a1 68 d6 19 19 03 fa a3 0e  .....`..h.......
[00:01:23.738,067] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0160:  ad d6 24 d8 fa 28 88 3e 30 1f 06 03 55 1d 23 04  ..$..(.&amp;gt;0...U.#.
[00:01:23.755,554] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0170:  18 30 16 80 14 de 1b 1e ed 79 15 d4 3e 37 24 c3  .0.......y..&amp;gt;7$.
[00:01:23.773,040] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0180:  21 bb ec 34 39 6d 42 b2 30 30 58 06 08 2b 06 01  !..49mB.00X..+..
[00:01:23.790,496] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0190:  05 05 07 01 01 04 4c 30 4a 30 21 06 08 2b 06 01  ......L0J0!..+..
[00:01:23.807,983] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 01a0:  05 05 07 30 01 86 15 68 74 74 70 3a 2f 2f 6f 2e  ...0...http://o.
[00:01:23.825,469] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 01b0:  70 6b 69 2e 67 6f 6f 67 2f 77 72 32 30 25 06 08  pki.goog/wr20%..
[00:01:23.842,956] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 01c0:  2b 06 01 05 05 07 30 02 86 19 68 74 74 70 3a 2f  +.....0...http:/
[00:01:23.860,412] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 01d0:  2f 69 2e 70 6b 69 2e 67 6f 6f 67 2f 77 72 32 2e  /i.pki.goog/wr2.
[00:01:23.877,899] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 01e0:  63 72 74 30 82 09 f0 06 03 55 1d 11 04 82 09 e7  crt0.....U......
[00:01:23.895,355] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 01f0:  30 82 09 e3 82 0c 2a 2e 67 6f 6f 67 6c 65 2e 63  0.....*.google.c
[00:01:23.912,841] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0200:  6f 6d 82 16 2a 2e 61 70 70 65 6e 67 69 6e 65 2e  om..*.appengine.
[00:01:23.930,297] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0210:  67 6f 6f 67 6c 65 2e 63 6f 6d 82 09 2a 2e 62 64  google.com..*.bd
[00:01:23.947,784] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0220:  6e 2e 64 65 76 82 15 2a 2e 6f 72 69 67 69 6e 2d  n.dev..*.origin-
[00:01:23.965,270] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0230:  74 65 73 74 2e 62 64 6e 2e 64 65 76 82 12 2a 2e  test.bdn.dev..*.
[00:01:23.982,727] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0240:  63 6c 6f 75 64 2e 67 6f 6f 67 6c 65 2e 63 6f 6d  cloud.google.com
[00:01:24.000,213] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0250:  82 18 2a 2e 63 72 6f 77 64 73 6f 75 72 63 65 2e  ..*.crowdsource.
[00:01:24.017,669] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0260:  67 6f 6f 67 6c 65 2e 63 6f 6d 82 18 2a 2e 64 61  google.com..*.da
[00:01:24.035,125] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0270:  74 61 63 6f 6d 70 75 74 65 2e 67 6f 6f 67 6c 65  tacompute.google
[00:01:24.052,612] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0280:  2e 63 6f 6d 82 0b 2a 2e 67 6f 6f 67 6c 65 2e 63  .com..*.google.c
[00:01:24.070,068] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0290:  61 82 0b 2a 2e 67 6f 6f 67 6c 65 2e 63 6c 82 0e  a..*.google.cl..
[00:01:24.087,554] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 02a0:  2a 2e 67 6f 6f 67 6c 65 2e 63 6f 2e 69 6e 82 0e  *.google.co.in..
[00:01:24.105,010] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 02b0:  2a 2e 67 6f 6f 67 6c 65 2e 63 6f 2e 6a 70 82 0e  *.google.co.jp..
[00:01:24.122,497] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 02c0:  2a 2e 67 6f 6f 67 6c 65 2e 63 6f 2e 75 6b 82 0f  *.google.co.uk..
[00:01:24.139,953] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 02d0:  2a 2e 67 6f 6f 67 6c 65 2e 63 6f 6d 2e 61 72 82  *.google.com.ar.
[00:01:24.157,409] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 02e0:  0f 2a 2e 67 6f 6f 67 6c 65 2e 63 6f 6d 2e 61 75  .*.google.com.au
[00:01:24.174,896] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 02f0:  82 0f 2a 2e 67 6f 6f 67 6c 65 2e 63 6f 6d 2e 62  ..*.google.com.b
[00:01:24.192,352] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0300:  72 82 0f 2a 2e 67 6f 6f 67 6c 65 2e 63 6f 6d 2e  r..*.google.com.
[00:01:24.209,808] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0310:  63 6f 82 0f 2a 2e 67 6f 6f 67 6c 65 2e 63 6f 6d  co..*.google.com
[00:01:24.227,294] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0320:  2e 6d 78 82 0f 2a 2e 67 6f 6f 67 6c 65 2e 63 6f  .mx..*.google.co
[00:01:24.244,781] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0330:  6d 2e 74 72 82 0f 2a 2e 67 6f 6f 67 6c 65 2e 63  m.tr..*.google.c
[00:01:24.262,237] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0340:  6f 6d 2e 76 6e 82 0b 2a 2e 67 6f 6f 67 6c 65 2e  om.vn..*.google.
[00:01:24.279,724] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0350:  64 65 82 0b 2a 2e 67 6f 6f 67 6c 65 2e 65 73 82  de..*.google.es.
[00:01:24.297,210] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0360:  0b 2a 2e 67 6f 6f 67 6c 65 2e 66 72 82 0b 2a 2e  .*.google.fr..*.
[00:01:24.314,666] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0370:  67 6f 6f 67 6c 65 2e 68 75 82 0b 2a 2e 67 6f 6f  google.hu..*.goo
[00:01:24.332,153] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0380:  67 6c 65 2e 69 74 82 0b 2a 2e 67 6f 6f 67 6c 65  gle.it..*.google
[00:01:24.349,639] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0390:  2e 6e 6c 82 0b 2a 2e 67 6f 6f 67 6c 65 2e 70 6c  .nl..*.google.pl
[00:01:24.367,095] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 03a0:  82 0b 2a 2e 67 6f 6f 67 6c 65 2e 70 74 82 0f 2a  ..*.google.pt..*
[00:01:24.384,552] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 03b0:  2e 67 6f 6f 67 6c 65 61 70 69 73 2e 63 6e 82 11  .googleapis.cn..
[00:01:24.402,038] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 03c0:  2a 2e 67 6f 6f 67 6c 65 76 69 64 65 6f 2e 63 6f  *.googlevideo.co
[00:01:24.419,494] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 03d0:  6d 82 0c 2a 2e 67 73 74 61 74 69 63 2e 63 6e 82  m..*.gstatic.cn.
[00:01:24.436,981] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 03e0:  10 2a 2e 67 73 74 61 74 69 63 2d 63 6e 2e 63 6f  .*.gstatic-cn.co
[00:01:24.454,437] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 03f0:  6d 82 0f 67 6f 6f 67 6c 65 63 6e 61 70 70 73 2e  m..googlecnapps.
[00:01:24.471,923] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0400:  63 6e 82 11 2a 2e 67 6f 6f 67 6c 65 63 6e 61 70  cn..*.googlecnap
[00:01:24.489,379] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0410:  70 73 2e 63 6e 82 11 67 6f 6f 67 6c 65 61 70 70  ps.cn..googleapp
[00:01:24.506,866] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0420:  73 2d 63 6e 2e 63 6f 6d 82 13 2a 2e 67 6f 6f 67  s-cn.com..*.goog
[00:01:24.524,322] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0430:  6c 65 61 70 70 73 2d 63 6e 2e 63 6f 6d 82 0c 67  leapps-cn.com..g
[00:01:24.541,809] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0440:  6b 65 63 6e 61 70 70 73 2e 63 6e 82 0e 2a 2e 67  kecnapps.cn..*.g
[00:01:24.559,265] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0450:  6b 65 63 6e 61 70 70 73 2e 63 6e 82 12 67 6f 6f  kecnapps.cn..goo
[00:01:24.576,751] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0460:  67 6c 65 64 6f 77 6e 6c 6f 61 64 73 2e 63 6e 82  gledownloads.cn.
[00:01:24.594,207] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0470:  14 2a 2e 67 6f 6f 67 6c 65 64 6f 77 6e 6c 6f 61  .*.googledownloa
[00:01:24.611,694] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0480:  64 73 2e 63 6e 82 10 72 65 63 61 70 74 63 68 61  ds.cn..recaptcha
[00:01:24.629,150] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0490:  2e 6e 65 74 2e 63 6e 82 12 2a 2e 72 65 63 61 70  .net.cn..*.recap
[00:01:24.646,636] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 04a0:  74 63 68 61 2e 6e 65 74 2e 63 6e 82 10 72 65 63  tcha.net.cn..rec
[00:01:24.664,093] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 04b0:  61 70 74 63 68 61 2d 63 6e 2e 6e 65 74 82 12 2a  aptcha-cn.net..*
[00:01:24.681,549] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 04c0:  2e 72 65 63 61 70 74 63 68 61 2d 63 6e 2e 6e 65  .recaptcha-cn.ne
[00:01:24.699,035] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 04d0:  74 82 0b 77 69 64 65 76 69 6e 65 2e 63 6e 82 0d  t..widevine.cn..
[00:01:24.716,491] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 04e0:  2a 2e 77 69 64 65 76 69 6e 65 2e 63 6e 82 11 61  *.widevine.cn..a
[00:01:24.733,978] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 04f0:  6d 70 70 72 6f 6a 65 63 74 2e 6f 72 67 2e 63 6e  mpproject.org.cn
[00:01:24.751,434] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0500:  82 13 2a 2e 61 6d 70 70 72 6f 6a 65 63 74 2e 6f  ..*.ampproject.o
[00:01:24.768,920] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0510:  72 67 2e 63 6e 82 11 61 6d 70 70 72 6f 6a 65 63  rg.cn..ampprojec
[00:01:24.786,376] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0520:  74 2e 6e 65 74 2e 63 6e 82 13 2a 2e 61 6d 70 70  t.net.cn..*.ampp
[00:01:24.803,863] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0530:  72 6f 6a 65 63 74 2e 6e 65 74 2e 63 6e 82 17 67  roject.net.cn..g
[00:01:24.821,319] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0540:  6f 6f 67 6c 65 2d 61 6e 61 6c 79 74 69 63 73 2d  oogle-analytics-
[00:01:24.838,806] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0550:  63 6e 2e 63 6f 6d 82 19 2a 2e 67 6f 6f 67 6c 65  cn.com..*.google
[00:01:24.856,262] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0560:  2d 61 6e 61 6c 79 74 69 63 73 2d 63 6e 2e 63 6f  -analytics-cn.co
[00:01:24.873,748] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0570:  6d 82 17 67 6f 6f 67 6c 65 61 64 73 65 72 76 69  m..googleadservi
[00:01:24.891,235] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0580:  63 65 73 2d 63 6e 2e 63 6f 6d 82 19 2a 2e 67 6f  ces-cn.com..*.go
[00:01:24.908,691] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0590:  6f 67 6c 65 61 64 73 65 72 76 69 63 65 73 2d 63  ogleadservices-c
[00:01:24.926,177] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 05a0:  6e 2e 63 6f 6d 82 11 67 6f 6f 67 6c 65 76 61 64  n.com..googlevad
[00:01:24.943,634] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 05b0:  73 2d 63 6e 2e 63 6f 6d 82 13 2a 2e 67 6f 6f 67  s-cn.com..*.goog
[00:01:24.961,120] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 05c0:  6c 65 76 61 64 73 2d 63 6e 2e 63 6f 6d 82 11 67  levads-cn.com..g
[00:01:24.978,576] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 05d0:  6f 6f 67 6c 65 61 70 69 73 2d 63 6e 2e 63 6f 6d  oogleapis-cn.com
[00:01:24.996,063] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 05e0:  82 13 2a 2e 67 6f 6f 67 6c 65 61 70 69 73 2d 63  ..*.googleapis-c
[00:01:25.013,549] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 05f0:  6e 2e 63 6f 6d 82 15 67 6f 6f 67 6c 65 6f 70 74  n.com..googleopt
[00:01:25.031,005] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0600:  69 6d 69 7a 65 2d 63 6e 2e 63 6f 6d 82 17 2a 2e  imize-cn.com..*.
[00:01:25.048,461] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0610:  67 6f 6f 67 6c 65 6f 70 74 69 6d 69 7a 65 2d 63  googleoptimize-c
[00:01:25.065,948] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0620:  6e 2e 63 6f 6d 82 12 64 6f 75 62 6c 65 63 6c 69  n.com..doublecli
[00:01:25.083,404] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0630:  63 6b 2d 63 6e 2e 6e 65 74 82 14 2a 2e 64 6f 75  ck-cn.net..*.dou
[00:01:25.100,891] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0640:  62 6c 65 63 6c 69 63 6b 2d 63 6e 2e 6e 65 74 82  bleclick-cn.net.
[00:01:25.118,347] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0650:  18 2a 2e 66 6c 73 2e 64 6f 75 62 6c 65 63 6c 69  .*.fls.doublecli
[00:01:25.135,833] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0660:  63 6b 2d 63 6e 2e 6e 65 74 82 16 2a 2e 67 2e 64  ck-cn.net..*.g.d
[00:01:25.153,289] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0670:  6f 75 62 6c 65 63 6c 69 63 6b 2d 63 6e 2e 6e 65  oubleclick-cn.ne
[00:01:25.170,776] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0680:  74 82 0e 64 6f 75 62 6c 65 63 6c 69 63 6b 2e 63  t..doubleclick.c
[00:01:25.188,262] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0690:  6e 82 10 2a 2e 64 6f 75 62 6c 65 63 6c 69 63 6b  n..*.doubleclick
[00:01:25.205,718] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 06a0:  2e 63 6e 82 14 2a 2e 66 6c 73 2e 64 6f 75 62 6c  .cn..*.fls.doubl
[00:01:25.223,205] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 06b0:  65 63 6c 69 63 6b 2e 63 6e 82 12 2a 2e 67 2e 64  eclick.cn..*.g.d
[00:01:25.240,661] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 06c0:  6f 75 62 6c 65 63 6c 69 63 6b 2e 63 6e 82 11 64  oubleclick.cn..d
[00:01:25.258,148] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 06d0:  61 72 74 73 65 61 72 63 68 2d 63 6e 2e 6e 65 74  artsearch-cn.net
[00:01:25.275,604] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 06e0:  82 13 2a 2e 64 61 72 74 73 65 61 72 63 68 2d 63  ..*.dartsearch-c
[00:01:25.293,090] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 06f0:  6e 2e 6e 65 74 82 1d 67 6f 6f 67 6c 65 74 72 61  n.net..googletra
[00:01:25.310,546] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0700:  76 65 6c 61 64 73 65 72 76 69 63 65 73 2d 63 6e  veladservices-cn
[00:01:25.328,033] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0710:  2e 63 6f 6d 82 1f 2a 2e 67 6f 6f 67 6c 65 74 72  .com..*.googletr
[00:01:25.345,489] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0720:  61 76 65 6c 61 64 73 65 72 76 69 63 65 73 2d 63  aveladservices-c
[00:01:25.362,976] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0730:  6e 2e 63 6f 6d 82 18 67 6f 6f 67 6c 65 74 61 67  n.com..googletag
[00:01:25.380,432] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0740:  73 65 72 76 69 63 65 73 2d 63 6e 2e 63 6f 6d 82  services-cn.com.
[00:01:25.397,918] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0750:  1a 2a 2e 67 6f 6f 67 6c 65 74 61 67 73 65 72 76  .*.googletagserv
[00:01:25.415,374] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0760:  69 63 65 73 2d 63 6e 2e 63 6f 6d 82 17 67 6f 6f  ices-cn.com..goo
[00:01:25.432,830] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0770:  67 6c 65 74 61 67 6d 61 6e 61 67 65 72 2d 63 6e  gletagmanager-cn
[00:01:25.450,317] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0780:  2e 63 6f 6d 82 19 2a 2e 67 6f 6f 67 6c 65 74 61  .com..*.googleta
[00:01:25.467,773] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0790:  67 6d 61 6e 61 67 65 72 2d 63 6e 2e 63 6f 6d 82  gmanager-cn.com.
[00:01:25.485,260] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 07a0:  18 67 6f 6f 67 6c 65 73 79 6e 64 69 63 61 74 69  .googlesyndicati
[00:01:25.502,716] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 07b0:  6f 6e 2d 63 6e 2e 63 6f 6d 82 1a 2a 2e 67 6f 6f  on-cn.com..*.goo
[00:01:25.520,202] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 07c0:  67 6c 65 73 79 6e 64 69 63 61 74 69 6f 6e 2d 63  glesyndication-c
[00:01:25.537,658] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 07d0:  6e 2e 63 6f 6d 82 24 2a 2e 73 61 66 65 66 72 61  n.com.$*.safefra
[00:01:25.555,145] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 07e0:  6d 65 2e 67 6f 6f 67 6c 65 73 79 6e 64 69 63 61  me.googlesyndica
[00:01:25.572,601] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 07f0:  74 69 6f 6e 2d 63 6e 2e 63 6f 6d 82 16 61 70 70  tion-cn.com..app
[00:01:25.590,087] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0800:  2d 6d 65 61 73 75 72 65 6d 65 6e 74 2d 63 6e 2e  -measurement-cn.
[00:01:25.607,543] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0810:  63 6f 6d 82 18 2a 2e 61 70 70 2d 6d 65 61 73 75  com..*.app-measu
[00:01:25.625,030] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0820:  72 65 6d 65 6e 74 2d 63 6e 2e 63 6f 6d 82 0b 67  rement-cn.com..g
[00:01:25.642,486] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0830:  76 74 31 2d 63 6e 2e 63 6f 6d 82 0d 2a 2e 67 76  vt1-cn.com..*.gv
[00:01:25.659,942] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0840:  74 31 2d 63 6e 2e 63 6f 6d 82 0b 67 76 74 32 2d  t1-cn.com..gvt2-
[00:01:25.677,429] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0850:  63 6e 2e 63 6f 6d 82 0d 2a 2e 67 76 74 32 2d 63  cn.com..*.gvt2-c
[00:01:25.694,885] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0860:  6e 2e 63 6f 6d 82 0b 32 6d 64 6e 2d 63 6e 2e 6e  n.com..2mdn-cn.n
[00:01:25.712,371] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0870:  65 74 82 0d 2a 2e 32 6d 64 6e 2d 63 6e 2e 6e 65  et..*.2mdn-cn.ne
[00:01:25.729,827] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0880:  74 82 14 67 6f 6f 67 6c 65 66 6c 69 67 68 74 73  t..googleflights
[00:01:25.747,314] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0890:  2d 63 6e 2e 6e 65 74 82 16 2a 2e 67 6f 6f 67 6c  -cn.net..*.googl
[00:01:25.764,770] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 08a0:  65 66 6c 69 67 68 74 73 2d 63 6e 2e 6e 65 74 82  eflights-cn.net.
[00:01:25.782,257] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 08b0:  0c 61 64 6d 6f 62 2d 63 6e 2e 63 6f 6d 82 0e 2a  .admob-cn.com..*
[00:01:25.799,713] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 08c0:  2e 61 64 6d 6f 62 2d 63 6e 2e 63 6f 6d 82 14 67  .admob-cn.com..g
[00:01:25.817,199] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 08d0:  6f 6f 67 6c 65 73 61 6e 64 62 6f 78 2d 63 6e 2e  ooglesandbox-cn.
[00:01:25.834,655] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 08e0:  63 6f 6d 82 16 2a 2e 67 6f 6f 67 6c 65 73 61 6e  com..*.googlesan
[00:01:25.852,142] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 08f0:  64 62 6f 78 2d 63 6e 2e 63 6f 6d 82 1e 2a 2e 73  dbox-cn.com..*.s
[00:01:25.869,598] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0900:  61 66 65 6e 75 70 2e 67 6f 6f 67 6c 65 73 61 6e  afenup.googlesan
[00:01:25.887,084] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0910:  64 62 6f 78 2d 63 6e 2e 63 6f 6d 82 0d 2a 2e 67  dbox-cn.com..*.g
[00:01:25.904,541] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0920:  73 74 61 74 69 63 2e 63 6f 6d 82 14 2a 2e 6d 65  static.com..*.me
[00:01:25.921,997] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0930:  74 72 69 63 2e 67 73 74 61 74 69 63 2e 63 6f 6d  tric.gstatic.com
[00:01:25.939,483] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0940:  82 0a 2a 2e 67 76 74 31 2e 63 6f 6d 82 11 2a 2e  ..*.gvt1.com..*.
[00:01:25.956,939] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0950:  67 63 70 63 64 6e 2e 67 76 74 31 2e 63 6f 6d 82  gcpcdn.gvt1.com.
[00:01:25.974,426] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0960:  0a 2a 2e 67 76 74 32 2e 63 6f 6d 82 0e 2a 2e 67  .*.gvt2.com..*.g
[00:01:25.991,882] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0970:  63 70 2e 67 76 74 32 2e 63 6f 6d 82 10 2a 2e 75  cp.gvt2.com..*.u
[00:01:26.009,338] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0980:  72 6c 2e 67 6f 6f 67 6c 65 2e 63 6f 6d 82 16 2a  rl.google.com..*
[00:01:26.026,824] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0990:  2e 79 6f 75 74 75 62 65 2d 6e 6f 63 6f 6f 6b 69  .youtube-nocooki
[00:01:26.044,311] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 09a0:  65 2e 63 6f 6d 82 0b 2a 2e 79 74 69 6d 67 2e 63  e.com..*.ytimg.c
[00:01:26.061,767] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 09b0:  6f 6d 82 0a 61 69 2e 61 6e 64 72 6f 69 64 82 0b  om..ai.android..
[00:01:26.079,254] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 09c0:  61 6e 64 72 6f 69 64 2e 63 6f 6d 82 0d 2a 2e 61  android.com..*.a
[00:01:26.096,740] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 09d0:  6e 64 72 6f 69 64 2e 63 6f 6d 82 13 2a 2e 66 6c  ndroid.com..*.fl
[00:01:26.114,196] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 09e0:  61 73 68 2e 61 6e 64 72 6f 69 64 2e 63 6f 6d 82  ash.android.com.
[00:01:26.131,683] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 09f0:  04 67 2e 63 6e 82 06 2a 2e 67 2e 63 6e 82 04 67  .g.cn..*.g.cn..g
[00:01:26.149,139] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0a00:  2e 63 6f 82 06 2a 2e 67 2e 63 6f 82 06 67 6f 6f  .co..*.g.co..goo
[00:01:26.166,625] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0a10:  2e 67 6c 82 0a 77 77 77 2e 67 6f 6f 2e 67 6c 82  .gl..www.goo.gl.
[00:01:26.184,082] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0a20:  14 67 6f 6f 67 6c 65 2d 61 6e 61 6c 79 74 69 63  .google-analytic
[00:01:26.201,568] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0a30:  73 2e 63 6f 6d 82 16 2a 2e 67 6f 6f 67 6c 65 2d  s.com..*.google-
[00:01:26.219,024] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0a40:  61 6e 61 6c 79 74 69 63 73 2e 63 6f 6d 82 0a 67  analytics.com..g
[00:01:26.236,480] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0a50:  6f 6f 67 6c 65 2e 63 6f 6d 82 12 67 6f 6f 67 6c  oogle.com..googl
[00:01:26.253,967] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0a60:  65 63 6f 6d 6d 65 72 63 65 2e 63 6f 6d 82 14 2a  ecommerce.com..*
[00:01:26.271,423] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0a70:  2e 67 6f 6f 67 6c 65 63 6f 6d 6d 65 72 63 65 2e  .googlecommerce.
[00:01:26.288,909] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0a80:  63 6f 6d 82 08 67 67 70 68 74 2e 63 6e 82 0a 2a  com..ggpht.cn..*
[00:01:26.306,365] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0a90:  2e 67 67 70 68 74 2e 63 6e 82 0a 75 72 63 68 69  .ggpht.cn..urchi
[00:01:26.323,822] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0aa0:  6e 2e 63 6f 6d 82 0c 2a 2e 75 72 63 68 69 6e 2e  n.com..*.urchin.
[00:01:26.341,308] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ab0:  63 6f 6d 82 08 79 6f 75 74 75 2e 62 65 82 0b 79  com..youtu.be..y
[00:01:26.358,764] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ac0:  6f 75 74 75 62 65 2e 63 6f 6d 82 0d 2a 2e 79 6f  outube.com..*.yo
[00:01:26.376,220] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ad0:  75 74 75 62 65 2e 63 6f 6d 82 11 6d 75 73 69 63  utube.com..music
[00:01:26.393,707] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ae0:  2e 79 6f 75 74 75 62 65 2e 63 6f 6d 82 13 2a 2e  .youtube.com..*.
[00:01:26.411,163] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0af0:  6d 75 73 69 63 2e 79 6f 75 74 75 62 65 2e 63 6f  music.youtube.co
[00:01:26.428,649] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0b00:  6d 82 14 79 6f 75 74 75 62 65 65 64 75 63 61 74  m..youtubeeducat
[00:01:26.446,105] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0b10:  69 6f 6e 2e 63 6f 6d 82 16 2a 2e 79 6f 75 74 75  ion.com..*.youtu
[00:01:26.463,592] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0b20:  62 65 65 64 75 63 61 74 69 6f 6e 2e 63 6f 6d 82  beeducation.com.
[00:01:26.481,048] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0b30:  0f 79 6f 75 74 75 62 65 6b 69 64 73 2e 63 6f 6d  .youtubekids.com
[00:01:26.498,535] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0b40:  82 11 2a 2e 79 6f 75 74 75 62 65 6b 69 64 73 2e  ..*.youtubekids.
[00:01:26.515,991] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0b50:  63 6f 6d 82 05 79 74 2e 62 65 82 07 2a 2e 79 74  com..yt.be..*.yt
[00:01:26.533,447] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0b60:  2e 62 65 82 1a 61 6e 64 72 6f 69 64 2e 63 6c 69  .be..android.cli
[00:01:26.550,933] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0b70:  65 6e 74 73 2e 67 6f 6f 67 6c 65 2e 63 6f 6d 82  ents.google.com.
[00:01:26.568,420] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0b80:  13 2a 2e 61 6e 64 72 6f 69 64 2e 67 6f 6f 67 6c  .*.android.googl
[00:01:26.585,876] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0b90:  65 2e 63 6e 82 12 2a 2e 63 68 72 6f 6d 65 2e 67  e.cn..*.chrome.g
[00:01:26.603,363] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ba0:  6f 6f 67 6c 65 2e 63 6e 82 16 2a 2e 64 65 76 65  oogle.cn..*.deve
[00:01:26.620,819] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0bb0:  6c 6f 70 65 72 73 2e 67 6f 6f 67 6c 65 2e 63 6e  lopers.google.cn
[00:01:26.638,305] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0bc0:  82 15 2a 2e 61 69 73 74 75 64 69 6f 2e 67 6f 6f  ..*.aistudio.goo
[00:01:26.655,761] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0bd0:  67 6c 65 2e 63 6f 6d 30 13 06 03 55 1d 20 04 0c  gle.com0...U. ..
[00:01:26.673,248] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0be0:  30 0a 30 08 06 06 67 81 0c 01 02 01 30 36 06 03  0.0...g.....06..
[00:01:26.690,704] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0bf0:  55 1d 1f 04 2f 30 2d 30 2b a0 29 a0 27 86 25 68  U.../0-0+.).&amp;#39;.%h
[00:01:26.708,190] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0c00:  74 74 70 3a 2f 2f 63 2e 70 6b 69 2e 67 6f 6f 67  ttp://c.pki.goog
[00:01:26.725,646] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0c10:  2f 77 72 32 2f 6f 42 46 59 59 61 68 7a 67 56 49  /wr2/oBFYYahzgVI
[00:01:26.743,133] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0c20:  2e 63 72 6c 30 82 01 04 06 0a 2b 06 01 04 01 d6  .crl0.....+.....
[00:01:26.760,620] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0c30:  79 02 04 02 04 81 f5 04 81 f2 00 f0 00 76 00 12  y............v..
[00:01:26.778,076] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0c40:  f1 4e 34 bd 53 72 4c 84 06 19 c3 8f 3f 7a 13 f8  .N4.SrL.....?z..
[00:01:26.795,562] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0c50:  e7 b5 62 87 88 9c 6d 30 05 84 eb e5 86 26 3a 00  ..b...m0.....&amp;amp;:.
[00:01:26.813,018] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0c60:  00 01 96 c3 e0 5c f7 00 00 04 03 00 47 30 45 02  .....\......G0E.
[00:01:26.830,505] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0c70:  20 1c e0 9b 52 a9 80 66 96 5d 3c ac 95 5f 89 00   ...R..f.]&amp;lt;.._..
[00:01:26.847,961] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0c80:  56 ee ff 83 af d8 57 81 cb e1 c4 4d 54 bb 98 49  V.....W....MT..I
[00:01:26.865,447] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0c90:  61 02 21 00 e9 6c 7d ed 74 7d 27 7d 77 1a 50 49  a.!..l}.t}&amp;#39;}w.PI
[00:01:26.882,934] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ca0:  71 9a be fd 48 96 d2 26 08 d1 cb 0a 61 a9 d8 19  q...H..&amp;amp;....a...
[00:01:26.900,390] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0cb0:  a9 f4 1b 3c 00 76 00 cc fb 0f 6a 85 71 09 65 fe  ...&amp;lt;.v....j.q.e.
[00:01:26.917,846] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0cc0:  95 9b 53 ce e9 b2 7c 22 e9 85 5c 0d 97 8d b6 a9  ..S...|&amp;quot;..\.....
[00:01:26.935,333] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0cd0:  7e 54 c0 fe 4c 0d b0 00 00 01 96 c3 e0 61 73 00  ~T..L........as.
[00:01:26.952,789] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ce0:  00 04 03 00 47 30 45 02 21 00 a5 49 83 b5 26 2f  ....G0E.!..I..&amp;amp;/
[00:01:26.970,275] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0cf0:  0b db a4 e4 3a eb 5b 00 de 0c 11 33 0d 3a 18 5a  ....:.[....3.:.Z
[00:01:26.987,762] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0d00:  04 d9 d9 3e 3b 09 6e f6 f5 eb 02 20 27 dc ba ac  ...&amp;gt;;.n.... &amp;#39;...
[00:01:27.005,249] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0d10:  81 f1 f9 aa ce d2 ac eb 49 d4 dc 0a 69 8a 27 73  ........I...i.&amp;#39;s
[00:01:27.022,705] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0d20:  92 f0 cd b3 bf 68 08 7b 87 cc 73 19 30 0d 06 09  .....h.{..s.0...
[00:01:27.040,191] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0d30:  2a 86 48 86 f7 0d 01 01 0b 05 00 03 82 01 01 00  *.H.............
[00:01:27.057,678] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0d40:  26 13 af 72 da b9 21 65 71 d4 c0 0f 3e 95 5f 24  &amp;amp;..r..!eq...&amp;gt;._$
[00:01:27.075,134] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0d50:  ac 98 6f 3b 55 ac 27 0e 1b b5 a1 21 6e 77 ba dc  ..o;U.&amp;#39;....!nw..
[00:01:27.092,620] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0d60:  f6 73 1a 2c e9 93 62 bf 99 6f e1 3c 66 a6 da 60  .s.,..b..o.&amp;lt;f..`
[00:01:27.110,076] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0d70:  97 fd c9 a1 1d 8c 3e ab 60 c1 1f 87 09 ea 9d 33  ......&amp;gt;.`......3
[00:01:27.127,532] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0d80:  54 03 69 39 76 1b db 91 d1 d7 97 1a 36 3a 6c 9f  T.i9v.......6:l.
[00:01:27.145,019] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0d90:  01 dd 47 59 5c 47 ee 6f 12 b3 bb bd 48 da b9 4e  ..GY\G.o....H..N
[00:01:27.162,475] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0da0:  85 6c 62 54 a1 5e b9 2f 64 21 0b c8 30 24 1f e1  .lbT.^./d!..0$..
[00:01:27.179,962] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0db0:  b1 8e 0e 9f 5f d8 ed e3 72 e1 27 81 33 7f 68 ef  ...._...r.&amp;#39;.3.h.
[00:01:27.197,418] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0dc0:  6b 81 de cf 5c cd 87 7f 68 b5 af a3 7f 4a 4c 1e  k...\...h....JL.
[00:01:27.214,874] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0dd0:  61 74 a9 7c 35 f9 e0 35 b3 9e 91 b4 86 b1 f4 45  at.|5..5.......E
[00:01:27.232,360] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0de0:  4f 27 9b 5f 16 49 fe 59 e7 ac bb c3 e7 1e 73 3b  O&amp;#39;._.I.Y......s;
[00:01:27.249,816] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0df0:  af 92 17 46 15 f7 4e 44 f4 94 a8 30 f5 c1 dd f8  ...F..ND...0....
[00:01:27.267,303] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0e00:  62 29 26 1e a7 7f f6 d2 8c 27 22 10 40 0d ea 21  b)&amp;amp;......&amp;#39;&amp;quot;.@..!
[00:01:27.284,759] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0e10:  4b f2 f1 82 2d e3 51 0d 45 a8 df 38 52 56 ba b2  K...-.Q.E..8RV..
[00:01:27.302,246] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0e20:  57 a5 8f 66 c4 08 4f 81 67 08 27 5e 4a 8e 2b 65  W..f..O.g.&amp;#39;^J.+e
[00:01:27.319,702] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0e30:  90 0a d4 70 e3 34 56 b9 6f 4e 43 4f 3c 5b 89 05  ...p.4V.oNCO&amp;lt;[..
[00:01:27.337,188] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0e40:  00 05 0f 30 82 05 0b 30 82 02 f3 a0 03 02 01 02  ...0...0........
[00:01:27.354,644] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0e50:  02 10 7f f0 05 a0 7c 4c de d1 00 ad 9d 66 a5 10  ......|L.....f..
[00:01:27.372,131] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0e60:  7b 98 30 0d 06 09 2a 86 48 86 f7 0d 01 01 0b 05  {.0...*.H.......
[00:01:27.389,617] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0e70:  00 30 47 31 0b 30 09 06 03 55 04 06 13 02 55 53  .0G1.0...U....US
[00:01:27.407,073] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0e80:  31 22 30 20 06 03 55 04 0a 13 19 47 6f 6f 67 6c  1&amp;quot;0 ..U....Googl
[00:01:27.424,560] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0e90:  65 20 54 72 75 73 74 20 53 65 72 76 69 63 65 73  e Trust Services
[00:01:27.442,016] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ea0:  20 4c 4c 43 31 14 30 12 06 03 55 04 03 13 0b 47   LLC1.0...U....G
[00:01:27.459,503] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0eb0:  54 53 20 52 6f 6f 74 20 52 31 30 1e 17 0d 32 33  TS Root R10...23
[00:01:27.476,959] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ec0:  31 32 31 33 30 39 30 30 30 30 5a 17 0d 32 39 30  1213090000Z..290
[00:01:27.494,445] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ed0:  32 32 30 31 34 30 30 30 30 5a 30 3b 31 0b 30 09  220140000Z0;1.0.
[00:01:27.511,932] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ee0:  06 03 55 04 06 13 02 55 53 31 1e 30 1c 06 03 55  ..U....US1.0...U
[00:01:27.529,418] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ef0:  04 0a 13 15 47 6f 6f 67 6c 65 20 54 72 75 73 74  ....Google Trust
[00:01:27.546,875] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0f00:  20 53 65 72 76 69 63 65 73 31 0c 30 0a 06 03 55   Services1.0...U
[00:01:27.564,361] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0f10:  04 03 13 03 57 52 32 30 82 01 22 30 0d 06 09 2a  ....WR20..&amp;quot;0...*
[00:01:27.581,848] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0f20:  86 48 86 f7 0d 01 01 01 05 00 03 82 01 0f 00 30  .H.............0
[00:01:27.599,334] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0f30:  82 01 0a 02 82 01 01 00 a9 ff 9c 7f 45 1e 70 a8  ............E.p.
[00:01:27.616,821] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0f40:  53 9f ca d9 e5 0d de 46 57 57 7d bc 8f 9a 5a ac  S......FWW}...Z.
[00:01:27.634,277] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0f50:  46 f1 84 9a bb 91 db c9 fb 2f 01 fb 92 09 00 16  F......../......
[00:01:27.651,763] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0f60:  5e a0 1c f8 c1 ab f9 78 2f 4a cc d8 85 a2 d8 59  ^......x/J.....Y
[00:01:27.669,219] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0f70:  3c 0e d3 18 fb b1 f5 24 0d 26 ee b6 5b 64 76 7c  &amp;lt;......$.&amp;amp;..[dv|
[00:01:27.686,676] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0f80:  14 c7 2f 7a ce a8 4c b7 f4 d9 08 fc df 87 23 35  ../z..L.......#5
[00:01:27.704,162] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0f90:  20 a8 e2 69 e2 8c 4e 3f b1 59 fa 60 a2 1e b3 c9   ..i..N?.Y.`....
[00:01:27.721,618] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0fa0:  20 53 19 82 ca 36 53 6d 60 4d e9 00 91 fc 76 8d   S...6Sm`M....v.
[00:01:27.739,105] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0fb0:  5c 08 0f 0a c2 dc f1 73 6b c5 13 6e 0a 4f 7a c2  \......sk..n.Oz.
[00:01:27.756,561] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0fc0:  f2 02 1c 2e b4 63 83 da 31 f6 2d 75 30 b2 fb ab  .....c..1.-u0...
[00:01:27.774,047] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0fd0:  c2 6e db a9 c0 0e b9 f9 67 d4 c3 25 57 74 eb 05  .n......g..%Wt..
[00:01:27.791,503] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0fe0:  b4 e9 8e b5 de 28 cd cc 7a 14 e4 71 03 cb 4d 61  .....(..z..q..Ma
[00:01:27.808,990] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ff0:  2e 61 57 c5 19 a9 0b 98 84 1a e8 79 29 d9 b2 8d  .aW........y)...
[00:01:27.831,390] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4370: &amp;lt;= read record
[00:01:27.849,212] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9961: Use configuration-specific verification callback
Dead here...56. ret value = -9984
[00:01:27.977,752] &amp;lt;err&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:10020: x509_verify_cert() returned -9984 (-0x2700)
Dead here...66. cert_failed = 1
[00:01:27.993,713] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:5294: =&amp;gt; send alert message
[00:01:28.004,852] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:5295: send alert level=2 message=48
[00:01:28.016,387] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2944: =&amp;gt; write record
[00:01:28.027,038] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3028: output record: msgtype = 21, version = [3:3], msglen = 2
[00:01:28.040,954] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: dumping &amp;#39;output record sent to network&amp;#39; (7 bytes)
[00:01:28.056,335] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0000:  15 03 03 00 02 02 30                             ......0
[00:01:28.072,723] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: =&amp;gt; flush output
[00:01:28.083,343] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2368: message length: 7, out_left: 7
[00:01:28.095,764] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2375: ssl-&amp;gt;f_send() returned 7 (-0xfffffff9)
[00:01:28.108,337] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2402: &amp;lt;= flush output
[00:01:28.118,896] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3081: &amp;lt;= write record
[00:01:28.129,486] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:5306: &amp;lt;= send alert message
[00:01:28.140,655] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:10130: ! Certificate verification flags 00000008
[00:01:28.156,494] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4672: &amp;lt;= handshake
[00:01:28.166,778] &amp;lt;err&amp;gt; net_sock_tls: TLS handshake error: -0x2700
Traceback (most recent call last):
  File &amp;quot;&amp;lt;stdin&amp;gt;&amp;quot;, line 1, in &amp;lt;module&amp;gt;
  File &amp;quot;sock_test.py&amp;quot;, line 69, in step_1
OSError: [Errno 113] ECONNABORTED
&amp;gt;&amp;gt;&amp;gt; [00:01:29.144,348] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000abb0, pkt=(nil), st=-104, user_data=(nil)
[00:01:29.155,334] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): Set EOF flag on pkt 0x2005ebd0
[00:01:30.786,193] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (tcp_work): ctx=0x2000abb0, pkt=(nil), st=-116, user_data=(nil)
[00:01:30.797,271] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (tcp_work): Set EOF flag on pkt 0x2005ebd0&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/thread/538242?ContentTypeID=1</link><pubDate>Thu, 05 Jun 2025 13:50:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9738220-6626-45e8-825b-53e559309535</guid><dc:creator>Tudor B.</dc:creator><description>&lt;p&gt;WORKED LIKE A CHARM &lt;span&gt;H&amp;aring;kon&lt;/span&gt;!:&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;*** Booting nRF Connect SDK v3.0.2-89ba1294ac9b ***
*** Using Zephyr OS v4.0.99-f791c49f492c ***
HTTPS client sample started
Bringing network interface up
Provisioning certificate
Connecting to the network
uart:~$
uart:~$
uart:~$
uart:~$
uart:~$ wifi cred add -s TP-Link_7474 -k 1 -p 55920322
uart:~$ wifi cred auto_connect
Connected
Network connectivity established and IP address assigned
Looking up google.com
Resolved 142.250.180.238 (AF_INET)
Connecting to google.com:443
Sent 60 bytes
Received 631 bytes

&amp;gt;        HTTP/1.1 301 Moved Permanently

Finished, closing socket.
Disconnected
Network connectivity lost
Disconnected from the network
uart:~$&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Edit: trying to translate it towards our project now.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/thread/538192?ContentTypeID=1</link><pubDate>Thu, 05 Jun 2025 11:14:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2110d6c-e344-469d-9f50-fad296cc1f5c</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Good catch. That might be the problem.&lt;/p&gt;
&lt;p&gt;You can test that theory if you run a &amp;quot;nrfjprog --recover&amp;quot;, then flash the .hex that I shared.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/thread/538110?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 15:38:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70709b0a-3941-400a-9340-5f1ad0bbdc76</guid><dc:creator>Tudor B.</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;CA certificate already exists, sec tag: 42&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Could it be that by adding the wrong r1.pem file, now when I added the right one, MbedTLS doesn&amp;#39;t accept it since it detects that the new one is from google and it already has a google CA inside? &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f914.svg" title="Thinking"&gt;&amp;#x1f914;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/thread/538105?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 15:18:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0202eb3d-baae-4876-a100-33d369f7974a</guid><dc:creator>Tudor B.</dc:creator><description>&lt;p&gt;Thanks for the hasty replies &lt;span&gt;H&amp;aring;kon&lt;/span&gt;!&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Log of flashing:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;root@Tudors-MacBook https_client # nrfjprog --program merged.hex --sectorerase --verify -f nrf53
[ #################### ]  23.186s | Erase file - Done erasing
[ #################### ]   5.406s | Program file - Done programming
[ #################### ]   5.455s | Verify file - Done verifying
root@Tudors-MacBook https_client #&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Log of it running:&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;*** Booting nRF Connect SDK v3.0.2-89ba1294ac9b ***
*** Using Zephyr OS v4.0.99-f791c49f492c ***
HTTPS client sample started
Bringing network interface up
Provisioning certificate
CA certificate already exists, sec tag: 42
Connecting to the network
Connected
Network connectivity established and IP address assigned
Looking up google.com
Resolved 142.251.208.110 (AF_INET)
Connecting to google.com:443
connect() failed, err: 113
Disconnected
Network connectivity lost
Disconnected from the network
uart:~$&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/thread/538099?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 14:54:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:292c4d53-bbdf-4c0c-baa3-bd6aca185154</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s my https_client precompiled .hex file:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/33171.merged.hex"&gt;devzone.nordicsemi.com/.../33171.merged.hex&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you try this one and share the results?&lt;/p&gt;
&lt;p&gt;you can flash it either via the nRF connect for desktop -&amp;gt; Programmer application, or use nrfjprog directly:&lt;/p&gt;
&lt;p&gt;nrfjprog --program merged.hex --sectorerase --verify -f nrf53&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/thread/538091?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 14:25:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70e350aa-b481-4a8e-9048-e5e10e74563e</guid><dc:creator>Tudor B.</dc:creator><description>&lt;p&gt;You were right indeed: the cert that you linked was different to the one I had.&lt;/p&gt;
&lt;p&gt;I downloaded twice the certificate from the link you just gave me. Replaced the one in the cert folder twice, Did a --pristine build and then a flash twice and I still got exactly the same error.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/thread/538088?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 14:10:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2cb2d7c4-3504-4141-ad5c-de25fa4ef2f3</guid><dc:creator>Tudor B.</dc:creator><description>&lt;p&gt;Checking now! :D&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/thread/538087?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 14:02:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cfca7a00-cecb-4bc2-a132-c64fa3c5554e</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;this line:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Dead here...56. ret value = -9984&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;is -0x2700 in hex, ie, mbedtls verification error.&lt;/p&gt;
&lt;p&gt;The r1.pem.zip holds something that differs from the one downloaded from google:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://i.pki.goog/r1.pem"&gt;https://i.pki.goog/r1.pem&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you triple check that you&amp;#39;re using the correct root CA?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/thread/538066?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 13:10:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18ec5ef4-1b41-4f41-8bc1-d60e3c7fc224</guid><dc:creator>Tudor B.</dc:creator><description>&lt;p&gt;Sadly it still doesn&amp;#39;t work:&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;*** Booting nRF Connect SDK v3.0.0-3bfc46578e42 ***
*** Using Zephyr OS v4.0.99-a0e545cb437a ***
HTTPS client sample started
Bringing network interface up
Provisioning certificate
CA certificate already exists, sec tag: 42
Connecting to the network
uart:~$
uart:~$
uart:~$
uart:~$
uart:~$
uart:~$
Connected
Network connectivity established and IP address assigned
Looking up google.com
Resolved 142.251.39.78 (AF_INET)
Connecting to google.com:443
Dead here...56. ret value = -9984
Dead here...66. cert_failed = 1
connect() failed, err: 113
Disconnected
Network connectivity lost
Disconnected from the network&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Edit 1&lt;/strong&gt;: the two &amp;quot;Dead here...&amp;quot; messages that you see are prints that I included somewhere in ssl_tls.c to see what can potentially cause the TLS handshake to fail. I can comment them but I&amp;#39;m pretty sure the behaviour would be the same. I also want to confirm: the r1.pem is the one that was in that archive, right? More precisely this:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/r1.pem.zip"&gt;devzone.nordicsemi.com/.../r1.pem.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Edit 2&lt;/strong&gt;: Since I have no more ideas, I applied your changes, built and flashed the target and it didn&amp;#39;t work, I decided to simply archive and add the sample project here, which will include the build folder:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/1581.https_5F00_client.zip"&gt;devzone.nordicsemi.com/.../1581.https_5F00_client.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/thread/538022?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 10:48:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a8a57b9-e241-4203-86a3-0ac470d881b9</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
[quote user="Tudor B."]We just had a call with Alexander Rawstone, in which we provided him with the local version of the https_client sample project. If you recall from earlier in this thread, I tried setting the host in the https_client &amp;nbsp;to google.com and adding the certificate that you mentioned but the connection didn&amp;#39;t work out.[/quote]
&lt;p&gt;If you are running NCS v3.0.0, you need to add:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_MBEDTLS_RSA_C=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Since you already have the changes in-place, I suspect that this is the only option that you&amp;#39;re missing. It shall then print something like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;*** Booting nRF Connect SDK v3.0.2-89ba1294ac9b ***
*** Using Zephyr OS v4.0.99-f791c49f492c ***
HTTPS client sample started
Bringing network interface up
Provisioning certificate
CA certificate already exists, sec tag: 42
Connecting to the network
Connected
Network connectivity established and IP address assigned
Looking up google.com
Resolved 216.58.207.238 (AF_INET)
Connecting to google.com:443
Sent 60 bytes
Received 631 bytes

&amp;gt;        HTTP/1.1 301 Moved Permanently

Finished, closing socket.
Disconnected
Network connectivity lost
Disconnected from the network
uart:~$ 
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I will post the full change, for simplicity.&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s a git .patch file showing the changes needed for net/https_client in ncs v3.0.0:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/https_5F00_client_5F00_ncs3.0_5F00_google.patch"&gt;devzone.nordicsemi.com/.../https_5F00_client_5F00_ncs3.0_5F00_google.patch&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;place this in the path/to/ncs3.0.0/nrf/samples/net/https_client/ folder, and write:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;git apply https_client_ncs3.0_google.patch&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If your tree is unmodified, it shall apply cleanly.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Note: I am disabling IPv6 on my end. This is an local network issue with the test-network that I am using, so disabling CONFIG_NET_IPV6 is optional.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/thread/538009?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 09:27:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c5dde2d9-9495-4807-af8d-908bdce8859c</guid><dc:creator>Tudor B.</dc:creator><description>&lt;p&gt;Hey&amp;nbsp;&lt;span&gt;H&amp;aring;kon,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;We just had a call with Alexander Rawstone, in which we provided him with the local version of the https_client sample project. If you recall from earlier in this thread, I tried setting the host in the https_client &amp;nbsp;to google.com and adding the certificate that you mentioned but the connection didn&amp;#39;t work out. I undid the hostname in the Kconfig for the https_sample, so it&amp;#39;s back to example.com. I left some google certs in the project there (mainly I used r1, but I tried others also). So, when I wanted to try google.com as a host, I changed the Kconfig, made a copy of r1.pem and then renamed that copy to&amp;nbsp;&lt;/span&gt;DigiCertGlobalG3.pem.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/thread/537937?ContentTypeID=1</link><pubDate>Tue, 03 Jun 2025 18:49:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13d5c194-ed48-4309-9a42-976349364b5d</guid><dc:creator>Tudor B.</dc:creator><description>[quote userid="2115" url="~/f/nordic-q-a/121669/enabling-the-tls-layer-to-get-a-https-connection-going/537873"]Can you please provide patches/diff files for your changes into the micropy repo?[/quote]
&lt;p&gt;Hey Hakon.&lt;/p&gt;
&lt;p&gt;I see your point but I&amp;nbsp;think it&amp;#39;s gonna be really hard to give you the diff since our repo is a private repo that branched off the main micropython repo ~6-8 months ago. In the meantime both our and the main micropython branches were updated a lot, so it will be hard to tell the actual differences. I ended up getting the micropython repo locally and doing a diff, and this is the diff just for the /ports/zephyr folder:&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/zephyr_5F00_diff.txt.zip"&gt;devzone.nordicsemi.com/.../zephyr_5F00_diff.txt.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It has ~184MB when uncompressed and ~4 million lines. :))&lt;/p&gt;
&lt;p&gt;That&amp;#39;s why I wanted to do it simply on my side.&lt;/p&gt;
[quote userid="2115" url="~/f/nordic-q-a/121669/enabling-the-tls-layer-to-get-a-https-connection-going/537873"]Try running without mbedtls debug logs, or adjust the log level:[/quote]
&lt;p&gt;Interesting point! I disabled&amp;nbsp;CONFIG_LOG_MODE_IMMEDIATE and applied the 3 CONFIG_ changes that you mentioned. Sadly the behaviour seems to be the same, but with less logs:&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;00:08:15.788,177] &amp;lt;inf&amp;gt; wifimod: Connection requested
[00:08:15.788,238] &amp;lt;inf&amp;gt; wifimod: ==================
[00:08:15.788,269] &amp;lt;inf&amp;gt; wifimod: State: SCANNING
[00:08:15.788,330] &amp;lt;inf&amp;gt; wifimod: Net If state: 5
[00:08:16.088,470] &amp;lt;inf&amp;gt; wifimod: ==================
[00:08:16.088,500] &amp;lt;inf&amp;gt; wifimod: State: AUTHENTICATING
[00:08:16.088,562] &amp;lt;inf&amp;gt; wifimod: Net If state: 5
[00:08:16.238,159] &amp;lt;dbg&amp;gt; net_sock_packet: zpacket_received_cb: (rx_q[0]): ctx=0x2000f4b8, pkt=0x20063718, st=0, user_data=(nil)
[00:08:16.253,173] &amp;lt;dbg&amp;gt; net_sock_packet: zpacket_received_cb: (rx_q[0]): ctx=0x2000f4b8, pkt=0x200636d8, st=0, user_data=(nil)
[00:08:16.270,080] &amp;lt;inf&amp;gt; wifimod: Wi-Fi connect result: status...
[00:08:16.270,111] &amp;lt;inf&amp;gt; wifimod: Connected
[00:08:16.308,197] &amp;lt;dbg&amp;gt; net_sock: zsock_close_ctx: (rx_q[0]): close: ctx=0x2000f358, fd=3
[00:08:16.308,319] &amp;lt;dbg&amp;gt; net_sock: zsock_close_ctx: (rx_q[0]): close: ctx=0x2000f408, fd=5
[00:08:16.308,807] &amp;lt;dbg&amp;gt; net_sock: zsock_socket_internal: (rx_q[0]): socket: ctx=0x2000f358, fd=3
[00:08:16.309,387] &amp;lt;dbg&amp;gt; net_sock: zsock_socket_internal: (rx_q[0]): socket: ctx=0x2000f408, fd=5
[00:08:16.339,Waiting for IP address...
752] &amp;lt;inf&amp;gt; net_dhcpv4: Received: 192.168.0.250
[00:08:16.339,965] &amp;lt;inf&amp;gt; net_config: IPv4 address: 192.168.0.250
[00:08:16.339,965] &amp;lt;inf&amp;gt; net_config: Lease time: 7200 seconds
[00:08:16.339,996] &amp;lt;inf&amp;gt; net_config: Subnet: 255.255.255.0
[00:08:16.340,026] &amp;lt;inf&amp;gt; net_config: Router: 192.168.0.1
[00:08:16.340,118] &amp;lt;inf&amp;gt; wifimod: Net MGMT: Got IP via DHCP
DHCP IP address: 192.168.0.250
[00:08:16.389,221] &amp;lt;dbg&amp;gt; net_sock_svc: socket_service_thread: (net_socket_service): Received restart event.
Resolving google.com...
Resolved: [(1, 1, 6, &amp;#39;&amp;#39;, (&amp;#39;142.251.39.14&amp;#39;, 443))]
Success!
Using system DNS resolver...
Querying DNS for google.com (type 1)...
[00:08:17.405,334] &amp;lt;dbg&amp;gt; net_dns_resolve: dns_write: (mp_main): [0] submitting work to server idx 0 for id 62375 hash 59079
semaphore wait...1
[00:08:17.649,932] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000f358, pkt=0x200636d8, st=0, user_data=(nil)
DNS CALLBACK: status=-100
DNS CALLBACK: status=-103
Giving semaphore on info == NULL
something...1
Trying to initialize socket...
Family: 1, socktype: 1, proto: 259
[00:08:17.652,130] &amp;lt;dbg&amp;gt; net_sock_tls: tls_alloc: (mp_main): Allocated TLS context, 0x2000d3d8
[00:08:17.652,954] &amp;lt;dbg&amp;gt; net_sock: zsock_socket_internal: (mp_main): socket: ctx=0x2000f568, fd=16
Returned value: 15
Done initializing socket!
Performing TLS setup...
TLS setup complete.
Connecting to: (&amp;#39;142.251.39.14&amp;#39;, 443)
Trying 1...
1 is done
2 is done
3 is done
[00:08:19.712,554] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:1331: The SSL configuration is tls12 only.
[00:08:19.717,498] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4661: =&amp;gt; handshake
[00:08:19.717,559] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: =&amp;gt; flush output
[00:08:19.717,590] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: &amp;lt;= flush output
--- 57 messages dropped ---
[00:08:19.723,052] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:0150: client hello, adding ecjpake_kkpp extension
--- 38 messages dropped ---
[00:08:19.830,047] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0040:  c0 09 c0 13 00 33 00 3d 00 35 c0 2a c0 0f c0 26  .....3.=.5.*...&amp;amp;
--- 60 messages dropped ---
[00:08:19.892,761] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: dumping &amp;#39;input record from network&amp;#39; (68 bytes)
--- 12 messages dropped ---
[00:08:19.895,996] raceback (most recent call last):
  File &amp;quot;&amp;lt;stdin&amp;gt;&amp;quot;, line 1, in &amp;lt;module&amp;gt;
  File &amp;quot;sock_test.py&amp;quot;, line 68, in step_1
OSError: [Errno 113] ECONNABORTED&lt;/pre&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/thread/537873?ContentTypeID=1</link><pubDate>Tue, 03 Jun 2025 12:37:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:527757da-7951-46c5-a855-54abaa20028b</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="Tudor B."]it could still be done in a single day[/quote]
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Integrating&amp;nbsp;a unsupported device into a project is not done in a day.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Micropython is a platform that&amp;nbsp;Nordic do not actively use for development. You are ofcourse free to make your decisions towards what you want to integrate into your own product, but please be&amp;nbsp;aware that micropython is not a officially supported platform from us.&lt;/p&gt;
&lt;p&gt;The official recommendation from our side is to use nRF Connect SDK with our devices, and you have this working via a modified https_client sample towards your wanted domain.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I will try to help you to ensure that your desired behavior is running in micropython, but to be able to do that, I must be able to compile and recreate the scenario at my end.&lt;/p&gt;
&lt;p&gt;This is a awfully complex process when I get sent one file after the other, when you could give me a .patch or .diff file to implement your local changes directly into the micropy tree.&lt;/p&gt;
&lt;p&gt;I am still seeing compilation issues and I&amp;#39;m quite certain that I have not placed your files into the correct folder/path, or performed something incorrectly.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you please provide patches/diff files for your changes into the micropy repo?&lt;/p&gt;
&lt;p&gt;And please also share the hash that you&amp;#39;ve based your changes upon.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You are currently using in-place logging, via this config:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_LOG_MODE_IMMEDIATE=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I understand why you choose this, but please be aware what this actually means. This means that the log entry occurs in the same context as the log message originated, and if this is logging large message quantities in a high priority thread/irq, it will block until the message is flushed.&lt;/p&gt;
&lt;p&gt;Be very aware that this will, due to its blocking behavior, cause timing related errors to emerge, like this hostname verification error:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;lt;err&amp;gt; net_sock_tls: TLS handshake error: -0x2700&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Try running without mbedtls debug logs, or adjust the log level:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_MBEDTLS_LOG_LEVEL_ERR=y
CONFIG_MBEDTLS_DEBUG_C=y
CONFIG_MBEDTLS_DEBUG_LEVEL=1&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/thread/537769?ContentTypeID=1</link><pubDate>Tue, 03 Jun 2025 05:45:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d7b6c652-eff3-406b-a32a-c8ab516f4c2a</guid><dc:creator>Tudor B.</dc:creator><description>[quote userid="2115" url="~/f/nordic-q-a/121669/enabling-the-tls-layer-to-get-a-https-connection-going/537635"]A call will not help, as I need to be able to recreate the scenario on my end. The issue is that it works in a contained sample, ie. https_client, but not in your sample. To be able to pinpoint this, I will need to run both scenarios, and then start trickling down to how they two differ.[/quote]
&lt;p&gt;Well, we can do that in a call. It will be infinitely faster since I have everything already set up and can share my screen.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s been 13 days since I started this ticket. Even if it&amp;#39;s a 5H call, it could still be done in a single day, not 13...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/thread/537713?ContentTypeID=1</link><pubDate>Mon, 02 Jun 2025 15:40:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c9f3891a-0d66-42ce-a562-28c8afec693e</guid><dc:creator>Tudor B.</dc:creator><description>&lt;p&gt;Build error solved by adding:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_MBEDTLS_DHM_C&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;But interestingly enough, now I don&amp;#39;t get as far as before in the TLS handshake. New log with your proposed modifications for the extra crypto algos:&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;[00:00:00.670,562] &amp;lt;dbg&amp;gt; net_dns_resolve: dns_resolve_init_locked: (main): [0] 8.8.8.8
[00:00:00.678,985] &amp;lt;dbg&amp;gt; net_dns_resolve: dns_resolve_init_locked: (main): [1] 8.8.4.4
[00:00:00.687,774] &amp;lt;dbg&amp;gt; net_sock: zsock_socket_internal: (main): socket: ctx=0x2000a998, fd=3
[00:00:00.696,990] &amp;lt;dbg&amp;gt; net_sock_svc: socket_service_thread: (net_socket_service): Service WEST_TOPDIR/zephyr/subsys/net/lib/dhcpv4/dhcpv4_server.c:1535 has 1 pollable sockets
[00:00:00.713,226] &amp;lt;dbg&amp;gt; net_sock_svc: socket_service_thread: (net_socket_service): Service WEST_TOPDIR/zephyr/subsys/net/lib/dns/resolve.c:41 has 2 pollable sockets
[00:00:00.728,546] &amp;lt;dbg&amp;gt; net_sock_svc: socket_service_thread: (net_socket_service): Monitoring 3 socket entries
[00:00:00.739,593] &amp;lt;dbg&amp;gt; net_sock: zsock_socket_internal: (main): socket: ctx=0x2000aa48, fd=5
*** Booting nRF Connect SDK v3.0.0-3bfc46578e42 ***
*** Using Zephyr OS v4.0.99-a0e545cb437a ***
[00:00:00.758,544] &amp;lt;inf&amp;gt; net_config: Initializing network
[00:00:00.764,373] &amp;lt;inf&amp;gt; net_config: Waiting interface 1 (0x20008df8) to be up...
[00:00:00.773,468] &amp;lt;inf&amp;gt; wifi_supplicant: wpa_supplicant initialized
[00:00:00.780,761] &amp;lt;inf&amp;gt; net_config: IPv4 address: 192.168.1.1
[00:00:00.787,048] &amp;lt;inf&amp;gt; net_config: Running dhcpv4 client...
MicroPython 9ea566c69-dirty on 2025-06-02; zephyr-nrf7002dk with nrf5340
Type &amp;quot;help()&amp;quot; for more information.
&amp;gt;&amp;gt;&amp;gt;
&amp;gt;&amp;gt;&amp;gt;
&amp;gt;&amp;gt;&amp;gt;
&amp;gt;&amp;gt;&amp;gt; import sock_test
&amp;gt;&amp;gt;&amp;gt; sock_test.step_1()
Starting nrf7002dk with CPU frequency: 64 MHz
Scan requested
Num  | SSID                             (len) | Chan | RSSI | Security | BSSID
1    | Sony_5_IV                        9     | 6    | -43  | WPA2-PSK | 22:93:C7:96:18:A7
2    | SWEET&amp;amp;COFFEE                     12    | 9    | -53  | WPA2-PSK | E8:6E:44:09:5D:3C
3    | MAZZER-12797577                  15    | 6    | -58  | WPA-PSK | 60:8A:10:C3:46:89
4    |                                  0     | 161  | -60  | WPA2-PSK | EA:6E:44:99:5D:3D
5    | SWEET&amp;amp;COFFEE                     12    | 161  | -61  | WPA2-PSK | E8:6E:44:09:5D:3D
6    | HUAWEI-sBJ9                      11    | 11   | -61  | WPA-PSK | 88:CF:98:70:23:54
7    | DIGI-JdZ3                        9     | 2    | -66  | WPA2-PSK | 74:31:AF:13:CC:61
8    | DIGI-cPJ7                        9     | 13   | -68  | WPA2-PSK | AC:CC:36:52:94:31
9    | EXP_Guest                        9     | 1    | -69  | WPA-PSK | 9E:DA:C4:18:AE:30
10   | DIGI-dRb7                        9     | 13   | -71  | WPA2-PSK | 14:18:2A:40:28:A1
11   | SENZOR PLANET _EXT               18    | 5    | -71  | WPA-PSK | 1C:3B:F3:97:86:06
12   | DIGI-24-40F4                     12    | 1    | -71  | WPA-PSK | D4:B7:09:03:40:F4
13   | DIGI_eeaea1                      11    | 1    | -72  | WPA2-PSK | C0:B1:01:EE:AE:A1
14   | EXP2                             4     | 1    | -73  | WPA-PSK | 98:DA:C4:18:AE:3F
15   | Rovacutest_5G                    13    | 44   | -75  | WPA2-PSK | 90:9A:4A:9E:D7:CB
16   | Tenda_391100                     12    | 7    | -75  | WPA-PSK | 50:0F:F5:39:11:01
17   |                                  30    | 5    | -75  | WPA2-PSK | BA:A6:E6:A6:23:0D
18   | Digi Wi-Fi                       10    | 3    | -76  | WPA2-PSK | 14:18:2A:37:C7:31
19   |                                  0     | 13   | -77  | WPA2-PSK | AA:40:A0:70:10:17
20   | DIGI-aKn9                        9     | 6    | -77  | WPA2-PSK | 40:AE:30:92:E4:6B
21   |                                  0     | 5    | -77  | WPA2-PSK | DE:47:32:AE:F4:F7
22   | DIGI-jSN3                        9     | 3    | -77  | WPA2-PSK | 74:31:AF:15:D8:11
23   | Vivi-Guest                       10    | 13   | -79  | OPEN  | AE:40:A0:70:10:17
24   | GynOffline                       10    | 5    | -79  | WPA2-PSK | 5C:A6:E6:A6:23:0B
25   | AT_401_RAC_056905_WW_4c11        25    | 11   | -80  | WPA2-PSK | 4C:BC:E9:81:4C:11
26   | DIGI-23Sx                        9     | 12   | -81  | WPA2-PSK | 28:F8:D6:E6:20:21
27   |                                  0     | 48   | -82  | WPA2-PSK | 16:18:2A:80:28:A1
28   | DIGI-dRb7                        9     | 48   | -83  | WPA2-PSK | 14:18:2A:40:28:A9
29   | DIGI-cPJ7                        9     | 36   | -83  | WPA2-PSK | AC:CC:36:52:94:39
30   |                                  15    | 44   | -84  | WPA2-PSK | 74:31:AF:13:CC:69
31   | [LG_Wall-Mount A/C]df38          23    | 11   | -84  | WPA2-PSK | A6:36:C7:93:DF:38
32   |                                  0     | 36   | -84  | WPA2-PSK | AE:CC:36:52:94:31
33   | DIGI-JdZ3                        9     | 44   | -85  | WPA2-PSK | 74:31:AF:13:CC:6A
34   | Tenda_391100_5G                  15    | 40   | -85  | WPA-PSK | 50:0F:F5:39:11:05
35   |                                  0     | 100  | -86  | WPA2-PSK | 70:A7:41:44:1D:06
36   |                                  0     | 52   | -87  | WPA2-PSK | 06:20:84:94:04:F0
37   | EXP2_5G                          7     | 48   | -88  | WPA-PSK | 98:DA:C4:18:AE:3E
38   | EXP_GUEST_5G                     12    | 48   | -88  | WPA-PSK | 9E:DA:C4:18:AE:3F
39   |                                  0     | 44   | -88  | WPA2-PSK | 7A:8C:B5:5B:6D:08
40   | Medical Motion MESH              19    | 36   | -89  | WPA2-PSK | 38:6B:1C:2C:73:9C
41   | TP-Link_7879_5G                  15    | 48   | -89  | WPA2-PSK | 5C:E9:31:AC:78:7B
42   |                                  0     | 48   | -89  | WPA2-PSK | 5E:E9:31:EC:78:79
43   | DIGI-aKn9                        9     | 48   | -89  | WPA2-PSK | 40:AE:30:92:E4:6D
44   | DIGI-E7ZN                        9     | 52   | -89  | WPA2-PSK | 04:20:84:14:04:F0
45   |                                  0     | 116  | -92  | WPA2-PSK | A0:40:A0:70:10:19
Scan request done
Found 45 networks.
Network ID: Sony_5_IV &amp;amp; Network MAC: 22:93:C7:96:18:A7
Network ID: SWEET&amp;amp;COFFEE &amp;amp; Network MAC: E8:6E:44:09:5D:3C
Network ID: MAZZER-12797577 &amp;amp; Network MAC: 60:8A:10:C3:46:89
Network ID:  &amp;amp; Network MAC: EA:6E:44:99:5D:3D
Network ID: SWEET&amp;amp;COFFEE &amp;amp; Network MAC: E8:6E:44:09:5D:3D
Network ID: HUAWEI-sBJ9 &amp;amp; Network MAC: 88:CF:98:70:23:54
Network ID: DIGI-JdZ3 &amp;amp; Network MAC: 74:31:AF:13:CC:61
Network ID: DIGI-cPJ7 &amp;amp; Network MAC: AC:CC:36:52:94:31
Network ID: EXP_Guest &amp;amp; Network MAC: 9E:DA:C4:18:AE:30
Network ID: DIGI-dRb7 &amp;amp; Network MAC: 14:18:2A:40:28:A1
Network ID: SENZOR PLANET _EXT &amp;amp; Network MAC: 1C:3B:F3:97:86:06
Network ID: DIGI-24-40F4 &amp;amp; Network MAC: D4:B7:09:03:40:F4
Network ID: DIGI_eeaea1 &amp;amp; Network MAC: C0:B1:01:EE:AE:A1
Network ID: EXP2 &amp;amp; Network MAC: 98:DA:C4:18:AE:3F
Network ID: Rovacutest_5G &amp;amp; Network MAC: 90:9A:4A:9E:D7:CB
Network ID: Tenda_391100 &amp;amp; Network MAC: 50:0F:F5:39:11:01
Network ID:  &amp;amp; Network MAC: BA:A6:E6:A6:23:0D
Network ID: Digi Wi-Fi &amp;amp; Network MAC: 14:18:2A:37:C7:31
Network ID:  &amp;amp; Network MAC: AA:40:A0:70:10:17
Network ID: DIGI-aKn9 &amp;amp; Network MAC: 40:AE:30:92:E4:6B
Network ID:  &amp;amp; Network MAC: DE:47:32:AE:F4:F7
Network ID: DIGI-jSN3 &amp;amp; Network MAC: 74:31:AF:15:D8:11
Network ID: Vivi-Guest &amp;amp; Network MAC: AE:40:A0:70:10:17
Network ID: GynOffline &amp;amp; Network MAC: 5C:A6:E6:A6:23:0B
Network ID: AT_401_RAC_056905_WW_4c11 &amp;amp; Network MAC: 4C:BC:E9:81:4C:11
Network ID: DIGI-23Sx &amp;amp; Network MAC: 28:F8:D6:E6:20:21
Network ID:  &amp;amp; Network MAC: 16:18:2A:80:28:A1
Network ID: DIGI-dRb7 &amp;amp; Network MAC: 14:18:2A:40:28:A9
Network ID: DIGI-cPJ7 &amp;amp; Network MAC: AC:CC:36:52:94:39
Network ID:  &amp;amp; Network MAC: 74:31:AF:13:CC:69
Network ID: [LG_Wall-Mount A/C]df38 &amp;amp; Network MAC: A6:36:C7:93:DF:38
Network ID:  &amp;amp; Network MAC: AE:CC:36:52:94:31
Network ID: DIGI-JdZ3 &amp;amp; Network MAC: 74:31:AF:13:CC:6A
Network ID: Tenda_391100_5G &amp;amp; Network MAC: 50:0F:F5:39:11:05
Network ID:  &amp;amp; Network MAC: 70:A7:41:44:1D:06
Network ID:  &amp;amp; Network MAC: 06:20:84:94:04:F0
Network ID: EXP2_5G &amp;amp; Network MAC: 98:DA:C4:18:AE:3E
Network ID: EXP_GUEST_5G &amp;amp; Network MAC: 9E:DA:C4:18:AE:3F
Network ID:  &amp;amp; Network MAC: 7A:8C:B5:5B:6D:08
Network ID: Medical Motion MESH &amp;amp; Network MAC: 38:6B:1C:2C:73:9C
Network ID: TP-Link_7879_5G &amp;amp; Network MAC: 5C:E9:31:AC:78:7B
Network ID:  &amp;amp; Network MAC: 5E:E9:31:EC:78:79
Network ID: DIGI-aKn9 &amp;amp; Network MAC: 40:AE:30:92:E4:6D
Network ID: DIGI-E7ZN &amp;amp; Network MAC: 04:20:84:14:04:F0
Network ID:  &amp;amp; Network MAC: A0:40:A0:70:10:19
MAC: F4:CE:36:00:1C:F4
[00:00:36.985,260] &amp;lt;inf&amp;gt; wifimod: Connection requested
[00:00:36.990,875] &amp;lt;inf&amp;gt; wifimod: ==================
[00:00:36.996,978] &amp;lt;inf&amp;gt; wifimod: State: SCANNING
[00:00:37.002,197] &amp;lt;inf&amp;gt; wifimod: Net If state: 5
[00:00:37.307,586] &amp;lt;inf&amp;gt; wifimod: ==================
[00:00:37.312,927] &amp;lt;inf&amp;gt; wifimod: State: AUTHENTICATING
[00:00:37.318,695] &amp;lt;inf&amp;gt; wifimod: Net If state: 5
[00:00:37.608,245] &amp;lt;dbg&amp;gt; net_sock_packet: zpacket_received_cb: (rx_q[0]): ctx=0x2000aaf8, pkt=0x2005eb80, st=0, user_data=(nil)
[00:00:37.627,960] &amp;lt;inf&amp;gt; wifimod: ==================
[00:00:37.633,941] &amp;lt;inf&amp;gt; wifimod: State: 4WAY_HANDSHAKE
[00:00:37.639,770] &amp;lt;inf&amp;gt; wifimod: Interface Mode: STATION
[00:00:37.646,270] &amp;lt;inf&amp;gt; wifimod: Link Mode: WIFI 6 (802.11ax/HE)
[00:00:37.652,893] &amp;lt;inf&amp;gt; wifimod: SSID: Sony_5_IV
[00:00:37.658,050] &amp;lt;inf&amp;gt; wifimod: BSSID: 22:93:C7:96:18:A7
[00:00:37.664,001] &amp;lt;inf&amp;gt; wifimod: Band: 2.4GHz
[00:00:37.668,884] &amp;lt;inf&amp;gt; wifimod: Channel: 6
[00:00:37.673,614] &amp;lt;inf&amp;gt; wifimod: Security: WPA2-PSK
[00:00:37.679,046] &amp;lt;inf&amp;gt; wifimod: MFP: Disable
[00:00:37.683,929] &amp;lt;inf&amp;gt; wifimod: RSSI: -44
[00:00:37.690,582] &amp;lt;dbg&amp;gt; net_sock_packet: zpacket_received_cb: (rx_q[0]): ctx=0x2000aaf8, pkt=0x2005eb40, st=0, user_data=(nil)
[00:00:37.715,728] &amp;lt;inf&amp;gt; wifimod: Net If state: 6
[00:00:37.728,881] &amp;lt;inf&amp;gt; wifimod: Wi-Fi connect result: status...
[00:00:37.735,382] &amp;lt;inf&amp;gt; wifimod: Connected
[00:00:38.007,934] &amp;lt;dbg&amp;gt; net_sock: zsock_close_ctx: (rx_q[0]): close: ctx=0x2000a998, fd=3
[00:00:38.016,784] &amp;lt;dbg&amp;gt; net_sock: zsock_close_ctx: (rx_q[0]): close: ctx=0x2000aa48, fd=5
[00:00:38.025,970] &amp;lt;dbg&amp;gt; net_sock: zsock_socket_internal: (rx_q[0]): socket: ctx=0x2000a998, fd=3
[00:00:38.035,797] &amp;lt;dbg&amp;gt; net_sock: zsock_socket_internal: (rx_q[0]): socket: ctx=0x2000aa48, fd=5
[00:00:38.046,813] &amp;lt;dbg&amp;gt; net_sock_svc: socket_service_thread: (net_socket_service): Received restart event.
[00:00:38.171,600] &amp;lt;inf&amp;gt; net_dhcpv4: Received: 192.168.157.8
[00:00:38.177,825] &amp;lt;inf&amp;gt; net_config: IPv4 address: 192.168.157.8
[00:00:38.184,234] &amp;lt;inf&amp;gt; net_config: Lease time: 3599 seconds
[00:00:38.190,490] &amp;lt;inf&amp;gt; net_config: Subnet: 255.255.255.0
[00:00:38.196,441] &amp;lt;inf&amp;gt; net_config: Router: 192.168.157.80
[00:00:38.202,545] &amp;lt;inf&amp;gt; wifimod: Net MGMT: Got IP via DHCP
DHCP IP address: 192.168.157.8
Resolving google.com...
Using system DNS resolver...
Querying DNS for google.com (type 1)...
[00:00:43.056,488] &amp;lt;dbg&amp;gt; net_dns_resolve: dns_write: (mp_main): [0] submitting work to server idx 0 for id 18998 hash 59079
semaphore wait...1
[00:00:43.517,852] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000a998, pkt=0x2005eb40, st=0, user_data=(nil)
DNS CALLBACK: status=-100
DNS CALLBACK: status=-103
Giving semaphore on info == NULL
something...1
Resolved: [(1, 1, 6, &amp;#39;&amp;#39;, (&amp;#39;172.217.20.14&amp;#39;, 443))]
Success!
Trying to initialize socket...
Family: 1, socktype: 1, proto: 259
[00:00:43.551,208] &amp;lt;dbg&amp;gt; net_sock_tls: tls_alloc: (mp_main): Allocated TLS context, 0x20009c30
[00:00:43.561,004] &amp;lt;dbg&amp;gt; net_sock: zsock_socket_internal: (mp_main): socket: ctx=0x2000aba8, fd=16
Returned value: 15
Done initializing socket!
Performing TLS handshake...
Trying 1...
Failed to set cipher suite list: -11 is done
2 is done
3 is done
TLS Handshake complete.
Connecting to: (&amp;#39;172.217.20.14&amp;#39;, 443)
[00:00:43.688,262] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:1331: The SSL configuration is tls12 only.
[00:00:43.707,824] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4661: =&amp;gt; handshake
[00:00:43.718,109] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: =&amp;gt; flush output
[00:00:43.728,698] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: &amp;lt;= flush output
[00:00:43.739,288] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_HELLO_REQUEST
[00:00:43.751,953] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: =&amp;gt; flush output
[00:00:43.762,542] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: &amp;lt;= flush output
[00:00:43.773,162] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_CLIENT_HELLO
[00:00:43.785,736] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0921: =&amp;gt; write client hello
[00:00:43.797,546] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0487: dumping &amp;#39;client hello, random bytes&amp;#39; (32 bytes)
[00:00:43.811,187] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0487: 0000:  01 1f b7 f4 29 da ec 7a 50 0d 36 a8 5f d6 b8 df  ....)..zP.6._...
[00:00:43.826,995] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0487: 0010:  19 a8 d7 69 e3 33 e8 d1 5f b6 35 42 fa 27 10 14  ...i.3.._.5B.&amp;#39;..
[00:00:43.842,559] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0512: dumping &amp;#39;session id&amp;#39; (0 bytes)
[00:00:43.854,492] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c024, TLS-ECDHE-ECDSA-WITH-AES-256-CBC-SHA384
[00:00:43.870,452] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c028, TLS-ECDHE-RSA-WITH-AES-256-CBC-SHA384
[00:00:43.886,230] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 006b, TLS-DHE-RSA-WITH-AES-256-CBC-SHA256
[00:00:43.901,824] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c00a, TLS-ECDHE-ECDSA-WITH-AES-256-CBC-SHA
[00:00:43.917,510] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c014, TLS-ECDHE-RSA-WITH-AES-256-CBC-SHA
[00:00:43.933,044] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 0039, TLS-DHE-RSA-WITH-AES-256-CBC-SHA
[00:00:43.948,364] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c023, TLS-ECDHE-ECDSA-WITH-AES-128-CBC-SHA256
[00:00:43.964,324] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c027, TLS-ECDHE-RSA-WITH-AES-128-CBC-SHA256
[00:00:43.980,102] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 0067, TLS-DHE-RSA-WITH-AES-128-CBC-SHA256
[00:00:43.995,697] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c009, TLS-ECDHE-ECDSA-WITH-AES-128-CBC-SHA
[00:00:44.011,383] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c013, TLS-ECDHE-RSA-WITH-AES-128-CBC-SHA
[00:00:44.026,916] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 0033, TLS-DHE-RSA-WITH-AES-128-CBC-SHA
[00:00:44.042,266] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 003d, TLS-RSA-WITH-AES-256-CBC-SHA256
[00:00:44.057,525] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 0035, TLS-RSA-WITH-AES-256-CBC-SHA
[00:00:44.072,509] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c02a, TLS-ECDH-RSA-WITH-AES-256-CBC-SHA384
[00:00:44.088,195] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c00f, TLS-ECDH-RSA-WITH-AES-256-CBC-SHA
[00:00:44.103,637] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c026, TLS-ECDH-ECDSA-WITH-AES-256-CBC-SHA384
[00:00:44.119,506] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c005, TLS-ECDH-ECDSA-WITH-AES-256-CBC-SHA
[00:00:44.135,101] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 003c, TLS-RSA-WITH-AES-128-CBC-SHA256
[00:00:44.150,360] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: 002f, TLS-RSA-WITH-AES-128-CBC-SHA
[00:00:44.165,344] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c029, TLS-ECDH-RSA-WITH-AES-128-CBC-SHA256
[00:00:44.181,030] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c00e, TLS-ECDH-RSA-WITH-AES-128-CBC-SHA
[00:00:44.196,472] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c025, TLS-ECDH-ECDSA-WITH-AES-128-CBC-SHA256
[00:00:44.212,341] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0370: client hello, add ciphersuite: c004, TLS-ECDH-ECDSA-WITH-AES-128-CBC-SHA
[00:00:44.227,935] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0388: adding EMPTY_RENEGOTIATION_INFO_SCSV
[00:00:44.240,325] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0397: client hello, got 25 cipher suites
[00:00:44.252,593] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0041: client hello, adding server name extension: google.com
[00:00:44.266,601] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0231: client hello, adding supported_groups extension
[00:00:44.279,968] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0250: got supported group(001d)
[00:00:44.291,442] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0282: NamedGroup: x25519 ( 1d )
[00:00:44.302,917] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0250: got supported group(0017)
[00:00:44.314,392] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0282: NamedGroup: secp256r1 ( 17 )
[00:00:44.326,110] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0302: dumping &amp;#39;Supported groups extension&amp;#39; (6 bytes)
[00:00:44.339,569] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0302: 0000:  00 04 00 1d 00 17                                ......
[00:00:44.354,217] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9503: adding signature_algorithms extension
[00:00:44.366,516] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9523: got signature scheme [603] ecdsa_secp521r1_sha512
[00:00:44.379,821] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9532: sent signature scheme [603] ecdsa_secp521r1_sha512
[00:00:44.393,218] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9523: got signature scheme [601] rsa_pkcs1_sha512
[00:00:44.406,005] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9532: sent signature scheme [601] rsa_pkcs1_sha512
[00:00:44.418,853] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9523: got signature scheme [503] ecdsa_secp384r1_sha384
[00:00:44.432,189] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9532: sent signature scheme [503] ecdsa_secp384r1_sha384
[00:00:44.445,556] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9523: got signature scheme [501] rsa_pkcs1_sha384
[00:00:44.458,343] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9532: sent signature scheme [501] rsa_pkcs1_sha384
[00:00:44.471,221] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9523: got signature scheme [403] ecdsa_secp256r1_sha256
[00:00:44.484,527] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9532: sent signature scheme [403] ecdsa_secp256r1_sha256
[00:00:44.497,924] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9523: got signature scheme [401] rsa_pkcs1_sha256
[00:00:44.510,681] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9532: sent signature scheme [401] rsa_pkcs1_sha256
[00:00:44.523,529] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:0105: client hello, adding supported_point_formats extension
[00:00:44.538,055] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:0150: client hello, adding ecjpake_kkpp extension
[00:00:44.551,605] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:0165: generating new ecjpake parameters
[00:00:44.664,733] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:0338: client hello, adding extended_master_secret extension
[00:00:44.679,138] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:0372: client hello, adding session ticket extension
[00:00:44.692,901] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0689: client hello, total extension length: 395
[00:00:44.705,780] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: dumping &amp;#39;client hello extensions&amp;#39; (395 bytes)
[00:00:44.719,238] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0000:  01 8b 00 00 00 0f 00 0d 00 00 0a 67 6f 6f 67 6c  ...........googl
[00:00:44.735,046] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0010:  65 2e 63 6f 6d 00 0a 00 06 00 04 00 1d 00 17 00  e.com...........
[00:00:44.750,885] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0020:  0d 00 0e 00 0c 06 03 06 01 05 03 05 01 04 03 04  ................
[00:00:44.766,693] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0030:  01 00 0b 00 02 01 00 01 00 01 4a 41 04 65 f3 ec  ..........JA.e..
[00:00:44.782,531] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0040:  2e 71 a9 4f 34 63 43 d4 a8 44 9f b9 bf 9d d5 09  .q.O4cC..D......
[00:00:44.798,339] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0050:  c1 87 39 0b ea e0 a5 9c 7b d5 bd 48 c6 fc d0 00  ..9.....{..H....
[00:00:44.814,147] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0060:  c8 e0 f7 fd a8 96 b2 fa 51 09 c1 ca 1b 7a 92 2d  ........Q....z.-
[00:00:44.829,956] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0070:  a1 91 ff b9 7e 2e 46 fd 47 15 86 34 03 41 04 5d  ....~.F.G..4.A.]
[00:00:44.845,764] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0080:  a3 60 bc ce cb eb 52 30 2f b5 36 13 f1 d0 2e 5a  .`....R0/.6....Z
[00:00:44.861,602] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0090:  b5 cb 1e e1 ae 79 e0 53 ad 5f 5c ab b4 10 e6 70  .....y.S._\....p
[00:00:44.877,410] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 00a0:  9c 0e e1 98 ee 74 0a 08 0c d4 02 06 66 5a e7 e3  .....t......fZ..
[00:00:44.893,218] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 00b0:  76 f9 d2 a2 63 1a 50 9b af ff 1b 00 42 3c f0 20  v...c.P.....B&amp;lt;.
[00:00:44.909,027] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 00c0:  3b 0d 7e 4a f1 4c 2a 37 ed 47 1e 3c 14 fa a9 f5  ;.~J.L*7.G.&amp;lt;....
[00:00:44.924,835] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 00d0:  bc 59 a5 1b 14 22 b1 ef 54 e7 0c f4 fc 44 30 ca  .Y...&amp;quot;..T....D0.
[00:00:44.940,673] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 00e0:  41 04 d3 fc 3e ab d5 dd 42 d8 2e 63 10 76 7a 37  A...&amp;gt;...B..c.vz7
[00:00:44.956,481] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 00f0:  d6 8d a6 21 69 1a fb a1 11 7f 39 6d c5 73 3e f7  ...!i.....9m.s&amp;gt;.
[00:00:44.972,290] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0100:  ff 3c dc 2b 21 d9 fe 5f 1c 63 8a 53 1b 97 70 84  .&amp;lt;.+!.._.c.S..p.
[00:00:44.988,098] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0110:  20 35 71 f9 d8 99 4f 68 cf 55 25 9f 89 cb b8 e9   5q...Oh.U%.....
[00:00:45.003,906] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0120:  00 3d 41 04 27 b9 f4 65 73 cf aa 45 43 9d bd 45  .=A.&amp;#39;..es..EC..E
[00:00:45.019,744] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0130:  d1 ba 6d 0e 58 01 e5 16 58 d9 41 fc 98 7c f9 f0  ..m.X...X.A..|..
[00:00:45.035,552] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0140:  80 13 0d d5 53 ba aa 22 eb 55 d8 6f 09 fd 08 78  ....S..&amp;quot;.U.o...x
[00:00:45.051,361] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0150:  dd f2 2d 65 ec 78 6a 2b 05 54 ee 1e fa a8 43 71  ..-e.xj+.T....Cq
[00:00:45.067,169] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0160:  51 73 82 25 20 b6 e2 65 0c f0 2c 39 dc 2c 06 43  Qs.% ..e..,9.,.C
[00:00:45.082,977] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0170:  26 3f ce 2d bc df 6d ee a2 4a ce c0 4f d8 7b 48  &amp;amp;?.-..m..J..O.{H
[00:00:45.098,754] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:0691: 0180:  08 c3 b1 a9 87 00 17 00 00 00 23                 ..........#
[00:00:45.115,112] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2784: =&amp;gt; write handshake message
[00:00:45.126,617] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2944: =&amp;gt; write record
[00:00:45.137,268] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3028: output record: msgtype = 22, version = [3:3], msglen = 490
[00:00:45.151,367] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: dumping &amp;#39;output record sent to network&amp;#39; (495 bytes)
[00:00:45.167,022] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0000:  16 03 03 01 ea 01 00 01 e6 03 03 01 1f b7 f4 29  ...............)
[00:00:45.184,478] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0010:  da ec 7a 50 0d 36 a8 5f d6 b8 df 19 a8 d7 69 e3  ..zP.6._......i.
[00:00:45.201,965] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0020:  33 e8 d1 5f b6 35 42 fa 27 10 14 00 00 32 c0 24  3.._.5B.&amp;#39;....2.$
[00:00:45.219,421] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0030:  c0 28 00 6b c0 0a c0 14 00 39 c0 23 c0 27 00 67  .(.k.....9.#.&amp;#39;.g
[00:00:45.236,907] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0040:  c0 09 c0 13 00 33 00 3d 00 35 c0 2a c0 0f c0 26  .....3.=.5.*...&amp;amp;
[00:00:45.254,394] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0050:  c0 05 00 3c 00 2f c0 29 c0 0e c0 25 c0 04 00 ff  ...&amp;lt;./.)...%....
[00:00:45.271,881] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0060:  01 00 01 8b 00 00 00 0f 00 0d 00 00 0a 67 6f 6f  .............goo
[00:00:45.289,367] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0070:  67 6c 65 2e 63 6f 6d 00 0a 00 06 00 04 00 1d 00  gle.com.........
[00:00:45.306,854] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0080:  17 00 0d 00 0e 00 0c 06 03 06 01 05 03 05 01 04  ................
[00:00:45.324,340] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0090:  03 04 01 00 0b 00 02 01 00 01 00 01 4a 41 04 65  ............JA.e
[00:00:45.341,796] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 00a0:  f3 ec 2e 71 a9 4f 34 63 43 d4 a8 44 9f b9 bf 9d  ...q.O4cC..D....
[00:00:45.359,283] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 00b0:  d5 09 c1 87 39 0b ea e0 a5 9c 7b d5 bd 48 c6 fc  ....9.....{..H..
[00:00:45.376,770] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 00c0:  d0 00 c8 e0 f7 fd a8 96 b2 fa 51 09 c1 ca 1b 7a  ..........Q....z
[00:00:45.394,226] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 00d0:  92 2d a1 91 ff b9 7e 2e 46 fd 47 15 86 34 03 41  .-....~.F.G..4.A
[00:00:45.411,712] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 00e0:  04 5d a3 60 bc ce cb eb 52 30 2f b5 36 13 f1 d0  .].`....R0/.6...
[00:00:45.429,168] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 00f0:  2e 5a b5 cb 1e e1 ae 79 e0 53 ad 5f 5c ab b4 10  .Z.....y.S._\...
[00:00:45.446,655] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0100:  e6 70 9c 0e e1 98 ee 74 0a 08 0c d4 02 06 66 5a  .p.....t......fZ
[00:00:45.464,141] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0110:  e7 e3 76 f9 d2 a2 63 1a 50 9b af ff 1b 00 42 3c  ..v...c.P.....B&amp;lt;
[00:00:45.481,597] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0120:  f0 20 3b 0d 7e 4a f1 4c 2a 37 ed 47 1e 3c 14 fa  . ;.~J.L*7.G.&amp;lt;..
[00:00:45.499,084] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0130:  a9 f5 bc 59 a5 1b 14 22 b1 ef 54 e7 0c f4 fc 44  ...Y...&amp;quot;..T....D
[00:00:45.516,571] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0140:  30 ca 41 04 d3 fc 3e ab d5 dd 42 d8 2e 63 10 76  0.A...&amp;gt;...B..c.v
[00:00:45.534,027] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0150:  7a 37 d6 8d a6 21 69 1a fb a1 11 7f 39 6d c5 73  z7...!i.....9m.s
[00:00:45.551,483] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0160:  3e f7 ff 3c dc 2b 21 d9 fe 5f 1c 63 8a 53 1b 97  &amp;gt;..&amp;lt;.+!.._.c.S..
[00:00:45.568,969] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0170:  70 84 20 35 71 f9 d8 99 4f 68 cf 55 25 9f 89 cb  p. 5q...Oh.U%...
[00:00:45.586,425] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0180:  b8 e9 00 3d 41 04 27 b9 f4 65 73 cf aa 45 43 9d  ...=A.&amp;#39;..es..EC.
[00:00:45.603,881] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0190:  bd 45 d1 ba 6d 0e 58 01 e5 16 58 d9 41 fc 98 7c  .E..m.X...X.A..|
[00:00:45.621,368] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 01a0:  f9 f0 80 13 0d d5 53 ba aa 22 eb 55 d8 6f 09 fd  ......S..&amp;quot;.U.o..
[00:00:45.638,824] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 01b0:  08 78 dd f2 2d 65 ec 78 6a 2b 05 54 ee 1e fa a8  .x..-e.xj+.T....
[00:00:45.656,280] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 01c0:  43 71 51 73 82 25 20 b6 e2 65 0c f0 2c 39 dc 2c  CqQs.% ..e..,9.,
[00:00:45.673,767] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 01d0:  06 43 26 3f ce 2d bc df 6d ee a2 4a ce c0 4f d8  .C&amp;amp;?.-..m..J..O.
[00:00:45.691,223] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 01e0:  7b 48 08 c3 b1 a9 87 00 17 00 00 00 23 00 00     {H..........#..
[00:00:45.708,343] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3081: &amp;lt;= write record
[00:00:45.718,933] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2905: &amp;lt;= write handshake message
[00:00:45.730,468] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_client.c:1014: &amp;lt;= write client hello
[00:00:45.741,851] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: =&amp;gt; flush output
[00:00:45.752,471] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2368: message length: 495, out_left: 495
[00:00:45.765,441] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2375: ssl-&amp;gt;f_send() returned 495 (-0xfffffe11)
[00:00:45.778,167] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2402: &amp;lt;= flush output
[00:00:45.788,787] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_HELLO
[00:00:45.801,361] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1196: =&amp;gt; parse server hello
[00:00:45.813,262] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4298: =&amp;gt; read record
[00:00:45.823,760] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:00:45.834,289] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 0, nb_want: 5
[00:00:45.845,489] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 0, nb_want: 5
[00:00:45.856,658] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4672: &amp;lt;= handshake
[00:00:46.026,458] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000aba8, pkt=0x2005eb80, st=0, user_data=(nil)
[00:00:46.038,055] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4661: =&amp;gt; handshake
[00:00:46.048,339] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: =&amp;gt; flush output
[00:00:46.058,929] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: &amp;lt;= flush output
[00:00:46.069,519] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_HELLO
[00:00:46.082,092] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1196: =&amp;gt; parse server hello
[00:00:46.093,994] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4298: =&amp;gt; read record
[00:00:46.104,492] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:00:46.115,020] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 0, nb_want: 5
[00:00:46.126,251] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 0, nb_want: 5
[00:00:46.138,275] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl-&amp;gt;f_recv(_timeout)() returned 5 (-0xfffffffb)
[00:00:46.151,702] &amp;lt;w[00:00:46.155,578] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000aba8, pkt=0x2005ebc0, st=0, user_data=(nil)
rn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: &amp;lt;= fetch input
[00:00:46.175,933] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: dumping &amp;#39;input record header&amp;#39; (5 bytes)
[00:00:46.190,460] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: 0000:  16 03 03 00 3f                                   ....?
[00:00:46.206,756] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3966: input record: msgtype = 22, version = [0x303], msglen = 63
[00:00:46.220,794] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:00:46.231,323] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 5, nb_want: 68
[00:00:46.242,645] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 5, nb_want: 68
[00:00:46.253,936] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl-&amp;gt;f_recv(_timeout)() returned 63 (-0xffffffc1)
[00:00:46.267,852] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: &amp;lt;= fetch input
[00:00:46.278,411] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: dumping &amp;#39;input record from network&amp;#39; (68 bytes)
[00:00:46.293,609] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0000:  16 03 03 00 3f 02 00 00 3b 03 03 68 3d c5 42 02  ....?...;..h=.B.
[00:00:46.311,096] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0010:  34 6f 04 20 97 47 4d fd a2 3f 81 f4 77 38 f8 66  4o. .GM..?..w8.f
[00:00:46.328,582] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0020:  c5 f2 07 44 4f 57 4e 47 52 44 01 00 c0 09 00 00  ...DOWNGRD......
[00:00:46.346,069] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0030:  13 00 17 00 00 ff 01 00 01 00 00 0b 00 02 01 00  ................
[00:00:46.363,403] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0040:  00 23 00 00                                      .#..
[00:00:46.379,638] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3239: handshake message: msglen = 63, type = 2, hslen = 63
[00:00:46.393,218] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3328: sole handshake fragment: 63, 0..63 of 63
[00:00:46.405,731] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: dumping &amp;#39;reassembled record&amp;#39; (68 bytes)
[00:00:46.420,349] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0000:  16 03 03 00 3f 02 00 00 3b 03 03 68 3d c5 42 02  ....?...;..h=.B.
[00:00:46.437,805] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0010:  34 6f 04 20 97 47 4d fd a2 3f 81 f4 77 38 f8 66  4o. .GM..?..w8.f
[00:00:46.455,291] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0020:  c5 f2 07 44 4f 57 4e 47 52 44 01 00 c0 09 00 00  ...DOWNGRD......
[00:00:46.472,778] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0030:  13 00 17 00 00 ff 01 00 01 00 00 0b 00 02 01 00  ................
[00:00:46.490,142] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0040:  00 23 00 00                                      .#..
[00:00:46.506,652] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4370: &amp;lt;= read record
[00:00:46.517,150] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1270: dumping &amp;#39;server hello, version&amp;#39; (2 bytes)
[00:00:46.530,609] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1270: 0000:  03 03                                            ..
[00:00:46.545,471] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1291: server hello, current time: 1748878658
[00:00:46.558,624] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1301: dumping &amp;#39;server hello, random bytes&amp;#39; (32 bytes)
[00:00:46.572,753] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1301: 0000:  68 3d c5 42 02 34 6f 04 20 97 47 4d fd a2 3f 81  h=.B.4o. .GM..?.
[00:00:46.589,782] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1301: 0010:  f4 77 38 f8 66 c5 f2 07 44 4f 57 4e 47 52 44 01  .w8.f...DOWNGRD.
[00:00:46.605,957] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1363: server hello, session id len.: 0
[00:00:46.618,560] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1364: dumping &amp;#39;server hello, session id&amp;#39; (0 bytes)
[00:00:46.632,202] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1388: no session has been resumed
[00:00:46.644,378] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1391: server hello, chosen ciphersuite: c009
[00:00:46.657,470] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1392: server hello, compress alg.: 0
[00:00:46.669,921] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1427: server hello, chosen ciphersuite: TLS-ECDHE-ECDSA-WITH-AES-128-CBC-SHA
[00:00:46.685,852] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1448: server hello, total extension length: 19
[00:00:46.699,401] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1518: found extended_master_secret extension
[00:00:46.712,524] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1466: found renegotiation extension
[00:00:46.724,853] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1545: found supported_point_formats extension
[00:00:46.738,067] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:0844: point format selected: 0
[00:00:46.751,892] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1531: found session_ticket extension
[00:00:46.764,312] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:1662: &amp;lt;= parse server hello
[00:00:46.776,184] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: =&amp;gt; flush output
[00:00:46.786,773] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: &amp;lt;= flush output
[00:00:46.797,393] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_CERTIFICATE
[00:00:46.810,485] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8093: =&amp;gt; parse certificate
[00:00:46.821,533] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4298: =&amp;gt; read record
[00:00:46.832,031] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:00:46.842,529] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 0, nb_want: 5
[00:00:46.853,790] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 0, nb_want: 5
[00:00:46.864,990] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl-&amp;gt;f_recv(_timeout)() returned 5 (-0xfffffffb)
[00:00:46.878,417] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: &amp;lt;= fetch input
[00:00:46.888,977] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: dumping &amp;#39;input record header&amp;#39; (5 bytes)
[00:00:46.903,442] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: 0000:  16 03 03 18 b6                                   .....
[00:00:46.919,738] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3966: input record: msgtype = 22, version = [0x303], msglen = 6326
[00:00:46.933,959] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:00:46.944,488] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 5, nb_want: 6331
[00:00:46.956,512] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 5, nb_want: 6331
[00:00:46.967,987] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl-&amp;gt;f_recv(_timeout)() returned 1291 (-0xfffffaf5)
[00:00:46.981,750] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 1296, nb_want: 6331
[00:00:46.993,438] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4672: &amp;lt;= handshake
[00:00:47.455,322] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000aba8, pkt=0x2005ebc0, st=0, user_data=(nil)
[00:00:47.466,949] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4661: =&amp;gt; handshake
[00:00:47.477,233] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: =&amp;gt; flush output
[00:00:47.487,823] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: &amp;lt;= flush output
[00:00:47.498,443] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_CERTIFICATE
[00:00:47.511,535] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8093: =&amp;gt; parse certificate
[00:00:47.522,552] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4298: =&amp;gt; read record
[00:00:47.533,050] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:00:47.543,579] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 1296, nb_want: 5
[00:00:47.555,023] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: &amp;lt;= fetch input
[00:00:47.566,406] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: dumping &amp;#39;input record header&amp;#39; (5 bytes)
[00:00:47.580,902] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: 0000:  16 03 03 18 b6                                   .....
[00:00:47.597,198] 00:00:47.600,555] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000aba8, pkt=0x2005eb80, st=0, user_data=(nil)
m&amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3966: input record: msgtype = 22, version = [0x303], msglen = 6326
[00:00:47.624,420] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:00:47.634,948] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 1296, nb_want: 6331
[00:00:47.647,277] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 1296, nb_want: 6331
[00:00:47.659,027] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl-&amp;gt;f_recv(_timeout)() returned 1364 (-0xfffffaac)
[00:00:47.672,790] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 2660, nb_want: 6331
[00:00:47.684,478] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4672: &amp;lt;= handshake
[00:00:47.903,289] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000aba8, pkt=0x2005eb80, st=0, user_data=(nil)
[00:00:47.914,886] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4661: =&amp;gt; handshake
[00:00:47.925,170] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: =&amp;gt; flush output
[00:00:47.935,760] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: &amp;lt;= flush output
[00:00:47.946,380] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_CERTIFICATE
[00:00:47.959,472] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8093: =&amp;gt; parse certificate
[00:00:47.970,489] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4298: =&amp;gt; read record
[00:00:47.980,987] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:00:47.991,516] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 2660, nb_want: 5
[00:00:48.002,960] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: &amp;lt;= fetch input
[00:00:48.014,312] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: dumping &amp;#39;input record header&amp;#39; (5 bytes)
[00:00:48.028,778] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: 0000:  16 03 03 18 b6                                   .....
[00:00:48.045,074] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3966:[00:00:48.054,870] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000aba8, pkt=0x2005ebc0, st=0, user_dat)
 input record: msgtype = 22, version = [0x303], msglen = 6326
[00:00:48.072,265] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:00:48.082,794] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 2660, nb_want: 6331
[00:00:48.095,092] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 2660, nb_want: 6331
[00:00:48.106,842] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl-&amp;gt;f_recv(_timeout)() returned 1364 (-0xfffffaac)
[00:00:48.120,605] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 4024, nb_want: 6331
[00:00:48.132,293] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4672: &amp;lt;= handshake
[00:00:48.489,990] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000aba8, pkt=0x2005ebc0, st=0, user_data=(nil)
[00:00:48.501,617] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4661: =&amp;gt; handshake
[00:00:48.511,901] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: =&amp;gt; flush output
[00:00:48.522,491] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: &amp;lt;= flush output
[00:00:48.533,233] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_CERTIFICATE
[00:00:48.546,417] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8093: =&amp;gt; parse certificate
[00:00:48.557,434] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4298: =&amp;gt; read record
[00:00:48.567,932] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:00:48.578,460] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 4024, nb_want: 5
[00:00:48.589,904] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: &amp;lt;= fetch input
[00:00:48.601,348] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: dumping &amp;#39;input record header&amp;#39; (5 bytes)
[00:00:48.615,875] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: 0000:  16 03 03 18 b6                                   .....
[00:00:48.632,171] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3966: input record: msgtype = 22, version = [0x303], msglen = 6326
[00:00:48.646,392] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:00:48.656,921] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 4024, nb_want: 6331
[00:00:48.669,128] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 4024, nb_want: 6331
[00:00:48.680,877] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl-&amp;gt;f_recv(_timeout)() returned 682 (-0xfffffd56)
[00:00:48.694,549] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 4706, nb_want: 6331
[00:00:48.706,237] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4672: &amp;lt;= handshake
[00:00:48.719,635] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000aba8, pkt=0x2005ebc0, st=0, user_data=(nil)
[00:00:48.731,414] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4661: =&amp;gt; handshake
[00:00:48.741,699] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: =&amp;gt; flush output
[00:00:48.752,288] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: &amp;lt;= flush output
[00:00:48.762,908] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_CERTIFICATE
[00:00:48.776,000] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8093: =&amp;gt; parse certificate
[00:00:48.787,017] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4298: =&amp;gt; read record
[00:00:48.797,546] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:00:48.808,074] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 4706, nb_want: 5
[00:00:48.819,488] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: &amp;lt;= fetch input
[00:00:48.830,047] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: dumping &amp;#39;input record header&amp;#39; (5 bytes)
[00:00:48.844,512] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: 0000:  16 03 03 18 b6                                   .....
[00:00:48.860,809] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3966: input record: msgtype = 22, version = [0x303], msglen = 6326
[00:00:48.875,061] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:00:48.885,589] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 4706, nb_want: 6331
[00:00:48.897,827] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 4706, nb_want: 6331
[00:00:48.909,576] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl-&amp;gt;f_recv(_timeout)() returned 682 (-0xfffffd56)
[00:00:48.923,217] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 5388, nb_want: 6331
[00:00:48.934,936] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4672: &amp;lt;= handshake
[00:00:49.248,107] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000aba8, pkt=0x2005ebc0, st=0, user_data=(nil)
[00:00:49.259,948] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4661: =&amp;gt; handshake
[00:00:49.270,843] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: =&amp;gt; flush output
[00:00:49.281,463] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: &amp;lt;= flush output
[00:00:49.292,053] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_CERTIFICATE
[00:00:49.305,175] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8093: =&amp;gt; parse certificate
[00:00:49.316,192] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4298: =&amp;gt; read record
[00:00:49.326,690] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:00:49.337,219] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 5388, nb_want: 5
[00:00:49.349,182] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: &amp;lt;= fetch input
[00:00:49.362,579] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: dumping &amp;#39;input record header&amp;#39; (5 bytes)
[00:00:49.377,136] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: 0000:  16 03 03 18 b6                                   .....
[00:00:49.393,463] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3966: input record: msgtype = 22, version = [0x303], msglen = 6326
[00:00:49.407,684] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:00:49.418,212] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 5388, nb_want: 6331
[00:00:49.430,450] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 5388, nb_want: 6331
[00:00:49.442,169] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl-&amp;gt;f_recv(_timeout)() returned 682 (-0xfffffd56)
[00:00:49.455,841] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 6070, nb_want: 6331
[00:00:49.467,529] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4672: &amp;lt;= handshake
[00:00:51.150,909] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000aba8, pkt=0x2005ebc0, st=0, user_data=(nil)
[00:00:51.162,811] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4661: =&amp;gt; handshake
[00:00:51.173,400] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: =&amp;gt; flush output
[00:00:51.184,936] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: &amp;lt;= flush output
[00:00:51.195,556] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_CERTIFICATE
[00:00:51.208,648] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8093: =&amp;gt; parse certificate
[00:00:51.219,696] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4298: =&amp;gt; read record
[00:00:51.230,194] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:00:51.240,722] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 6070, nb_want: 5
[00:00:51.252,136] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: &amp;lt;= fetch input
[00:00:51.262,695] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: dumping &amp;#39;input record header&amp;#39; (5 bytes)
[00:00:51.277,160] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3964: 0000:  16 03 03 18 b6                                   .....
[00:00:51.293,457] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3966: input record: msgtype = 22, version = [0x303], msglen = 6326
[00:00:51.307,678] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:00:51.318,206] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 6070, nb_want: 6331
[00:00:51.330,017] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 6070, nb_want: 6331
[00:00:51.341,766] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2319: ssl-&amp;gt;f_recv(_timeout)() returned 261 (-0xfffffefb)
[00:00:51.355,346] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2341: &amp;lt;= fetch input
[00:00:51.365,905] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: dumping &amp;#39;input record from network&amp;#39; (6331 bytes)
[00:00:51.381,286] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0000:  16 03 03 18 b6 0b 00 18 b2 00 18 af 00 0e 31 30  ..............10
[00:00:51.398,773] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0010:  82 0e 2d 30 82 0d 15 a0 03 02 01 02 02 10 66 86  ..-0..........f.
[00:00:51.416,259] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0020:  f0 7e 70 d7 df c2 09 4c b8 5a 34 d6 e3 d8 30 0d  .~p....L.Z4...0.
[00:00:51.433,746] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0030:  06 09 2a 86 48 86 f7 0d 01 01 0b 05 00 30 3b 31  ..*.H........0;1
[00:00:51.451,202] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0040:  0b 30 09 06 03 55 04 06 13 02 55 53 31 1e 30 1c  .0...U....US1.0.
[00:00:51.468,688] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0050:  06 03 55 04 0a 13 15 47 6f 6f 67 6c 65 20 54 72  ..U....Google Tr
[00:00:51.486,175] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0060:  75 73 74 20 53 65 72 76 69 63 65 73 31 0c 30 0a  ust Services1.0.
[00:00:51.503,662] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0070:  06 03 55 04 03 13 03 57 52 32 30 1e 17 0d 32 35  ..U....WR20...25
[00:00:51.521,118] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0080:  30 35 31 32 30 38 34 32 35 38 5a 17 0d 32 35 30  0512084258Z..250
[00:00:51.538,604] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0090:  38 30 34 30 38 34 32 35 37 5a 30 17 31 15 30 13  804084257Z0.1.0.
[00:00:51.556,091] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 00a0:  06 03 55 04 03 0c 0c 2a 2e 67 6f 6f 67 6c 65 2e  ..U....*.google.
[00:00:51.573,547] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 00b0:  63 6f 6d 30 59 30 13 06 07 2a 86 48 ce 3d 02 01  com0Y0...*.H.=..
[00:00:51.591,033] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 00c0:  06 08 2a 86 48 ce 3d 03 01 07 03 42 00 04 0a a6  ..*.H.=....B....
[00:00:51.608,520] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 00d0:  db af e0 06 99 b8 6f 52 89 c4 25 83 94 32 5c 27  ......oR..%..2\&amp;#39;
[00:00:51.626,007] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 00e0:  b9 94 42 1d 87 49 f5 1d c7 c8 2e 2f 3b 23 d2 df  ..B..I...../;#..
[00:00:51.643,463] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 00f0:  e9 8c 33 79 94 86 0e 25 80 b3 ae 8e 72 22 5d ba  ..3y...%....r&amp;quot;].
[00:00:51.660,949] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0100:  ef ce 7c 6f 30 55 e7 6c 1d 4b 02 70 fa 9d a3 82  ..|o0U.l.K.p....
[00:00:51.678,436] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0110:  0c 1a 30 82 0c 16 30 0e 06 03 55 1d 0f 01 01 ff  ..0...0...U.....
[00:00:51.695,922] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0120:  04 04 03 02 07 80 30 13 06 03 55 1d 25 04 0c 30  ......0...U.%..0
[00:00:51.713,409] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0130:  0a 06 08 2b 06 01 05 05 07 03 01 30 0c 06 03 55  ...+.......0...U
[00:00:51.730,895] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0140:  1d 13 01 01 ff 04 02 30 00 30 1d 06 03 55 1d 0e  .......0.0...U..
[00:00:51.748,382] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0150:  04 16 04 14 ad 60 2e a1 68 d6 19 19 03 fa a3 0e  .....`..h.......
[00:00:51.765,838] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0160:  ad d6 24 d8 fa 28 88 3e 30 1f 06 03 55 1d 23 04  ..$..(.&amp;gt;0...U.#.
[00:00:51.783,325] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0170:  18 30 16 80 14 de 1b 1e ed 79 15 d4 3e 37 24 c3  .0.......y..&amp;gt;7$.
[00:00:51.800,811] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0180:  21 bb ec 34 39 6d 42 b2 30 30 58 06 08 2b 06 01  !..49mB.00X..+..
[00:00:51.818,298] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0190:  05 05 07 01 01 04 4c 30 4a 30 21 06 08 2b 06 01  ......L0J0!..+..
[00:00:51.835,784] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 01a0:  05 05 07 30 01 86 15 68 74 74 70 3a 2f 2f 6f 2e  ...0...http://o.
[00:00:51.853,240] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 01b0:  70 6b 69 2e 67 6f 6f 67 2f 77 72 32 30 25 06 08  pki.goog/wr20%..
[00:00:51.870,727] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 01c0:  2b 06 01 05 05 07 30 02 86 19 68 74 74 70 3a 2f  +.....0...http:/
[00:00:51.888,214] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 01d0:  2f 69 2e 70 6b 69 2e 67 6f 6f 67 2f 77 72 32 2e  /i.pki.goog/wr2.
[00:00:51.905,700] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 01e0:  63 72 74 30 82 09 f0 06 03 55 1d 11 04 82 09 e7  crt0.....U......
[00:00:51.923,156] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 01f0:  30 82 09 e3 82 0c 2a 2e 67 6f 6f 67 6c 65 2e 63  0.....*.google.c
[00:00:51.940,643] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0200:  6f 6d 82 16 2a 2e 61 70 70 65 6e 67 69 6e 65 2e  om..*.appengine.
[00:00:51.958,129] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0210:  67 6f 6f 67 6c 65 2e 63 6f 6d 82 09 2a 2e 62 64  google.com..*.bd
[00:00:51.975,585] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0220:  6e 2e 64 65 76 82 15 2a 2e 6f 72 69 67 69 6e 2d  n.dev..*.origin-
[00:00:51.993,041] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0230:  74 65 73 74 2e 62 64 6e 2e 64 65 76 82 12 2a 2e  test.bdn.dev..*.
[00:00:52.010,528] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0240:  63 6c 6f 75 64 2e 67 6f 6f 67 6c 65 2e 63 6f 6d  cloud.google.com
[00:00:52.027,984] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0250:  82 18 2a 2e 63 72 6f 77 64 73 6f 75 72 63 65 2e  ..*.crowdsource.
[00:00:52.045,471] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0260:  67 6f 6f 67 6c 65 2e 63 6f 6d 82 18 2a 2e 64 61  google.com..*.da
[00:00:52.062,927] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0270:  74 61 63 6f 6d 70 75 74 65 2e 67 6f 6f 67 6c 65  tacompute.google
[00:00:52.080,383] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0280:  2e 63 6f 6d 82 0b 2a 2e 67 6f 6f 67 6c 65 2e 63  .com..*.google.c
[00:00:52.097,869] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0290:  61 82 0b 2a 2e 67 6f 6f 67 6c 65 2e 63 6c 82 0e  a..*.google.cl..
[00:00:52.115,325] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 02a0:  2a 2e 67 6f 6f 67 6c 65 2e 63 6f 2e 69 6e 82 0e  *.google.co.in..
[00:00:52.132,812] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 02b0:  2a 2e 67 6f 6f 67 6c 65 2e 63 6f 2e 6a 70 82 0e  *.google.co.jp..
[00:00:52.150,268] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 02c0:  2a 2e 67 6f 6f 67 6c 65 2e 63 6f 2e 75 6b 82 0f  *.google.co.uk..
[00:00:52.167,755] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 02d0:  2a 2e 67 6f 6f 67 6c 65 2e 63 6f 6d 2e 61 72 82  *.google.com.ar.
[00:00:52.185,241] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 02e0:  0f 2a 2e 67 6f 6f 67 6c 65 2e 63 6f 6d 2e 61 75  .*.google.com.au
[00:00:52.202,697] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 02f0:  82 0f 2a 2e 67 6f 6f 67 6c 65 2e 63 6f 6d 2e 62  ..*.google.com.b
[00:00:52.220,184] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0300:  72 82 0f 2a 2e 67 6f 6f 67 6c 65 2e 63 6f 6d 2e  r..*.google.com.
[00:00:52.237,640] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0310:  63 6f 82 0f 2a 2e 67 6f 6f 67 6c 65 2e 63 6f 6d  co..*.google.com
[00:00:52.255,126] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0320:  2e 6d 78 82 0f 2a 2e 67 6f 6f 67 6c 65 2e 63 6f  .mx..*.google.co
[00:00:52.272,583] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0330:  6d 2e 74 72 82 0f 2a 2e 67 6f 6f 67 6c 65 2e 63  m.tr..*.google.c
[00:00:52.290,069] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0340:  6f 6d 2e 76 6e 82 0b 2a 2e 67 6f 6f 67 6c 65 2e  om.vn..*.google.
[00:00:52.307,525] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0350:  64 65 82 0b 2a 2e 67 6f 6f 67 6c 65 2e 65 73 82  de..*.google.es.
[00:00:52.325,012] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0360:  0b 2a 2e 67 6f 6f 67 6c 65 2e 66 72 82 0b 2a 2e  .*.google.fr..*.
[00:00:52.342,468] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0370:  67 6f 6f 67 6c 65 2e 68 75 82 0b 2a 2e 67 6f 6f  google.hu..*.goo
[00:00:52.359,954] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0380:  67 6c 65 2e 69 74 82 0b 2a 2e 67 6f 6f 67 6c 65  gle.it..*.google
[00:00:52.377,410] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0390:  2e 6e 6c 82 0b 2a 2e 67 6f 6f 67 6c 65 2e 70 6c  .nl..*.google.pl
[00:00:52.394,897] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 03a0:  82 0b 2a 2e 67 6f 6f 67 6c 65 2e 70 74 82 0f 2a  ..*.google.pt..*
[00:00:52.412,353] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 03b0:  2e 67 6f 6f 67 6c 65 61 70 69 73 2e 63 6e 82 11  .googleapis.cn..
[00:00:52.429,840] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 03c0:  2a 2e 67 6f 6f 67 6c 65 76 69 64 65 6f 2e 63 6f  *.googlevideo.co
[00:00:52.447,296] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 03d0:  6d 82 0c 2a 2e 67 73 74 61 74 69 63 2e 63 6e 82  m..*.gstatic.cn.
[00:00:52.464,782] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 03e0:  10 2a 2e 67 73 74 61 74 69 63 2d 63 6e 2e 63 6f  .*.gstatic-cn.co
[00:00:52.482,269] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 03f0:  6d 82 0f 67 6f 6f 67 6c 65 63 6e 61 70 70 73 2e  m..googlecnapps.
[00:00:52.499,755] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0400:  63 6e 82 11 2a 2e 67 6f 6f 67 6c 65 63 6e 61 70  cn..*.googlecnap
[00:00:52.517,211] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0410:  70 73 2e 63 6e 82 11 67 6f 6f 67 6c 65 61 70 70  ps.cn..googleapp
[00:00:52.534,698] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0420:  73 2d 63 6e 2e 63 6f 6d 82 13 2a 2e 67 6f 6f 67  s-cn.com..*.goog
[00:00:52.552,185] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0430:  6c 65 61 70 70 73 2d 63 6e 2e 63 6f 6d 82 0c 67  leapps-cn.com..g
[00:00:52.569,671] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0440:  6b 65 63 6e 61 70 70 73 2e 63 6e 82 0e 2a 2e 67  kecnapps.cn..*.g
[00:00:52.587,127] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0450:  6b 65 63 6e 61 70 70 73 2e 63 6e 82 12 67 6f 6f  kecnapps.cn..goo
[00:00:52.604,614] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0460:  67 6c 65 64 6f 77 6e 6c 6f 61 64 73 2e 63 6e 82  gledownloads.cn.
[00:00:52.622,100] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0470:  14 2a 2e 67 6f 6f 67 6c 65 64 6f 77 6e 6c 6f 61  .*.googledownloa
[00:00:52.639,587] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0480:  64 73 2e 63 6e 82 10 72 65 63 61 70 74 63 68 61  ds.cn..recaptcha
[00:00:52.657,043] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0490:  2e 6e 65 74 2e 63 6e 82 12 2a 2e 72 65 63 61 70  .net.cn..*.recap
[00:00:52.674,530] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 04a0:  74 63 68 61 2e 6e 65 74 2e 63 6e 82 10 72 65 63  tcha.net.cn..rec
[00:00:52.691,986] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 04b0:  61 70 74 63 68 61 2d 63 6e 2e 6e 65 74 82 12 2a  aptcha-cn.net..*
[00:00:52.709,472] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 04c0:  2e 72 65 63 61 70 74 63 68 61 2d 63 6e 2e 6e 65  .recaptcha-cn.ne
[00:00:52.726,959] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 04d0:  74 82 0b 77 69 64 65 76 69 6e 65 2e 63 6e 82 0d  t..widevine.cn..
[00:00:52.744,415] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 04e0:  2a 2e 77 69 64 65 76 69 6e 65 2e 63 6e 82 11 61  *.widevine.cn..a
[00:00:52.761,901] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 04f0:  6d 70 70 72 6f 6a 65 63 74 2e 6f 72 67 2e 63 6e  mpproject.org.cn
[00:00:52.779,357] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0500:  82 13 2a 2e 61 6d 70 70 72 6f 6a 65 63 74 2e 6f  ..*.ampproject.o
[00:00:52.796,844] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0510:  72 67 2e 63 6e 82 11 61 6d 70 70 72 6f 6a 65 63  rg.cn..ampprojec
[00:00:52.814,331] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0520:  74 2e 6e 65 74 2e 63 6e 82 13 2a 2e 61 6d 70 70  t.net.cn..*.ampp
[00:00:52.831,817] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0530:  72 6f 6a 65 63 74 2e 6e 65 74 2e 63 6e 82 17 67  roject.net.cn..g
[00:00:52.849,273] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0540:  6f 6f 67 6c 65 2d 61 6e 61 6c 79 74 69 63 73 2d  oogle-analytics-
[00:00:52.866,760] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0550:  63 6e 2e 63 6f 6d 82 19 2a 2e 67 6f 6f 67 6c 65  cn.com..*.google
[00:00:52.884,246] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0560:  2d 61 6e 61 6c 79 74 69 63 73 2d 63 6e 2e 63 6f  -analytics-cn.co
[00:00:52.901,733] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0570:  6d 82 17 67 6f 6f 67 6c 65 61 64 73 65 72 76 69  m..googleadservi
[00:00:52.919,189] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0580:  63 65 73 2d 63 6e 2e 63 6f 6d 82 19 2a 2e 67 6f  ces-cn.com..*.go
[00:00:52.936,676] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0590:  6f 67 6c 65 61 64 73 65 72 76 69 63 65 73 2d 63  ogleadservices-c
[00:00:52.954,132] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 05a0:  6e 2e 63 6f 6d 82 11 67 6f 6f 67 6c 65 76 61 64  n.com..googlevad
[00:00:52.971,618] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 05b0:  73 2d 63 6e 2e 63 6f 6d 82 13 2a 2e 67 6f 6f 67  s-cn.com..*.goog
[00:00:52.989,105] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 05c0:  6c 65 76 61 64 73 2d 63 6e 2e 63 6f 6d 82 11 67  levads-cn.com..g
[00:00:53.006,561] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 05d0:  6f 6f 67 6c 65 61 70 69 73 2d 63 6e 2e 63 6f 6d  oogleapis-cn.com
[00:00:53.024,047] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 05e0:  82 13 2a 2e 67 6f 6f 67 6c 65 61 70 69 73 2d 63  ..*.googleapis-c
[00:00:53.041,534] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 05f0:  6e 2e 63 6f 6d 82 15 67 6f 6f 67 6c 65 6f 70 74  n.com..googleopt
[00:00:53.058,990] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0600:  69 6d 69 7a 65 2d 63 6e 2e 63 6f 6d 82 17 2a 2e  imize-cn.com..*.
[00:00:53.076,477] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0610:  67 6f 6f 67 6c 65 6f 70 74 69 6d 69 7a 65 2d 63  googleoptimize-c
[00:00:53.093,933] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0620:  6e 2e 63 6f 6d 82 12 64 6f 75 62 6c 65 63 6c 69  n.com..doublecli
[00:00:53.111,419] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0630:  63 6b 2d 63 6e 2e 6e 65 74 82 14 2a 2e 64 6f 75  ck-cn.net..*.dou
[00:00:53.128,875] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0640:  62 6c 65 63 6c 69 63 6b 2d 63 6e 2e 6e 65 74 82  bleclick-cn.net.
[00:00:53.146,331] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0650:  18 2a 2e 66 6c 73 2e 64 6f 75 62 6c 65 63 6c 69  .*.fls.doublecli
[00:00:53.163,818] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0660:  63 6b 2d 63 6e 2e 6e 65 74 82 16 2a 2e 67 2e 64  ck-cn.net..*.g.d
[00:00:53.181,304] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0670:  6f 75 62 6c 65 63 6c 69 63 6b 2d 63 6e 2e 6e 65  oubleclick-cn.ne
[00:00:53.198,760] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0680:  74 82 0e 64 6f 75 62 6c 65 63 6c 69 63 6b 2e 63  t..doubleclick.c
[00:00:53.216,217] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0690:  6e 82 10 2a 2e 64 6f 75 62 6c 65 63 6c 69 63 6b  n..*.doubleclick
[00:00:53.233,703] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 06a0:  2e 63 6e 82 14 2a 2e 66 6c 73 2e 64 6f 75 62 6c  .cn..*.fls.doubl
[00:00:53.251,159] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 06b0:  65 63 6c 69 63 6b 2e 63 6e 82 12 2a 2e 67 2e 64  eclick.cn..*.g.d
[00:00:53.268,615] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 06c0:  6f 75 62 6c 65 63 6c 69 63 6b 2e 63 6e 82 11 64  oubleclick.cn..d
[00:00:53.286,102] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 06d0:  61 72 74 73 65 61 72 63 68 2d 63 6e 2e 6e 65 74  artsearch-cn.net
[00:00:53.303,558] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 06e0:  82 13 2a 2e 64 61 72 74 73 65 61 72 63 68 2d 63  ..*.dartsearch-c
[00:00:53.321,044] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 06f0:  6e 2e 6e 65 74 82 1d 67 6f 6f 67 6c 65 74 72 61  n.net..googletra
[00:00:53.338,500] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0700:  76 65 6c 61 64 73 65 72 76 69 63 65 73 2d 63 6e  veladservices-cn
[00:00:53.355,987] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0710:  2e 63 6f 6d 82 1f 2a 2e 67 6f 6f 67 6c 65 74 72  .com..*.googletr
[00:00:53.373,443] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0720:  61 76 65 6c 61 64 73 65 72 76 69 63 65 73 2d 63  aveladservices-c
[00:00:53.390,930] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0730:  6e 2e 63 6f 6d 82 18 67 6f 6f 67 6c 65 74 61 67  n.com..googletag
[00:00:53.408,416] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0740:  73 65 72 76 69 63 65 73 2d 63 6e 2e 63 6f 6d 82  services-cn.com.
[00:00:53.425,872] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0750:  1a 2a 2e 67 6f 6f 67 6c 65 74 61 67 73 65 72 76  .*.googletagserv
[00:00:53.443,359] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0760:  69 63 65 73 2d 63 6e 2e 63 6f 6d 82 17 67 6f 6f  ices-cn.com..goo
[00:00:53.460,845] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0770:  67 6c 65 74 61 67 6d 61 6e 61 67 65 72 2d 63 6e  gletagmanager-cn
[00:00:53.478,332] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0780:  2e 63 6f 6d 82 19 2a 2e 67 6f 6f 67 6c 65 74 61  .com..*.googleta
[00:00:53.495,788] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0790:  67 6d 61 6e 61 67 65 72 2d 63 6e 2e 63 6f 6d 82  gmanager-cn.com.
[00:00:53.513,275] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 07a0:  18 67 6f 6f 67 6c 65 73 79 6e 64 69 63 61 74 69  .googlesyndicati
[00:00:53.530,761] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 07b0:  6f 6e 2d 63 6e 2e 63 6f 6d 82 1a 2a 2e 67 6f 6f  on-cn.com..*.goo
[00:00:53.548,248] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 07c0:  67 6c 65 73 79 6e 64 69 63 61 74 69 6f 6e 2d 63  glesyndication-c
[00:00:53.565,704] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 07d0:  6e 2e 63 6f 6d 82 24 2a 2e 73 61 66 65 66 72 61  n.com.$*.safefra
[00:00:53.583,190] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 07e0:  6d 65 2e 67 6f 6f 67 6c 65 73 79 6e 64 69 63 61  me.googlesyndica
[00:00:53.600,677] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 07f0:  74 69 6f 6e 2d 63 6e 2e 63 6f 6d 82 16 61 70 70  tion-cn.com..app
[00:00:53.618,133] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0800:  2d 6d 65 61 73 75 72 65 6d 65 6e 74 2d 63 6e 2e  -measurement-cn.
[00:00:53.635,620] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0810:  63 6f 6d 82 18 2a 2e 61 70 70 2d 6d 65 61 73 75  com..*.app-measu
[00:00:53.653,106] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0820:  72 65 6d 65 6e 74 2d 63 6e 2e 63 6f 6d 82 0b 67  rement-cn.com..g
[00:00:53.670,593] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0830:  76 74 31 2d 63 6e 2e 63 6f 6d 82 0d 2a 2e 67 76  vt1-cn.com..*.gv
[00:00:53.688,049] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0840:  74 31 2d 63 6e 2e 63 6f 6d 82 0b 67 76 74 32 2d  t1-cn.com..gvt2-
[00:00:53.705,535] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0850:  63 6e 2e 63 6f 6d 82 0d 2a 2e 67 76 74 32 2d 63  cn.com..*.gvt2-c
[00:00:53.723,022] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0860:  6e 2e 63 6f 6d 82 0b 32 6d 64 6e 2d 63 6e 2e 6e  n.com..2mdn-cn.n
[00:00:53.740,509] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0870:  65 74 82 0d 2a 2e 32 6d 64 6e 2d 63 6e 2e 6e 65  et..*.2mdn-cn.ne
[00:00:53.757,995] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0880:  74 82 14 67 6f 6f 67 6c 65 66 6c 69 67 68 74 73  t..googleflights
[00:00:53.775,451] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0890:  2d 63 6e 2e 6e 65 74 82 16 2a 2e 67 6f 6f 67 6c  -cn.net..*.googl
[00:00:53.792,938] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 08a0:  65 66 6c 69 67 68 74 73 2d 63 6e 2e 6e 65 74 82  eflights-cn.net.
[00:00:53.810,394] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 08b0:  0c 61 64 6d 6f 62 2d 63 6e 2e 63 6f 6d 82 0e 2a  .admob-cn.com..*
[00:00:53.827,880] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 08c0:  2e 61 64 6d 6f 62 2d 63 6e 2e 63 6f 6d 82 14 67  .admob-cn.com..g
[00:00:53.845,367] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 08d0:  6f 6f 67 6c 65 73 61 6e 64 62 6f 78 2d 63 6e 2e  ooglesandbox-cn.
[00:00:53.862,823] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 08e0:  63 6f 6d 82 16 2a 2e 67 6f 6f 67 6c 65 73 61 6e  com..*.googlesan
[00:00:53.880,310] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 08f0:  64 62 6f 78 2d 63 6e 2e 63 6f 6d 82 1e 2a 2e 73  dbox-cn.com..*.s
[00:00:53.897,766] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0900:  61 66 65 6e 75 70 2e 67 6f 6f 67 6c 65 73 61 6e  afenup.googlesan
[00:00:53.915,252] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0910:  64 62 6f 78 2d 63 6e 2e 63 6f 6d 82 0d 2a 2e 67  dbox-cn.com..*.g
[00:00:53.932,708] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0920:  73 74 61 74 69 63 2e 63 6f 6d 82 14 2a 2e 6d 65  static.com..*.me
[00:00:53.950,195] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0930:  74 72 69 63 2e 67 73 74 61 74 69 63 2e 63 6f 6d  tric.gstatic.com
[00:00:53.967,681] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0940:  82 0a 2a 2e 67 76 74 31 2e 63 6f 6d 82 11 2a 2e  ..*.gvt1.com..*.
[00:00:53.985,137] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0950:  67 63 70 63 64 6e 2e 67 76 74 31 2e 63 6f 6d 82  gcpcdn.gvt1.com.
[00:00:54.002,624] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0960:  0a 2a 2e 67 76 74 32 2e 63 6f 6d 82 0e 2a 2e 67  .*.gvt2.com..*.g
[00:00:54.020,080] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0970:  63 70 2e 67 76 74 32 2e 63 6f 6d 82 10 2a 2e 75  cp.gvt2.com..*.u
[00:00:54.037,567] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0980:  72 6c 2e 67 6f 6f 67 6c 65 2e 63 6f 6d 82 16 2a  rl.google.com..*
[00:00:54.055,053] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0990:  2e 79 6f 75 74 75 62 65 2d 6e 6f 63 6f 6f 6b 69  .youtube-nocooki
[00:00:54.072,509] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 09a0:  65 2e 63 6f 6d 82 0b 2a 2e 79 74 69 6d 67 2e 63  e.com..*.ytimg.c
[00:00:54.089,996] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 09b0:  6f 6d 82 0a 61 69 2e 61 6e 64 72 6f 69 64 82 0b  om..ai.android..
[00:00:54.107,482] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 09c0:  61 6e 64 72 6f 69 64 2e 63 6f 6d 82 0d 2a 2e 61  android.com..*.a
[00:00:54.124,969] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 09d0:  6e 64 72 6f 69 64 2e 63 6f 6d 82 13 2a 2e 66 6c  ndroid.com..*.fl
[00:00:54.142,425] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 09e0:  61 73 68 2e 61 6e 64 72 6f 69 64 2e 63 6f 6d 82  ash.android.com.
[00:00:54.159,912] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 09f0:  04 67 2e 63 6e 82 06 2a 2e 67 2e 63 6e 82 04 67  .g.cn..*.g.cn..g
[00:00:54.177,398] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0a00:  2e 63 6f 82 06 2a 2e 67 2e 63 6f 82 06 67 6f 6f  .co..*.g.co..goo
[00:00:54.194,885] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0a10:  2e 67 6c 82 0a 77 77 77 2e 67 6f 6f 2e 67 6c 82  .gl..www.goo.gl.
[00:00:54.212,341] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0a20:  14 67 6f 6f 67 6c 65 2d 61 6e 61 6c 79 74 69 63  .google-analytic
[00:00:54.229,827] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0a30:  73 2e 63 6f 6d 82 16 2a 2e 67 6f 6f 67 6c 65 2d  s.com..*.google-
[00:00:54.247,314] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0a40:  61 6e 61 6c 79 74 69 63 73 2e 63 6f 6d 82 0a 67  analytics.com..g
[00:00:54.264,770] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0a50:  6f 6f 67 6c 65 2e 63 6f 6d 82 12 67 6f 6f 67 6c  oogle.com..googl
[00:00:54.282,257] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0a60:  65 63 6f 6d 6d 65 72 63 65 2e 63 6f 6d 82 14 2a  ecommerce.com..*
[00:00:54.299,743] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0a70:  2e 67 6f 6f 67 6c 65 63 6f 6d 6d 65 72 63 65 2e  .googlecommerce.
[00:00:54.317,230] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0a80:  63 6f 6d 82 08 67 67 70 68 74 2e 63 6e 82 0a 2a  com..ggpht.cn..*
[00:00:54.334,716] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0a90:  2e 67 67 70 68 74 2e 63 6e 82 0a 75 72 63 68 69  .ggpht.cn..urchi
[00:00:54.352,203] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0aa0:  6e 2e 63 6f 6d 82 0c 2a 2e 75 72 63 68 69 6e 2e  n.com..*.urchin.
[00:00:54.369,659] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ab0:  63 6f 6d 82 08 79 6f 75 74 75 2e 62 65 82 0b 79  com..youtu.be..y
[00:00:54.387,145] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ac0:  6f 75 74 75 62 65 2e 63 6f 6d 82 0d 2a 2e 79 6f  outube.com..*.yo
[00:00:54.404,632] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ad0:  75 74 75 62 65 2e 63 6f 6d 82 11 6d 75 73 69 63  utube.com..music
[00:00:54.422,119] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ae0:  2e 79 6f 75 74 75 62 65 2e 63 6f 6d 82 13 2a 2e  .youtube.com..*.
[00:00:54.439,575] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0af0:  6d 75 73 69 63 2e 79 6f 75 74 75 62 65 2e 63 6f  music.youtube.co
[00:00:54.457,061] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0b00:  6d 82 14 79 6f 75 74 75 62 65 65 64 75 63 61 74  m..youtubeeducat
[00:00:54.474,548] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0b10:  69 6f 6e 2e 63 6f 6d 82 16 2a 2e 79 6f 75 74 75  ion.com..*.youtu
[00:00:54.492,004] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0b20:  62 65 65 64 75 63 61 74 69 6f 6e 2e 63 6f 6d 82  beeducation.com.
[00:00:54.509,490] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0b30:  0f 79 6f 75 74 75 62 65 6b 69 64 73 2e 63 6f 6d  .youtubekids.com
[00:00:54.526,977] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0b40:  82 11 2a 2e 79 6f 75 74 75 62 65 6b 69 64 73 2e  ..*.youtubekids.
[00:00:54.544,464] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0b50:  63 6f 6d 82 05 79 74 2e 62 65 82 07 2a 2e 79 74  com..yt.be..*.yt
[00:00:54.561,920] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0b60:  2e 62 65 82 1a 61 6e 64 72 6f 69 64 2e 63 6c 69  .be..android.cli
[00:00:54.579,406] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0b70:  65 6e 74 73 2e 67 6f 6f 67 6c 65 2e 63 6f 6d 82  ents.google.com.
[00:00:54.596,862] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0b80:  13 2a 2e 61 6e 64 72 6f 69 64 2e 67 6f 6f 67 6c  .*.android.googl
[00:00:54.614,349] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0b90:  65 2e 63 6e 82 12 2a 2e 63 68 72 6f 6d 65 2e 67  e.cn..*.chrome.g
[00:00:54.631,835] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ba0:  6f 6f 67 6c 65 2e 63 6e 82 16 2a 2e 64 65 76 65  oogle.cn..*.deve
[00:00:54.649,291] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0bb0:  6c 6f 70 65 72 73 2e 67 6f 6f 67 6c 65 2e 63 6e  lopers.google.cn
[00:00:54.666,778] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0bc0:  82 15 2a 2e 61 69 73 74 75 64 69 6f 2e 67 6f 6f  ..*.aistudio.goo
[00:00:54.684,265] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0bd0:  67 6c 65 2e 63 6f 6d 30 13 06 03 55 1d 20 04 0c  gle.com0...U. ..
[00:00:54.701,751] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0be0:  30 0a 30 08 06 06 67 81 0c 01 02 01 30 36 06 03  0.0...g.....06..
[00:00:54.719,207] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0bf0:  55 1d 1f 04 2f 30 2d 30 2b a0 29 a0 27 86 25 68  U.../0-0+.).&amp;#39;.%h
[00:00:54.736,694] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0c00:  74 74 70 3a 2f 2f 63 2e 70 6b 69 2e 67 6f 6f 67  ttp://c.pki.goog
[00:00:54.754,150] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0c10:  2f 77 72 32 2f 6f 42 46 59 59 61 68 7a 67 56 49  /wr2/oBFYYahzgVI
[00:00:54.771,636] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0c20:  2e 63 72 6c 30 82 01 04 06 0a 2b 06 01 04 01 d6  .crl0.....+.....
[00:00:54.789,123] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0c30:  79 02 04 02 04 81 f5 04 81 f2 00 f0 00 76 00 12  y............v..
[00:00:54.806,610] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0c40:  f1 4e 34 bd 53 72 4c 84 06 19 c3 8f 3f 7a 13 f8  .N4.SrL.....?z..
[00:00:54.824,096] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0c50:  e7 b5 62 87 88 9c 6d 30 05 84 eb e5 86 26 3a 00  ..b...m0.....&amp;amp;:.
[00:00:54.841,583] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0c60:  00 01 96 c3 e0 5c f7 00 00 04 03 00 47 30 45 02  .....\......G0E.
[00:00:54.859,039] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0c70:  20 1c e0 9b 52 a9 80 66 96 5d 3c ac 95 5f 89 00   ...R..f.]&amp;lt;.._..
[00:00:54.876,525] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0c80:  56 ee ff 83 af d8 57 81 cb e1 c4 4d 54 bb 98 49  V.....W....MT..I
[00:00:54.894,012] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0c90:  61 02 21 00 e9 6c 7d ed 74 7d 27 7d 77 1a 50 49  a.!..l}.t}&amp;#39;}w.PI
[00:00:54.911,499] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ca0:  71 9a be fd 48 96 d2 26 08 d1 cb 0a 61 a9 d8 19  q...H..&amp;amp;....a...
[00:00:54.928,985] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0cb0:  a9 f4 1b 3c 00 76 00 cc fb 0f 6a 85 71 09 65 fe  ...&amp;lt;.v....j.q.e.
[00:00:54.946,472] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0cc0:  95 9b 53 ce e9 b2 7c 22 e9 85 5c 0d 97 8d b6 a9  ..S...|&amp;quot;..\.....
[00:00:54.963,958] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0cd0:  7e 54 c0 fe 4c 0d b0 00 00 01 96 c3 e0 61 73 00  ~T..L........as.
[00:00:54.981,445] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ce0:  00 04 03 00 47 30 45 02 21 00 a5 49 83 b5 26 2f  ....G0E.!..I..&amp;amp;/
[00:00:54.998,931] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0cf0:  0b db a4 e4 3a eb 5b 00 de 0c 11 33 0d 3a 18 5a  ....:.[....3.:.Z
[00:00:55.016,418] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0d00:  04 d9 d9 3e 3b 09 6e f6 f5 eb 02 20 27 dc ba ac  ...&amp;gt;;.n.... &amp;#39;...
[00:00:55.033,905] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0d10:  81 f1 f9 aa ce d2 ac eb 49 d4 dc 0a 69 8a 27 73  ........I...i.&amp;#39;s
[00:00:55.051,391] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0d20:  92 f0 cd b3 bf 68 08 7b 87 cc 73 19 30 0d 06 09  .....h.{..s.0...
[00:00:55.068,878] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0d30:  2a 86 48 86 f7 0d 01 01 0b 05 00 03 82 01 01 00  *.H.............
[00:00:55.086,334] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0d40:  26 13 af 72 da b9 21 65 71 d4 c0 0f 3e 95 5f 24  &amp;amp;..r..!eq...&amp;gt;._$
[00:00:55.103,820] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0d50:  ac 98 6f 3b 55 ac 27 0e 1b b5 a1 21 6e 77 ba dc  ..o;U.&amp;#39;....!nw..
[00:00:55.121,307] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0d60:  f6 73 1a 2c e9 93 62 bf 99 6f e1 3c 66 a6 da 60  .s.,..b..o.&amp;lt;f..`
[00:00:55.138,793] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0d70:  97 fd c9 a1 1d 8c 3e ab 60 c1 1f 87 09 ea 9d 33  ......&amp;gt;.`......3
[00:00:55.156,250] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0d80:  54 03 69 39 76 1b db 91 d1 d7 97 1a 36 3a 6c 9f  T.i9v.......6:l.
[00:00:55.173,736] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0d90:  01 dd 47 59 5c 47 ee 6f 12 b3 bb bd 48 da b9 4e  ..GY\G.o....H..N
[00:00:55.191,223] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0da0:  85 6c 62 54 a1 5e b9 2f 64 21 0b c8 30 24 1f e1  .lbT.^./d!..0$..
[00:00:55.208,679] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0db0:  b1 8e 0e 9f 5f d8 ed e3 72 e1 27 81 33 7f 68 ef  ...._...r.&amp;#39;.3.h.
[00:00:55.226,165] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0dc0:  6b 81 de cf 5c cd 87 7f 68 b5 af a3 7f 4a 4c 1e  k...\...h....JL.
[00:00:55.243,652] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0dd0:  61 74 a9 7c 35 f9 e0 35 b3 9e 91 b4 86 b1 f4 45  at.|5..5.......E
[00:00:55.261,108] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0de0:  4f 27 9b 5f 16 49 fe 59 e7 ac bb c3 e7 1e 73 3b  O&amp;#39;._.I.Y......s;
[00:00:55.278,594] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0df0:  af 92 17 46 15 f7 4e 44 f4 94 a8 30 f5 c1 dd f8  ...F..ND...0....
[00:00:55.296,081] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0e00:  62 29 26 1e a7 7f f6 d2 8c 27 22 10 40 0d ea 21  b)&amp;amp;......&amp;#39;&amp;quot;.@..!
[00:00:55.313,568] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0e10:  4b f2 f1 82 2d e3 51 0d 45 a8 df 38 52 56 ba b2  K...-.Q.E..8RV..
[00:00:55.331,054] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0e20:  57 a5 8f 66 c4 08 4f 81 67 08 27 5e 4a 8e 2b 65  W..f..O.g.&amp;#39;^J.+e
[00:00:55.348,541] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0e30:  90 0a d4 70 e3 34 56 b9 6f 4e 43 4f 3c 5b 89 05  ...p.4V.oNCO&amp;lt;[..
[00:00:55.366,027] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0e40:  00 05 0f 30 82 05 0b 30 82 02 f3 a0 03 02 01 02  ...0...0........
[00:00:55.383,483] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0e50:  02 10 7f f0 05 a0 7c 4c de d1 00 ad 9d 66 a5 10  ......|L.....f..
[00:00:55.401,000] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0e60:  7b 98 30 0d 06 09 2a 86 48 86 f7 0d 01 01 0b 05  {.0...*.H.......
[00:00:55.418,457] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0e70:  00 30 47 31 0b 30 09 06 03 55 04 06 13 02 55 53  .0G1.0...U....US
[00:00:55.435,943] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0e80:  31 22 30 20 06 03 55 04 0a 13 19 47 6f 6f 67 6c  1&amp;quot;0 ..U....Googl
[00:00:55.453,430] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0e90:  65 20 54 72 75 73 74 20 53 65 72 76 69 63 65 73  e Trust Services
[00:00:55.470,886] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ea0:  20 4c 4c 43 31 14 30 12 06 03 55 04 03 13 0b 47   LLC1.0...U....G
[00:00:55.488,372] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0eb0:  54 53 20 52 6f 6f 74 20 52 31 30 1e 17 0d 32 33  TS Root R10...23
[00:00:55.505,859] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ec0:  31 32 31 33 30 39 30 30 30 30 5a 17 0d 32 39 30  1213090000Z..290
[00:00:55.523,315] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ed0:  32 32 30 31 34 30 30 30 30 5a 30 3b 31 0b 30 09  220140000Z0;1.0.
[00:00:55.540,802] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ee0:  06 03 55 04 06 13 02 55 53 31 1e 30 1c 06 03 55  ..U....US1.0...U
[00:00:55.558,288] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ef0:  04 0a 13 15 47 6f 6f 67 6c 65 20 54 72 75 73 74  ....Google Trust
[00:00:55.575,775] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0f00:  20 53 65 72 76 69 63 65 73 31 0c 30 0a 06 03 55   Services1.0...U
[00:00:55.593,261] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0f10:  04 03 13 03 57 52 32 30 82 01 22 30 0d 06 09 2a  ....WR20..&amp;quot;0...*
[00:00:55.610,748] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0f20:  86 48 86 f7 0d 01 01 01 05 00 03 82 01 0f 00 30  .H.............0
[00:00:55.628,234] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0f30:  82 01 0a 02 82 01 01 00 a9 ff 9c 7f 45 1e 70 a8  ............E.p.
[00:00:55.645,690] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0f40:  53 9f ca d9 e5 0d de 46 57 57 7d bc 8f 9a 5a ac  S......FWW}...Z.
[00:00:55.663,177] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0f50:  46 f1 84 9a bb 91 db c9 fb 2f 01 fb 92 09 00 16  F......../......
[00:00:55.680,664] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0f60:  5e a0 1c f8 c1 ab f9 78 2f 4a cc d8 85 a2 d8 59  ^......x/J.....Y
[00:00:55.698,150] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0f70:  3c 0e d3 18 fb b1 f5 24 0d 26 ee b6 5b 64 76 7c  &amp;lt;......$.&amp;amp;..[dv|
[00:00:55.715,606] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0f80:  14 c7 2f 7a ce a8 4c b7 f4 d9 08 fc df 87 23 35  ../z..L.......#5
[00:00:55.733,062] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0f90:  20 a8 e2 69 e2 8c 4e 3f b1 59 fa 60 a2 1e b3 c9   ..i..N?.Y.`....
[00:00:55.750,549] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0fa0:  20 53 19 82 ca 36 53 6d 60 4d e9 00 91 fc 76 8d   S...6Sm`M....v.
[00:00:55.768,035] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0fb0:  5c 08 0f 0a c2 dc f1 73 6b c5 13 6e 0a 4f 7a c2  \......sk..n.Oz.
[00:00:55.785,522] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0fc0:  f2 02 1c 2e b4 63 83 da 31 f6 2d 75 30 b2 fb ab  .....c..1.-u0...
[00:00:55.802,978] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0fd0:  c2 6e db a9 c0 0e b9 f9 67 d4 c3 25 57 74 eb 05  .n......g..%Wt..
[00:00:55.820,465] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0fe0:  b4 e9 8e b5 de 28 cd cc 7a 14 e4 71 03 cb 4d 61  .....(..z..q..Ma
[00:00:55.837,951] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4073: 0ff0:  2e 61 57 c5 19 a9 0b 98 84 1a e8 79 29 d9 b2 8d  .aW........y)...
[00:00:55.855,194] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3239: handshake message: msglen = 6326, type = 11, hslen = 6326
[00:00:55.869,232] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3328: sole handshake fragment: 6326, 0..6326 of 6326
[00:00:55.883,178] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: dumping &amp;#39;reassembled record&amp;#39; (6331 bytes)
[00:00:55.897,949] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0000:  16 03 03 18 b6 0b 00 18 b2 00 18 af 00 0e 31 30  ..............10
[00:00:55.915,435] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0010:  82 0e 2d 30 82 0d 15 a0 03 02 01 02 02 10 66 86  ..-0..........f.
[00:00:55.932,922] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0020:  f0 7e 70 d7 df c2 09 4c b8 5a 34 d6 e3 d8 30 0d  .~p....L.Z4...0.
[00:00:55.950,408] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0030:  06 09 2a 86 48 86 f7 0d 01 01 0b 05 00 30 3b 31  ..*.H........0;1
[00:00:55.967,895] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0040:  0b 30 09 06 03 55 04 06 13 02 55 53 31 1e 30 1c  .0...U....US1.0.
[00:00:55.985,382] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0050:  06 03 55 04 0a 13 15 47 6f 6f 67 6c 65 20 54 72  ..U....Google Tr
[00:00:56.002,868] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0060:  75 73 74 20 53 65 72 76 69 63 65 73 31 0c 30 0a  ust Services1.0.
[00:00:56.020,355] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0070:  06 03 55 04 03 13 03 57 52 32 30 1e 17 0d 32 35  ..U....WR20...25
[00:00:56.037,841] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0080:  30 35 31 32 30 38 34 32 35 38 5a 17 0d 32 35 30  0512084258Z..250
[00:00:56.055,328] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0090:  38 30 34 30 38 34 32 35 37 5a 30 17 31 15 30 13  804084257Z0.1.0.
[00:00:56.072,814] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 00a0:  06 03 55 04 03 0c 0c 2a 2e 67 6f 6f 67 6c 65 2e  ..U....*.google.
[00:00:56.090,301] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 00b0:  63 6f 6d 30 59 30 13 06 07 2a 86 48 ce 3d 02 01  com0Y0...*.H.=..
[00:00:56.107,788] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 00c0:  06 08 2a 86 48 ce 3d 03 01 07 03 42 00 04 0a a6  ..*.H.=....B....
[00:00:56.125,274] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 00d0:  db af e0 06 99 b8 6f 52 89 c4 25 83 94 32 5c 27  ......oR..%..2\&amp;#39;
[00:00:56.142,730] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 00e0:  b9 94 42 1d 87 49 f5 1d c7 c8 2e 2f 3b 23 d2 df  ..B..I...../;#..
[00:00:56.160,217] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 00f0:  e9 8c 33 79 94 86 0e 25 80 b3 ae 8e 72 22 5d ba  ..3y...%....r&amp;quot;].
[00:00:56.177,673] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0100:  ef ce 7c 6f 30 55 e7 6c 1d 4b 02 70 fa 9d a3 82  ..|o0U.l.K.p....
[00:00:56.195,159] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0110:  0c 1a 30 82 0c 16 30 0e 06 03 55 1d 0f 01 01 ff  ..0...0...U.....
[00:00:56.212,646] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0120:  04 04 03 02 07 80 30 13 06 03 55 1d 25 04 0c 30  ......0...U.%..0
[00:00:56.230,133] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0130:  0a 06 08 2b 06 01 05 05 07 03 01 30 0c 06 03 55  ...+.......0...U
[00:00:56.247,619] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0140:  1d 13 01 01 ff 04 02 30 00 30 1d 06 03 55 1d 0e  .......0.0...U..
[00:00:56.265,106] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0150:  04 16 04 14 ad 60 2e a1 68 d6 19 19 03 fa a3 0e  .....`..h.......
[00:00:56.282,592] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0160:  ad d6 24 d8 fa 28 88 3e 30 1f 06 03 55 1d 23 04  ..$..(.&amp;gt;0...U.#.
[00:00:56.300,048] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0170:  18 30 16 80 14 de 1b 1e ed 79 15 d4 3e 37 24 c3  .0.......y..&amp;gt;7$.
[00:00:56.317,535] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0180:  21 bb ec 34 39 6d 42 b2 30 30 58 06 08 2b 06 01  !..49mB.00X..+..
[00:00:56.335,021] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0190:  05 05 07 01 01 04 4c 30 4a 30 21 06 08 2b 06 01  ......L0J0!..+..
[00:00:56.352,508] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 01a0:  05 05 07 30 01 86 15 68 74 74 70 3a 2f 2f 6f 2e  ...0...http://o.
[00:00:56.369,995] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 01b0:  70 6b 69 2e 67 6f 6f 67 2f 77 72 32 30 25 06 08  pki.goog/wr20%..
[00:00:56.387,481] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 01c0:  2b 06 01 05 05 07 30 02 86 19 68 74 74 70 3a 2f  +.....0...http:/
[00:00:56.404,968] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 01d0:  2f 69 2e 70 6b 69 2e 67 6f 6f 67 2f 77 72 32 2e  /i.pki.goog/wr2.
[00:00:56.422,454] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 01e0:  63 72 74 30 82 09 f0 06 03 55 1d 11 04 82 09 e7  crt0.....U......
[00:00:56.439,941] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 01f0:  30 82 09 e3 82 0c 2a 2e 67 6f 6f 67 6c 65 2e 63  0.....*.google.c
[00:00:56.457,397] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0200:  6f 6d 82 16 2a 2e 61 70 70 65 6e 67 69 6e 65 2e  om..*.appengine.
[00:00:56.474,884] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0210:  67 6f 6f 67 6c 65 2e 63 6f 6d 82 09 2a 2e 62 64  google.com..*.bd
[00:00:56.492,370] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0220:  6e 2e 64 65 76 82 15 2a 2e 6f 72 69 67 69 6e 2d  n.dev..*.origin-
[00:00:56.509,826] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0230:  74 65 73 74 2e 62 64 6e 2e 64 65 76 82 12 2a 2e  test.bdn.dev..*.
[00:00:56.527,313] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0240:  63 6c 6f 75 64 2e 67 6f 6f 67 6c 65 2e 63 6f 6d  cloud.google.com
[00:00:56.544,799] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0250:  82 18 2a 2e 63 72 6f 77 64 73 6f 75 72 63 65 2e  ..*.crowdsource.
[00:00:56.562,286] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0260:  67 6f 6f 67 6c 65 2e 63 6f 6d 82 18 2a 2e 64 61  google.com..*.da
[00:00:56.579,772] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0270:  74 61 63 6f 6d 70 75 74 65 2e 67 6f 6f 67 6c 65  tacompute.google
[00:00:56.597,259] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0280:  2e 63 6f 6d 82 0b 2a 2e 67 6f 6f 67 6c 65 2e 63  .com..*.google.c
[00:00:56.614,715] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0290:  61 82 0b 2a 2e 67 6f 6f 67 6c 65 2e 63 6c 82 0e  a..*.google.cl..
[00:00:56.632,202] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 02a0:  2a 2e 67 6f 6f 67 6c 65 2e 63 6f 2e 69 6e 82 0e  *.google.co.in..
[00:00:56.649,688] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 02b0:  2a 2e 67 6f 6f 67 6c 65 2e 63 6f 2e 6a 70 82 0e  *.google.co.jp..
[00:00:56.667,175] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 02c0:  2a 2e 67 6f 6f 67 6c 65 2e 63 6f 2e 75 6b 82 0f  *.google.co.uk..
[00:00:56.684,631] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 02d0:  2a 2e 67 6f 6f 67 6c 65 2e 63 6f 6d 2e 61 72 82  *.google.com.ar.
[00:00:56.702,117] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 02e0:  0f 2a 2e 67 6f 6f 67 6c 65 2e 63 6f 6d 2e 61 75  .*.google.com.au
[00:00:56.719,573] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 02f0:  82 0f 2a 2e 67 6f 6f 67 6c 65 2e 63 6f 6d 2e 62  ..*.google.com.b
[00:00:56.737,060] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0300:  72 82 0f 2a 2e 67 6f 6f 67 6c 65 2e 63 6f 6d 2e  r..*.google.com.
[00:00:56.754,547] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0310:  63 6f 82 0f 2a 2e 67 6f 6f 67 6c 65 2e 63 6f 6d  co..*.google.com
[00:00:56.772,003] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0320:  2e 6d 78 82 0f 2a 2e 67 6f 6f 67 6c 65 2e 63 6f  .mx..*.google.co
[00:00:56.789,489] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0330:  6d 2e 74 72 82 0f 2a 2e 67 6f 6f 67 6c 65 2e 63  m.tr..*.google.c
[00:00:56.806,945] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0340:  6f 6d 2e 76 6e 82 0b 2a 2e 67 6f 6f 67 6c 65 2e  om.vn..*.google.
[00:00:56.824,432] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0350:  64 65 82 0b 2a 2e 67 6f 6f 67 6c 65 2e 65 73 82  de..*.google.es.
[00:00:56.841,918] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0360:  0b 2a 2e 67 6f 6f 67 6c 65 2e 66 72 82 0b 2a 2e  .*.google.fr..*.
[00:00:56.859,405] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0370:  67 6f 6f 67 6c 65 2e 68 75 82 0b 2a 2e 67 6f 6f  google.hu..*.goo
[00:00:56.876,861] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0380:  67 6c 65 2e 69 74 82 0b 2a 2e 67 6f 6f 67 6c 65  gle.it..*.google
[00:00:56.894,348] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0390:  2e 6e 6c 82 0b 2a 2e 67 6f 6f 67 6c 65 2e 70 6c  .nl..*.google.pl
[00:00:56.911,804] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 03a0:  82 0b 2a 2e 67 6f 6f 67 6c 65 2e 70 74 82 0f 2a  ..*.google.pt..*
[00:00:56.929,290] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 03b0:  2e 67 6f 6f 67 6c 65 61 70 69 73 2e 63 6e 82 11  .googleapis.cn..
[00:00:56.946,777] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 03c0:  2a 2e 67 6f 6f 67 6c 65 76 69 64 65 6f 2e 63 6f  *.googlevideo.co
[00:00:56.964,233] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 03d0:  6d 82 0c 2a 2e 67 73 74 61 74 69 63 2e 63 6e 82  m..*.gstatic.cn.
[00:00:56.981,719] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 03e0:  10 2a 2e 67 73 74 61 74 69 63 2d 63 6e 2e 63 6f  .*.gstatic-cn.co
[00:00:56.999,206] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 03f0:  6d 82 0f 67 6f 6f 67 6c 65 63 6e 61 70 70 73 2e  m..googlecnapps.
[00:00:57.016,693] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0400:  63 6e 82 11 2a 2e 67 6f 6f 67 6c 65 63 6e 61 70  cn..*.googlecnap
[00:00:57.034,149] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0410:  70 73 2e 63 6e 82 11 67 6f 6f 67 6c 65 61 70 70  ps.cn..googleapp
[00:00:57.051,635] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0420:  73 2d 63 6e 2e 63 6f 6d 82 13 2a 2e 67 6f 6f 67  s-cn.com..*.goog
[00:00:57.069,122] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0430:  6c 65 61 70 70 73 2d 63 6e 2e 63 6f 6d 82 0c 67  leapps-cn.com..g
[00:00:57.086,608] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0440:  6b 65 63 6e 61 70 70 73 2e 63 6e 82 0e 2a 2e 67  kecnapps.cn..*.g
[00:00:57.104,095] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0450:  6b 65 63 6e 61 70 70 73 2e 63 6e 82 12 67 6f 6f  kecnapps.cn..goo
[00:00:57.121,551] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0460:  67 6c 65 64 6f 77 6e 6c 6f 61 64 73 2e 63 6e 82  gledownloads.cn.
[00:00:57.139,038] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0470:  14 2a 2e 67 6f 6f 67 6c 65 64 6f 77 6e 6c 6f 61  .*.googledownloa
[00:00:57.156,524] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0480:  64 73 2e 63 6e 82 10 72 65 63 61 70 74 63 68 61  ds.cn..recaptcha
[00:00:57.174,011] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0490:  2e 6e 65 74 2e 63 6e 82 12 2a 2e 72 65 63 61 70  .net.cn..*.recap
[00:00:57.191,467] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 04a0:  74 63 68 61 2e 6e 65 74 2e 63 6e 82 10 72 65 63  tcha.net.cn..rec
[00:00:57.208,953] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 04b0:  61 70 74 63 68 61 2d 63 6e 2e 6e 65 74 82 12 2a  aptcha-cn.net..*
[00:00:57.226,440] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 04c0:  2e 72 65 63 61 70 74 63 68 61 2d 63 6e 2e 6e 65  .recaptcha-cn.ne
[00:00:57.243,896] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 04d0:  74 82 0b 77 69 64 65 76 69 6e 65 2e 63 6e 82 0d  t..widevine.cn..
[00:00:57.261,383] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 04e0:  2a 2e 77 69 64 65 76 69 6e 65 2e 63 6e 82 11 61  *.widevine.cn..a
[00:00:57.278,839] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 04f0:  6d 70 70 72 6f 6a 65 63 74 2e 6f 72 67 2e 63 6e  mpproject.org.cn
[00:00:57.296,325] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0500:  82 13 2a 2e 61 6d 70 70 72 6f 6a 65 63 74 2e 6f  ..*.ampproject.o
[00:00:57.313,812] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0510:  72 67 2e 63 6e 82 11 61 6d 70 70 72 6f 6a 65 63  rg.cn..ampprojec
[00:00:57.331,268] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0520:  74 2e 6e 65 74 2e 63 6e 82 13 2a 2e 61 6d 70 70  t.net.cn..*.ampp
[00:00:57.348,754] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0530:  72 6f 6a 65 63 74 2e 6e 65 74 2e 63 6e 82 17 67  roject.net.cn..g
[00:00:57.366,241] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0540:  6f 6f 67 6c 65 2d 61 6e 61 6c 79 74 69 63 73 2d  oogle-analytics-
[00:00:57.383,728] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0550:  63 6e 2e 63 6f 6d 82 19 2a 2e 67 6f 6f 67 6c 65  cn.com..*.google
[00:00:57.401,214] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0560:  2d 61 6e 61 6c 79 74 69 63 73 2d 63 6e 2e 63 6f  -analytics-cn.co
[00:00:57.418,670] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0570:  6d 82 17 67 6f 6f 67 6c 65 61 64 73 65 72 76 69  m..googleadservi
[00:00:57.436,157] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0580:  63 65 73 2d 63 6e 2e 63 6f 6d 82 19 2a 2e 67 6f  ces-cn.com..*.go
[00:00:57.453,643] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0590:  6f 67 6c 65 61 64 73 65 72 76 69 63 65 73 2d 63  ogleadservices-c
[00:00:57.471,099] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 05a0:  6e 2e 63 6f 6d 82 11 67 6f 6f 67 6c 65 76 61 64  n.com..googlevad
[00:00:57.488,586] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 05b0:  73 2d 63 6e 2e 63 6f 6d 82 13 2a 2e 67 6f 6f 67  s-cn.com..*.goog
[00:00:57.506,072] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 05c0:  6c 65 76 61 64 73 2d 63 6e 2e 63 6f 6d 82 11 67  levads-cn.com..g
[00:00:57.523,559] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 05d0:  6f 6f 67 6c 65 61 70 69 73 2d 63 6e 2e 63 6f 6d  oogleapis-cn.com
[00:00:57.541,015] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 05e0:  82 13 2a 2e 67 6f 6f 67 6c 65 61 70 69 73 2d 63  ..*.googleapis-c
[00:00:57.558,502] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 05f0:  6e 2e 63 6f 6d 82 15 67 6f 6f 67 6c 65 6f 70 74  n.com..googleopt
[00:00:57.575,988] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0600:  69 6d 69 7a 65 2d 63 6e 2e 63 6f 6d 82 17 2a 2e  imize-cn.com..*.
[00:00:57.593,475] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0610:  67 6f 6f 67 6c 65 6f 70 74 69 6d 69 7a 65 2d 63  googleoptimize-c
[00:00:57.610,961] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0620:  6e 2e 63 6f 6d 82 12 64 6f 75 62 6c 65 63 6c 69  n.com..doublecli
[00:00:57.628,417] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0630:  63 6b 2d 63 6e 2e 6e 65 74 82 14 2a 2e 64 6f 75  ck-cn.net..*.dou
[00:00:57.645,904] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0640:  62 6c 65 63 6c 69 63 6b 2d 63 6e 2e 6e 65 74 82  bleclick-cn.net.
[00:00:57.663,391] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0650:  18 2a 2e 66 6c 73 2e 64 6f 75 62 6c 65 63 6c 69  .*.fls.doublecli
[00:00:57.680,847] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0660:  63 6b 2d 63 6e 2e 6e 65 74 82 16 2a 2e 67 2e 64  ck-cn.net..*.g.d
[00:00:57.698,333] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0670:  6f 75 62 6c 65 63 6c 69 63 6b 2d 63 6e 2e 6e 65  oubleclick-cn.ne
[00:00:57.715,820] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0680:  74 82 0e 64 6f 75 62 6c 65 63 6c 69 63 6b 2e 63  t..doubleclick.c
[00:00:57.733,306] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0690:  6e 82 10 2a 2e 64 6f 75 62 6c 65 63 6c 69 63 6b  n..*.doubleclick
[00:00:57.750,762] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 06a0:  2e 63 6e 82 14 2a 2e 66 6c 73 2e 64 6f 75 62 6c  .cn..*.fls.doubl
[00:00:57.768,249] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 06b0:  65 63 6c 69 63 6b 2e 63 6e 82 12 2a 2e 67 2e 64  eclick.cn..*.g.d
[00:00:57.785,736] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 06c0:  6f 75 62 6c 65 63 6c 69 63 6b 2e 63 6e 82 11 64  oubleclick.cn..d
[00:00:57.803,222] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 06d0:  61 72 74 73 65 61 72 63 68 2d 63 6e 2e 6e 65 74  artsearch-cn.net
[00:00:57.820,678] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 06e0:  82 13 2a 2e 64 61 72 74 73 65 61 72 63 68 2d 63  ..*.dartsearch-c
[00:00:57.838,165] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 06f0:  6e 2e 6e 65 74 82 1d 67 6f 6f 67 6c 65 74 72 61  n.net..googletra
[00:00:57.855,651] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0700:  76 65 6c 61 64 73 65 72 76 69 63 65 73 2d 63 6e  veladservices-cn
[00:00:57.873,107] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0710:  2e 63 6f 6d 82 1f 2a 2e 67 6f 6f 67 6c 65 74 72  .com..*.googletr
[00:00:57.890,594] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0720:  61 76 65 6c 61 64 73 65 72 76 69 63 65 73 2d 63  aveladservices-c
[00:00:57.908,050] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0730:  6e 2e 63 6f 6d 82 18 67 6f 6f 67 6c 65 74 61 67  n.com..googletag
[00:00:57.925,537] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0740:  73 65 72 76 69 63 65 73 2d 63 6e 2e 63 6f 6d 82  services-cn.com.
[00:00:57.943,023] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0750:  1a 2a 2e 67 6f 6f 67 6c 65 74 61 67 73 65 72 76  .*.googletagserv
[00:00:57.960,510] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0760:  69 63 65 73 2d 63 6e 2e 63 6f 6d 82 17 67 6f 6f  ices-cn.com..goo
[00:00:57.977,966] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0770:  67 6c 65 74 61 67 6d 61 6e 61 67 65 72 2d 63 6e  gletagmanager-cn
[00:00:57.995,452] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0780:  2e 63 6f 6d 82 19 2a 2e 67 6f 6f 67 6c 65 74 61  .com..*.googleta
[00:00:58.012,939] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0790:  67 6d 61 6e 61 67 65 72 2d 63 6e 2e 63 6f 6d 82  gmanager-cn.com.
[00:00:58.030,395] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 07a0:  18 67 6f 6f 67 6c 65 73 79 6e 64 69 63 61 74 69  .googlesyndicati
[00:00:58.047,882] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 07b0:  6f 6e 2d 63 6e 2e 63 6f 6d 82 1a 2a 2e 67 6f 6f  on-cn.com..*.goo
[00:00:58.065,368] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 07c0:  67 6c 65 73 79 6e 64 69 63 61 74 69 6f 6e 2d 63  glesyndication-c
[00:00:58.082,824] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 07d0:  6e 2e 63 6f 6d 82 24 2a 2e 73 61 66 65 66 72 61  n.com.$*.safefra
[00:00:58.100,311] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 07e0:  6d 65 2e 67 6f 6f 67 6c 65 73 79 6e 64 69 63 61  me.googlesyndica
[00:00:58.117,797] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 07f0:  74 69 6f 6e 2d 63 6e 2e 63 6f 6d 82 16 61 70 70  tion-cn.com..app
[00:00:58.135,253] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0800:  2d 6d 65 61 73 75 72 65 6d 65 6e 74 2d 63 6e 2e  -measurement-cn.
[00:00:58.152,740] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0810:  63 6f 6d 82 18 2a 2e 61 70 70 2d 6d 65 61 73 75  com..*.app-measu
[00:00:58.170,227] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0820:  72 65 6d 65 6e 74 2d 63 6e 2e 63 6f 6d 82 0b 67  rement-cn.com..g
[00:00:58.188,476] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0830:  76 74 31 2d 63 6e 2e 63 6f 6d 82 0d 2a 2e 67 76  vt1-cn.com..*.gv
[00:00:58.205,932] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0840:  74 31 2d 63 6e 2e 63 6f 6d 82 0b 67 76 74 32 2d  t1-cn.com..gvt2-
[00:00:58.223,419] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0850:  63 6e 2e 63 6f 6d 82 0d 2a 2e 67 76 74 32 2d 63  cn.com..*.gvt2-c
[00:00:58.240,905] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0860:  6e 2e 63 6f 6d 82 0b 32 6d 64 6e 2d 63 6e 2e 6e  n.com..2mdn-cn.n
[00:00:58.258,361] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0870:  65 74 82 0d 2a 2e 32 6d 64 6e 2d 63 6e 2e 6e 65  et..*.2mdn-cn.ne
[00:00:58.275,848] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0880:  74 82 14 67 6f 6f 67 6c 65 66 6c 69 67 68 74 73  t..googleflights
[00:00:58.293,334] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0890:  2d 63 6e 2e 6e 65 74 82 16 2a 2e 67 6f 6f 67 6c  -cn.net..*.googl
[00:00:58.310,791] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 08a0:  65 66 6c 69 67 68 74 73 2d 63 6e 2e 6e 65 74 82  eflights-cn.net.
[00:00:58.328,277] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 08b0:  0c 61 64 6d 6f 62 2d 63 6e 2e 63 6f 6d 82 0e 2a  .admob-cn.com..*
[00:00:58.345,733] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 08c0:  2e 61 64 6d 6f 62 2d 63 6e 2e 63 6f 6d 82 14 67  .admob-cn.com..g
[00:00:58.363,220] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 08d0:  6f 6f 67 6c 65 73 61 6e 64 62 6f 78 2d 63 6e 2e  ooglesandbox-cn.
[00:00:58.380,706] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 08e0:  63 6f 6d 82 16 2a 2e 67 6f 6f 67 6c 65 73 61 6e  com..*.googlesan
[00:00:58.398,162] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 08f0:  64 62 6f 78 2d 63 6e 2e 63 6f 6d 82 1e 2a 2e 73  dbox-cn.com..*.s
[00:00:58.415,649] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0900:  61 66 65 6e 75 70 2e 67 6f 6f 67 6c 65 73 61 6e  afenup.googlesan
[00:00:58.433,135] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0910:  64 62 6f 78 2d 63 6e 2e 63 6f 6d 82 0d 2a 2e 67  dbox-cn.com..*.g
[00:00:58.450,592] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0920:  73 74 61 74 69 63 2e 63 6f 6d 82 14 2a 2e 6d 65  static.com..*.me
[00:00:58.468,078] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0930:  74 72 69 63 2e 67 73 74 61 74 69 63 2e 63 6f 6d  tric.gstatic.com
[00:00:58.485,534] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0940:  82 0a 2a 2e 67 76 74 31 2e 63 6f 6d 82 11 2a 2e  ..*.gvt1.com..*.
[00:00:58.503,021] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0950:  67 63 70 63 64 6e 2e 67 76 74 31 2e 63 6f 6d 82  gcpcdn.gvt1.com.
[00:00:58.520,477] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0960:  0a 2a 2e 67 76 74 32 2e 63 6f 6d 82 0e 2a 2e 67  .*.gvt2.com..*.g
[00:00:58.537,963] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0970:  63 70 2e 67 76 74 32 2e 63 6f 6d 82 10 2a 2e 75  cp.gvt2.com..*.u
[00:00:58.555,419] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0980:  72 6c 2e 67 6f 6f 67 6c 65 2e 63 6f 6d 82 16 2a  rl.google.com..*
[00:00:58.572,906] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0990:  2e 79 6f 75 74 75 62 65 2d 6e 6f 63 6f 6f 6b 69  .youtube-nocooki
[00:00:58.590,393] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 09a0:  65 2e 63 6f 6d 82 0b 2a 2e 79 74 69 6d 67 2e 63  e.com..*.ytimg.c
[00:00:58.607,849] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 09b0:  6f 6d 82 0a 61 69 2e 61 6e 64 72 6f 69 64 82 0b  om..ai.android..
[00:00:58.625,335] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 09c0:  61 6e 64 72 6f 69 64 2e 63 6f 6d 82 0d 2a 2e 61  android.com..*.a
[00:00:58.642,822] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 09d0:  6e 64 72 6f 69 64 2e 63 6f 6d 82 13 2a 2e 66 6c  ndroid.com..*.fl
[00:00:58.660,308] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 09e0:  61 73 68 2e 61 6e 64 72 6f 69 64 2e 63 6f 6d 82  ash.android.com.
[00:00:58.677,764] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 09f0:  04 67 2e 63 6e 82 06 2a 2e 67 2e 63 6e 82 04 67  .g.cn..*.g.cn..g
[00:00:58.695,251] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0a00:  2e 63 6f 82 06 2a 2e 67 2e 63 6f 82 06 67 6f 6f  .co..*.g.co..goo
[00:00:58.712,707] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0a10:  2e 67 6c 82 0a 77 77 77 2e 67 6f 6f 2e 67 6c 82  .gl..www.goo.gl.
[00:00:58.730,194] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0a20:  14 67 6f 6f 67 6c 65 2d 61 6e 61 6c 79 74 69 63  .google-analytic
[00:00:58.747,680] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0a30:  73 2e 63 6f 6d 82 16 2a 2e 67 6f 6f 67 6c 65 2d  s.com..*.google-
[00:00:58.765,167] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0a40:  61 6e 61 6c 79 74 69 63 73 2e 63 6f 6d 82 0a 67  analytics.com..g
[00:00:58.782,623] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0a50:  6f 6f 67 6c 65 2e 63 6f 6d 82 12 67 6f 6f 67 6c  oogle.com..googl
[00:00:58.800,109] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0a60:  65 63 6f 6d 6d 65 72 63 65 2e 63 6f 6d 82 14 2a  ecommerce.com..*
[00:00:58.817,596] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0a70:  2e 67 6f 6f 67 6c 65 63 6f 6d 6d 65 72 63 65 2e  .googlecommerce.
[00:00:58.835,052] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0a80:  63 6f 6d 82 08 67 67 70 68 74 2e 63 6e 82 0a 2a  com..ggpht.cn..*
[00:00:58.852,539] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0a90:  2e 67 67 70 68 74 2e 63 6e 82 0a 75 72 63 68 69  .ggpht.cn..urchi
[00:00:58.870,025] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0aa0:  6e 2e 63 6f 6d 82 0c 2a 2e 75 72 63 68 69 6e 2e  n.com..*.urchin.
[00:00:58.887,481] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ab0:  63 6f 6d 82 08 79 6f 75 74 75 2e 62 65 82 0b 79  com..youtu.be..y
[00:00:58.904,968] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ac0:  6f 75 74 75 62 65 2e 63 6f 6d 82 0d 2a 2e 79 6f  outube.com..*.yo
[00:00:58.922,424] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ad0:  75 74 75 62 65 2e 63 6f 6d 82 11 6d 75 73 69 63  utube.com..music
[00:00:58.939,910] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ae0:  2e 79 6f 75 74 75 62 65 2e 63 6f 6d 82 13 2a 2e  .youtube.com..*.
[00:00:58.957,397] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0af0:  6d 75 73 69 63 2e 79 6f 75 74 75 62 65 2e 63 6f  music.youtube.co
[00:00:58.974,884] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0b00:  6d 82 14 79 6f 75 74 75 62 65 65 64 75 63 61 74  m..youtubeeducat
[00:00:58.992,340] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0b10:  69 6f 6e 2e 63 6f 6d 82 16 2a 2e 79 6f 75 74 75  ion.com..*.youtu
[00:00:59.009,826] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0b20:  62 65 65 64 75 63 61 74 69 6f 6e 2e 63 6f 6d 82  beeducation.com.
[00:00:59.027,282] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0b30:  0f 79 6f 75 74 75 62 65 6b 69 64 73 2e 63 6f 6d  .youtubekids.com
[00:00:59.044,769] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0b40:  82 11 2a 2e 79 6f 75 74 75 62 65 6b 69 64 73 2e  ..*.youtubekids.
[00:00:59.062,225] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0b50:  63 6f 6d 82 05 79 74 2e 62 65 82 07 2a 2e 79 74  com..yt.be..*.yt
[00:00:59.079,711] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0b60:  2e 62 65 82 1a 61 6e 64 72 6f 69 64 2e 63 6c 69  .be..android.cli
[00:00:59.097,167] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0b70:  65 6e 74 73 2e 67 6f 6f 67 6c 65 2e 63 6f 6d 82  ents.google.com.
[00:00:59.114,654] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0b80:  13 2a 2e 61 6e 64 72 6f 69 64 2e 67 6f 6f 67 6c  .*.android.googl
[00:00:59.132,110] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0b90:  65 2e 63 6e 82 12 2a 2e 63 68 72 6f 6d 65 2e 67  e.cn..*.chrome.g
[00:00:59.149,597] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ba0:  6f 6f 67 6c 65 2e 63 6e 82 16 2a 2e 64 65 76 65  oogle.cn..*.deve
[00:00:59.167,053] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0bb0:  6c 6f 70 65 72 73 2e 67 6f 6f 67 6c 65 2e 63 6e  lopers.google.cn
[00:00:59.184,509] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0bc0:  82 15 2a 2e 61 69 73 74 75 64 69 6f 2e 67 6f 6f  ..*.aistudio.goo
[00:00:59.201,995] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0bd0:  67 6c 65 2e 63 6f 6d 30 13 06 03 55 1d 20 04 0c  gle.com0...U. ..
[00:00:59.219,482] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0be0:  30 0a 30 08 06 06 67 81 0c 01 02 01 30 36 06 03  0.0...g.....06..
[00:00:59.236,938] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0bf0:  55 1d 1f 04 2f 30 2d 30 2b a0 29 a0 27 86 25 68  U.../0-0+.).&amp;#39;.%h
[00:00:59.254,425] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0c00:  74 74 70 3a 2f 2f 63 2e 70 6b 69 2e 67 6f 6f 67  ttp://c.pki.goog
[00:00:59.271,911] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0c10:  2f 77 72 32 2f 6f 42 46 59 59 61 68 7a 67 56 49  /wr2/oBFYYahzgVI
[00:00:59.289,367] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0c20:  2e 63 72 6c 30 82 01 04 06 0a 2b 06 01 04 01 d6  .crl0.....+.....
[00:00:59.306,854] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0c30:  79 02 04 02 04 81 f5 04 81 f2 00 f0 00 76 00 12  y............v..
[00:00:59.324,340] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0c40:  f1 4e 34 bd 53 72 4c 84 06 19 c3 8f 3f 7a 13 f8  .N4.SrL.....?z..
[00:00:59.341,827] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0c50:  e7 b5 62 87 88 9c 6d 30 05 84 eb e5 86 26 3a 00  ..b...m0.....&amp;amp;:.
[00:00:59.359,283] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0c60:  00 01 96 c3 e0 5c f7 00 00 04 03 00 47 30 45 02  .....\......G0E.
[00:00:59.376,770] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0c70:  20 1c e0 9b 52 a9 80 66 96 5d 3c ac 95 5f 89 00   ...R..f.]&amp;lt;.._..
[00:00:59.394,226] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0c80:  56 ee ff 83 af d8 57 81 cb e1 c4 4d 54 bb 98 49  V.....W....MT..I
[00:00:59.411,712] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0c90:  61 02 21 00 e9 6c 7d ed 74 7d 27 7d 77 1a 50 49  a.!..l}.t}&amp;#39;}w.PI
[00:00:59.429,199] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ca0:  71 9a be fd 48 96 d2 26 08 d1 cb 0a 61 a9 d8 19  q...H..&amp;amp;....a...
[00:00:59.446,655] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0cb0:  a9 f4 1b 3c 00 76 00 cc fb 0f 6a 85 71 09 65 fe  ...&amp;lt;.v....j.q.e.
[00:00:59.464,141] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0cc0:  95 9b 53 ce e9 b2 7c 22 e9 85 5c 0d 97 8d b6 a9  ..S...|&amp;quot;..\.....
[00:00:59.481,628] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0cd0:  7e 54 c0 fe 4c 0d b0 00 00 01 96 c3 e0 61 73 00  ~T..L........as.
[00:00:59.499,114] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ce0:  00 04 03 00 47 30 45 02 21 00 a5 49 83 b5 26 2f  ....G0E.!..I..&amp;amp;/
[00:00:59.516,601] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0cf0:  0b db a4 e4 3a eb 5b 00 de 0c 11 33 0d 3a 18 5a  ....:.[....3.:.Z
[00:00:59.534,057] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0d00:  04 d9 d9 3e 3b 09 6e f6 f5 eb 02 20 27 dc ba ac  ...&amp;gt;;.n.... &amp;#39;...
[00:00:59.551,544] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0d10:  81 f1 f9 aa ce d2 ac eb 49 d4 dc 0a 69 8a 27 73  ........I...i.&amp;#39;s
[00:00:59.569,030] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0d20:  92 f0 cd b3 bf 68 08 7b 87 cc 73 19 30 0d 06 09  .....h.{..s.0...
[00:00:59.586,517] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0d30:  2a 86 48 86 f7 0d 01 01 0b 05 00 03 82 01 01 00  *.H.............
[00:00:59.604,003] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0d40:  26 13 af 72 da b9 21 65 71 d4 c0 0f 3e 95 5f 24  &amp;amp;..r..!eq...&amp;gt;._$
[00:00:59.621,459] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0d50:  ac 98 6f 3b 55 ac 27 0e 1b b5 a1 21 6e 77 ba dc  ..o;U.&amp;#39;....!nw..
[00:00:59.638,946] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0d60:  f6 73 1a 2c e9 93 62 bf 99 6f e1 3c 66 a6 da 60  .s.,..b..o.&amp;lt;f..`
[00:00:59.656,402] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0d70:  97 fd c9 a1 1d 8c 3e ab 60 c1 1f 87 09 ea 9d 33  ......&amp;gt;.`......3
[00:00:59.673,858] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0d80:  54 03 69 39 76 1b db 91 d1 d7 97 1a 36 3a 6c 9f  T.i9v.......6:l.
[00:00:59.691,345] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0d90:  01 dd 47 59 5c 47 ee 6f 12 b3 bb bd 48 da b9 4e  ..GY\G.o....H..N
[00:00:59.708,801] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0da0:  85 6c 62 54 a1 5e b9 2f 64 21 0b c8 30 24 1f e1  .lbT.^./d!..0$..
[00:00:59.726,287] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0db0:  b1 8e 0e 9f 5f d8 ed e3 72 e1 27 81 33 7f 68 ef  ...._...r.&amp;#39;.3.h.
[00:00:59.743,774] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0dc0:  6b 81 de cf 5c cd 87 7f 68 b5 af a3 7f 4a 4c 1e  k...\...h....JL.
[00:00:59.761,230] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0dd0:  61 74 a9 7c 35 f9 e0 35 b3 9e 91 b4 86 b1 f4 45  at.|5..5.......E
[00:00:59.778,717] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0de0:  4f 27 9b 5f 16 49 fe 59 e7 ac bb c3 e7 1e 73 3b  O&amp;#39;._.I.Y......s;
[00:00:59.796,203] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0df0:  af 92 17 46 15 f7 4e 44 f4 94 a8 30 f5 c1 dd f8  ...F..ND...0....
[00:00:59.813,659] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0e00:  62 29 26 1e a7 7f f6 d2 8c 27 22 10 40 0d ea 21  b)&amp;amp;......&amp;#39;&amp;quot;.@..!
[00:00:59.831,146] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0e10:  4b f2 f1 82 2d e3 51 0d 45 a8 df 38 52 56 ba b2  K...-.Q.E..8RV..
[00:00:59.848,602] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0e20:  57 a5 8f 66 c4 08 4f 81 67 08 27 5e 4a 8e 2b 65  W..f..O.g.&amp;#39;^J.+e
[00:00:59.866,088] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0e30:  90 0a d4 70 e3 34 56 b9 6f 4e 43 4f 3c 5b 89 05  ...p.4V.oNCO&amp;lt;[..
[00:00:59.883,575] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0e40:  00 05 0f 30 82 05 0b 30 82 02 f3 a0 03 02 01 02  ...0...0........
[00:00:59.901,062] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0e50:  02 10 7f f0 05 a0 7c 4c de d1 00 ad 9d 66 a5 10  ......|L.....f..
[00:00:59.918,548] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0e60:  7b 98 30 0d 06 09 2a 86 48 86 f7 0d 01 01 0b 05  {.0...*.H.......
[00:00:59.936,035] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0e70:  00 30 47 31 0b 30 09 06 03 55 04 06 13 02 55 53  .0G1.0...U....US
[00:00:59.953,491] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0e80:  31 22 30 20 06 03 55 04 0a 13 19 47 6f 6f 67 6c  1&amp;quot;0 ..U....Googl
[00:00:59.970,977] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0e90:  65 20 54 72 75 73 74 20 53 65 72 76 69 63 65 73  e Trust Services
[00:00:59.988,464] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ea0:  20 4c 4c 43 31 14 30 12 06 03 55 04 03 13 0b 47   LLC1.0...U....G
[00:01:00.005,920] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0eb0:  54 53 20 52 6f 6f 74 20 52 31 30 1e 17 0d 32 33  TS Root R10...23
[00:01:00.023,406] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ec0:  31 32 31 33 30 39 30 30 30 30 5a 17 0d 32 39 30  1213090000Z..290
[00:01:00.040,893] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ed0:  32 32 30 31 34 30 30 30 30 5a 30 3b 31 0b 30 09  220140000Z0;1.0.
[00:01:00.058,380] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ee0:  06 03 55 04 06 13 02 55 53 31 1e 30 1c 06 03 55  ..U....US1.0...U
[00:01:00.075,836] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ef0:  04 0a 13 15 47 6f 6f 67 6c 65 20 54 72 75 73 74  ....Google Trust
[00:01:00.093,322] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0f00:  20 53 65 72 76 69 63 65 73 31 0c 30 0a 06 03 55   Services1.0...U
[00:01:00.110,809] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0f10:  04 03 13 03 57 52 32 30 82 01 22 30 0d 06 09 2a  ....WR20..&amp;quot;0...*
[00:01:00.128,295] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0f20:  86 48 86 f7 0d 01 01 01 05 00 03 82 01 0f 00 30  .H.............0
[00:01:00.145,782] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0f30:  82 01 0a 02 82 01 01 00 a9 ff 9c 7f 45 1e 70 a8  ............E.p.
[00:01:00.163,269] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0f40:  53 9f ca d9 e5 0d de 46 57 57 7d bc 8f 9a 5a ac  S......FWW}...Z.
[00:01:00.180,725] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0f50:  46 f1 84 9a bb 91 db c9 fb 2f 01 fb 92 09 00 16  F......../......
[00:01:00.198,211] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0f60:  5e a0 1c f8 c1 ab f9 78 2f 4a cc d8 85 a2 d8 59  ^......x/J.....Y
[00:01:00.215,698] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0f70:  3c 0e d3 18 fb b1 f5 24 0d 26 ee b6 5b 64 76 7c  &amp;lt;......$.&amp;amp;..[dv|
[00:01:00.233,184] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0f80:  14 c7 2f 7a ce a8 4c b7 f4 d9 08 fc df 87 23 35  ../z..L.......#5
[00:01:00.250,671] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0f90:  20 a8 e2 69 e2 8c 4e 3f b1 59 fa 60 a2 1e b3 c9   ..i..N?.Y.`....
[00:01:00.268,127] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0fa0:  20 53 19 82 ca 36 53 6d 60 4d e9 00 91 fc 76 8d   S...6Sm`M....v.
[00:01:00.285,614] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0fb0:  5c 08 0f 0a c2 dc f1 73 6b c5 13 6e 0a 4f 7a c2  \......sk..n.Oz.
[00:01:00.303,100] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0fc0:  f2 02 1c 2e b4 63 83 da 31 f6 2d 75 30 b2 fb ab  .....c..1.-u0...
[00:01:00.320,587] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0fd0:  c2 6e db a9 c0 0e b9 f9 67 d4 c3 25 57 74 eb 05  .n......g..%Wt..
[00:01:00.338,073] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0fe0:  b4 e9 8e b5 de 28 cd cc 7a 14 e4 71 03 cb 4d 61  .....(..z..q..Ma
[00:01:00.355,529] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3398: 0ff0:  2e 61 57 c5 19 a9 0b 98 84 1a e8 79 29 d9 b2 8d  .aW........y)...
[00:01:00.377,960] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4370: &amp;lt;= read record
[00:01:00.396,209] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:9961: Use configuration-specific verification callback
Dead here...56.
[00:01:00.526,184] &amp;lt;err&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:10020: x509_verify_cert() returned -9984 (-0x2700)
[00:01:00.539,306] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:5294: =&amp;gt; send alert message
[00:01:00.550,445] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:5295: send alert level=2 message=48
[00:01:00.561,950] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2944: =&amp;gt; write record
[00:01:00.572,631] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3028: output record: msgtype = 21, version = [3:3], msglen = 2
[00:01:00.586,547] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: dumping &amp;#39;output record sent to network&amp;#39; (7 bytes)
[00:01:00.601,928] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3033: 0000:  15 03 03 00 02 02 30                             ......0
[00:01:00.618,347] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: =&amp;gt; flush output
[00:01:00.628,967] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2368: message length: 7, out_left: 7
[00:01:00.641,387] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2375: ssl-&amp;gt;f_send() returned 7 (-0xfffffff9)
[00:01:00.653,930] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2402: &amp;lt;= flush output
[00:01:00.664,520] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3081: &amp;lt;= write record
[00:01:00.675,109] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:5306: &amp;lt;= send alert message
[00:01:00.686,279] &amp;lt;inf&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:10120: ! Certificate verification flags 00000008
[00:01:00.702,270] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4672: &amp;lt;= handshake
[00:01:00.712,524] &amp;lt;err&amp;gt; net_sock_tls: TLS handshake error: -0x2700
Traceback (most recent call last):
  File &amp;quot;&amp;lt;stdin&amp;gt;&amp;quot;, line 1, in &amp;lt;module&amp;gt;
  File &amp;quot;sock_test.py&amp;quot;, line 43, in step_1
OSError: [Errno 113] ECONNABORTED
&amp;gt;&amp;gt;&amp;gt; [00:01:01.275,848] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000aba8, pkt=(nil), st=-104, user_data=(nil)
[00:01:01.286,865] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): Set EOF flag on pkt 0x2005ebc0
[00:01:19.799,133] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (tcp_work): ctx=0x2000aba8, pkt=(nil), st=-116, user_data=(nil)
[00:01:19.810,211] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (tcp_work): Set EOF flag on pkt 0x2005ebc0&lt;/pre&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/thread/537704?ContentTypeID=1</link><pubDate>Mon, 02 Jun 2025 14:21:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b9d2939-db09-4884-b93d-9f309281d002</guid><dc:creator>Tudor B.</dc:creator><description>&lt;p&gt;Hey&amp;nbsp;&lt;span&gt;H&amp;aring;kon,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Let&amp;#39;s start with the .config file. You were absolutely right when you said that it has to be there. Using your command:&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;root@Tudors-MacBook zephyr # find . -name &amp;quot;.config&amp;quot;
./build/zephyr/.config
./build/zephyr/zephyr/.config
root@Tudors-MacBook zephyr # &lt;/pre&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;So, digging a bit deeper, I found that macOS considers files that start with . as hidden -&amp;gt; that&amp;#39;s why I didn&amp;#39;t see them. I&amp;#39;m terribly sorry for this mishap. -.-&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;That aside, based on the two files indicated by your command, here are the two .config files:&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/6283_2E00_config"&gt;devzone.nordicsemi.com/.../6283_2E00_config&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2063_2E00_config"&gt;devzone.nordicsemi.com/.../2063_2E00_config&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;When adding the three options that you mentioned:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;CONFIG_MBEDTLS_KEY_EXCHANGE_DHE_PSK_ENABLED=y&lt;br /&gt;CONFIG_MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED=y&lt;br /&gt;CONFIG_PSA_WANT_ALG_CHACHA20=y&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I get the following build error:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;dules/crypto/oberon-psa-crypto/oberon/drivers/oberon_spake2p.o.d -o secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/oberon/drivers/oberon_spake2p.o -c /opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/oberon/drivers/oberon_spake2p.c
In file included from /opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/include/mbedtls/build_info.h:192,
                 from /opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/include/psa/build_info.h:18,
                 from /opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/include/psa/crypto_platform.h:32,
                 from /opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/include/psa/crypto.h:16,
                 from /opt/nordic/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/oberon/drivers/oberon_spake2p.c:15:
/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/include/mbedtls/check_config.h:333:2: error: #error &amp;quot;MBEDTLS_KEY_EXCHANGE_DHE_PSK_ENABLED defined, but not all prerequisites&amp;quot;
  333 | #error &amp;quot;MBEDTLS_KEY_EXCHANGE_DHE_PSK_ENABLED defined, but not all prerequisites&amp;quot;
      |  ^~~~~
/opt/nordic/ncs/v3.0.0/modules/crypto/mbedtls/include/mbedtls/check_config.h:344:2: error: #error &amp;quot;MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED defined, but not all prerequisites&amp;quot;
  344 | #error &amp;quot;MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED defined, but not all prerequisites&amp;quot;
      |  ^~~~~
ninja: build stopped: subcommand failed.&lt;/pre&gt;I&amp;#39;ll try to solve it on my side.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;And of course, the file that you requested:&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/modnetwork_5F00_globals.h"&gt;devzone.nordicsemi.com/.../modnetwork_5F00_globals.h&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/thread/537635?ContentTypeID=1</link><pubDate>Mon, 02 Jun 2025 11:07:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:822171cd-0257-4a4c-8982-56529acd1f5e</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote userid="145037" url="~/f/nordic-q-a/121669/enabling-the-tls-layer-to-get-a-https-connection-going/537622"]Edit: I&amp;#39;m still hoping that you&amp;#39;ll agree to a call so we can solve this faster.[/quote]
&lt;p&gt;A call will not help, as I need to be able to recreate the scenario on my end. The issue is that it works in a contained sample, ie. https_client, but not in your sample. To be able to pinpoint this, I will need to run both scenarios, and then start trickling down to how they two differ.&lt;/p&gt;
&lt;p&gt;You will need to be able to provide a way for me to run your system at my end, and this is still not possible, because I am still lacking deps in your micropy port. Please use &amp;quot;git&amp;quot; (git diff / git status) to your advantage, which is a great tool to ensure that sources are sync&amp;#39;ed.&lt;/p&gt;
&lt;p&gt;At this time, I am one step further, but blocked&amp;nbsp;by a new dep, which is modnetwork_globals.h:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;../../lib/littlefs/lfs2_util.c /opt/repos/micropython/ports/zephyr/main.c /opt/repos/micropython/ports/zephyr/help.c /opt/repos/micropython/ports/zephyr/machine_i2c.c /opt/repos/micropython/ports/zephyr/machine_spi.c /opt/repos/micropython/ports/zephyr/machine_pin.c /opt/repos/micropython/ports/zephyr/machine_timer.c /opt/repos/micropython/ports/zephyr/modbluetooth_zephyr.c /opt/repos/micropython/ports/zephyr/modsocket.c /opt/repos/micropython/ports/zephyr/modzephyr.c /opt/repos/micropython/ports/zephyr/modzsensor.c /opt/repos/micropython/ports/zephyr/mphalport.c /opt/repos/micropython/ports/zephyr/uart_core.c /opt/repos/micropython/ports/zephyr/zephyr_device.c /opt/repos/micropython/ports/zephyr/zephyr_storage.c /opt/repos/micropython/ports/zephyr/mpthreadport.c
/opt/repos/micropython/ports/zephyr/modsocket.c:51: warning: &amp;quot;DEBUG_printf&amp;quot; redefined
   51 |  #define DEBUG_printf printf
      | 
In file included from /opt/repos/micropython/ports/zephyr/modsocket.c:33:
/opt/repos/micropython/ports/zephyr/mpthreadport.c:38: note: this is the location of the previous definition
   38 | #define DEBUG_printf(...) // printk(&amp;quot;_thread: &amp;quot; __VA_ARGS__)
      | 
In file included from /opt/repos/micropython/ports/zephyr/../../py/mpconfig.h:89,
                 from /opt/repos/micropython/ports/zephyr/../../py/obj.h:31,
                 from /opt/repos/micropython/ports/zephyr/../../py/objlist.h:29,
                 from /opt/repos/micropython/ports/zephyr/../../extmod/modnetwork.c:31:
/opt/repos/micropython/ports/zephyr/mpconfigport_full.h:135:55: fatal error: ports/zephyr/modnetwork_globals.h: No such file or directory
  135 | #define MICROPY_PY_NETWORK_MODULE_GLOBALS_INCLUDEFILE &amp;quot;ports/zephyr/modnetwork_globals.h&amp;quot;
      |                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from /opt/repos/micropython/build/zephyr/tfm/api_ns/interface/include/psa/crypto.h:16,
                 from /opt/repos/micropython/ports/zephyr/../../ports/zephyr/modos.c:39,
                 from /opt/repos/micropython/ports/zephyr/../../extmod/modos.c:64:
/opt/repos/micropython/build/zephyr/tfm/api_ns/interface/include/psa/crypto_platform.h:23:10: fatal error: mbedtls/private_access.h: No such file or directory
   23 | #include &amp;quot;mbedtls/private_access.h&amp;quot;
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for sharing the .c file, but:&lt;/p&gt;
&lt;p&gt;You need to&amp;nbsp;locate the &amp;quot;.config&amp;quot; file, as this also holds what is not selected/configured, and I can use this directly to run your configuration.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You mention using macos earlier. Here&amp;#39;s how to do this&amp;nbsp;on mac/*nix based system.&lt;/p&gt;
&lt;p&gt;1. open your terminal, cd into the application folder&lt;/p&gt;
&lt;p&gt;2. use &amp;quot;find&amp;quot; to locate the .config file: find -name &amp;quot;.config&amp;quot; .&lt;/p&gt;
&lt;p&gt;3. You will see two hits:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;find . -name &amp;quot;.config&amp;quot;
./zephyr/.config
./https_client/zephyr/.config&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Since my application is named &amp;quot;https_client&amp;quot;, this is where my .config file will be located.&lt;/p&gt;
&lt;p&gt;4. Open the file:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;open path/to/build/application/zephyr/.config&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This should open the file in vi on macos (or whichever editor you have chosen).&lt;/p&gt;
&lt;p&gt;You can open it in vscode by replacing &amp;quot;open&amp;quot; with &amp;quot;code&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Did some checks towards my local https_client sample, by diffing and found that you lack these two settings in mbedtls:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_MBEDTLS_KEY_EXCHANGE_DHE_PSK_ENABLED=y
CONFIG_MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED=y
CONFIG_PSA_WANT_ALG_CHACHA20=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also, adjust this to a higher value to avoid any potential restriction due to heap allocation failure:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_HEAP_MEM_POOL_SIZE # currently 64k, should be 80k&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Also the CONFIG_NET_PKT* configurations are low in your configuration. Try these values:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_NET_PKT_RX_COUNT=14
CONFIG_NET_PKT_TX_COUNT=14
CONFIG_NET_BUF_RX_COUNT=36
CONFIG_NET_BUF_TX_COUNT=36&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;H&amp;aring;kon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/thread/537622?ContentTypeID=1</link><pubDate>Mon, 02 Jun 2025 09:50:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc52090c-1577-4af7-95df-1d91e922ccd2</guid><dc:creator>Tudor B.</dc:creator><description>&lt;p&gt;Also worth mentioning: when I compare my logs to the ones you provided, I noticed that google send a lot of &amp;quot;DOWNGRD&amp;quot; messages to our board. Example:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;[00:01:12.319,671] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8843: dumping &amp;#39;random bytes&amp;#39; (64 bytes)
[00:01:12.333,709] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8843: 0000:  68 3d 72 b9 5c 14 a5 f7 55 d2 34 72 87 9f 35 1f  h=r.\...U.4r..5.
[00:01:12.351,165] &amp;lt;dbg&amp;gt; mbedtls: zephyr_mbedtls_debug: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8843: 0010:  95 36 4b 51 48 2f c1 95 44 4f 57 4e 47 52 44 01  .6KQH/..DOWNGRD.&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;While your logs show no such message.&lt;br /&gt;&lt;br /&gt;Edit: I&amp;#39;m still hoping that you&amp;#39;ll agree to a call so we can solve this faster. &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling the TLS layer to get a HTTPS connection going.</title><link>https://devzone.nordicsemi.com/thread/537618?ContentTypeID=1</link><pubDate>Mon, 02 Jun 2025 09:32:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4d429e0-ec5b-4366-a204-54121ad118da</guid><dc:creator>Tudor B.</dc:creator><description>&lt;p&gt;The lack of memory isn&amp;#39;t such a big issue. Note that I mentioned that that error happens when I retry opening the socket in the same session. So, if I try once, it fails, then I try again and run out of memory. Most likely cause is that I do no freeing of the socket upon failure. But that&amp;#39;s a small issue (for now) since the connection doesn&amp;#39;t work in the first place.&lt;/p&gt;
&lt;p&gt;Regarding the cyphers: it&amp;#39;s interesting that in our project Mbedtls decides to expose only 9 cyphers, and even so, google.com selects the weakest of them all and ultimately drops the connection.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/6724.prj.conf"&gt;devzone.nordicsemi.com/.../6724.prj.conf&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2514.nrf7002dk_5F00_nrf5340_5F00_cpuapp_5F00_ns.conf"&gt;devzone.nordicsemi.com/.../2514.nrf7002dk_5F00_nrf5340_5F00_cpuapp_5F00_ns.conf&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/4670.configs.c"&gt;devzone.nordicsemi.com/.../4670.configs.c&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve attached all config files to this message. The Kconfig I&amp;#39;ll paste here as a code section since the site doesn&amp;#39;t allow uploading this type of file directly:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;# This file is part of the MicroPython project, http://micropython.org/
#
# The MIT License (MIT)
#
# Copyright 2020 NXP
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

menu &amp;quot;MicroPython Options&amp;quot;

config MICROPY_CONFIGFILE
	string &amp;quot;Configuration file&amp;quot;
	default &amp;quot;mpconfigport_minimal.h&amp;quot;

config MICROPY_HEAP_SIZE
	int &amp;quot;Heap size&amp;quot;
	default 49152

config MICROPY_VFS_FAT
	bool &amp;quot;FatFS file system&amp;quot;

config MICROPY_VFS_LFS1
	bool &amp;quot;LittleFs version 1 file system&amp;quot;

config MICROPY_VFS_LFS2
	bool &amp;quot;LittleFs version 2 file system&amp;quot;
config CONNECTION_IDLE_TIMEOUT
	int &amp;quot;Time to be waited for a station to connect&amp;quot;
	default 30

# choice WIFI_NM_WPA_SUPPLICANT_LOG_LEVEL_CHOICE
#     default WIFI_NM_WPA_SUPPLICANT_LOG_LEVEL_DBG
# endchoice

config NRF70_QSPI_ENCRYPTION_KEY
	string &amp;quot;16 bytes QSPI encryption key, only for testing purposes&amp;quot;
	depends on BOARD_NRF7002DK_NRF5340_CPUAPP
	help
	  Specify the QSPI encryption key

config SOFTAP_SAMPLE_DHCPV4_POOL_START
	string &amp;quot;Start address of DHCPv4 pool&amp;quot;
	default &amp;quot;192.168.1.2&amp;quot;
	help
	  Set the start IP address of DHCPv4 pool.
	  
config STA_CONN_TIMEOUT_SEC
	int &amp;quot;Overall Connection timeout i.e., time to be waited for a station to connect and get an IP address&amp;quot;
	# Zephyr DHCP retry is 1 minute, so set the default to 70 seconds
	default 70
	# 512 has no special meaning, just a reasonable upper limit
	range 0 512
	help
	  Specify the connection timeout, in seconds. This is the overall timeout i.e., time to be waited for
	  a station to connect and get an IP address. DHCP retries should be taken into account when setting
	  this value. If the timeout is set to 0, the connection will not timeout.

config STA_SAMPLE_START_WIFI_THREAD_STACK_SIZE
	int &amp;quot;Stack size for Wi-Fi start thread&amp;quot;
	default 4096
	help
	  Set the stack size for the Wi-Fi start thread.

config SAMPLE_TFM_MBEDTLS
	bool &amp;quot;Use TF-M and MbedTLS&amp;quot;
	depends on NRF_MODEM_LIB
	help
	  Use TF-M and MbedTLS in this sample instead of using
	  the offloaded TLS stack in the modem.

config HTTPS_HOSTNAME
	string &amp;quot;HTTPS hostname&amp;quot;
	default &amp;quot;google.com&amp;quot;

endmenu # MicroPython Options


source &amp;quot;Kconfig.zephyr&amp;quot;
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Also, please see my latest run, which was in my last comment (before this one). The most recent error that I got is -104:&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;[00:02:15.651,733] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: =&amp;gt; flush output
[00:02:15.662,322] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2368: message length: 69, out_left: 69
[00:02:15.674,468] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2375: ssl-&amp;gt;f_send() returned 69 (-0xffffffbb)
[00:02:15.687,103] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2402: &amp;lt;= flush output
[00:02:15.697,692] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:3081: &amp;lt;= write record
[00:02:15.708,251] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2905: &amp;lt;= write handshake message
[00:02:15.719,787] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:8541: &amp;lt;= write finished
[00:02:15.730,560] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2354: =&amp;gt; flush output
[00:02:15.741,119] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2363: &amp;lt;= flush output
[00:02:15.751,739] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4580: client state: MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC
[00:02:15.765,441] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls12_client.c:3386: =&amp;gt; parse new session ticket
[00:02:15.777,832] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:4298: =&amp;gt; read record
[00:02:15.788,330] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2156: =&amp;gt; fetch input
[00:02:15.798,828] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2296: in_left: 0, nb_want: 5
[00:02:15.810,028] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_msg.c:2316: in_left: 0, nb_want: 5
[00:02:15.821,197] &amp;lt;wrn&amp;gt; mbedtls: WEST_TOPDIR/modules/crypto/mbedtls/library/ssl_tls.c:4672: &amp;lt;= handshake
[00:02:15.892,517] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): ctx=0x2000ab88, pkt=(nil), st=-104, user_data=(nil)
[00:02:15.903,533] &amp;lt;dbg&amp;gt; net_sock: zsock_received_cb: (rx_q[0]): Marked socket 0x2000ab88 as peer-closed
[00:02:15.913,879] &amp;lt;err&amp;gt; net_sock_tls: TLS underlying socket poll error -104&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>