https_client sample - configuration on README

Hello,

I am starting to test the sample "https_client" on nrf9160 and expected to see it working (through LTE modem)

The execution hangs on the line  k_sem_take(&network_connected_sem, K_FOREVER);  just before the call of   send_http_request();  so I tried to understand whether I missed some step.

I am using:   boards/nrf9160dk_nrf9160_ns.conf     proj.conf,  and overlay-tfm-nrf91.conf

I noticed there is an instruction on the README (figure below).  I am not sure I have understood the last lines (modem case).  Would it be something to be configured in the nrf91 previously?

I have found a similar file "modem_trace.rst" under a similar path "nrfxlib/nrf_modem/doc" and read it.   What a trace has to do with configuration?   Is there any step I am missing that could explain the hangout?

Many thanks,

Configuration
*************

.. include:: /includes/wifi_credentials_shell.txt

.. include:: /includes/wifi_credentials_static.txt

.. include:: /libraries/modem/nrf_modem_lib/nrf_modem_lib_trace.rst
:start-after: modem_lib_sending_traces_UART_start
:end-before: modem_lib_sending_traces_UART_end
Related