I am trying to get my nRF9151DK connected to Azure IoT Hub. I have used the Azure IoT Hub sample, with some modifications to use LTE instead of WiFi which does not seem supported by my board. The board seems to connect well to the LTE network.
Then I am trying to connect to Azure IoT Hub via DPS but I think I have a problem with my certificates. I have intially followed the tutorial proposed here: https://docs.nordicsemi.com/bundle/ncs-2.9.1/page/nrf/libraries/networking/azure_iot_hub.html#lib-azure-iot-hub, including the certificates part, but I had the error below (mqtt_helper, error -107).
I could not connect to Azure IoT Hub, no matter if I use CONFIG_AZURE_IOT_HUB_DPS activated or not. I have tried modifying my certificates, by using the tutorial proposed by Microsoft: https://learn.microsoft.com/en-us/azure/iot-hub/tutorial-x509-test-certs?tabs=windows
I have now a root certificate, a subordonate certificate and a device certificate, all uploaded to my certificate manager in the board at the following tags:
My prj.conf file is currently:
Am I missing something, maybe obvious?
Please let me know if you need any additional information.
My logs are currently: