Hi there,
I'm trying to connect to AWS with an MIMXRT1170EVK + WIFI_BOARD_AW_CM358, with reference to coreHTTP demo of FreeRTOS. But I am getting the below error while establishing a TLS session.
> 4 11288 [iot_thread] [INFO] Establishing a TLS session to .......amazonaws.com:8443.
> 5 20165 [iot_thread] ERROR: Handshake failed with error code SSL - The connection indicated an EOF : <No-Low-Level-Code>
> 6 20166 [iot_thread] [ERROR] Failed to establish new connection. secureSocketStatus=-29312.
How can I investigate the cause of the error?
Any help would be appreciated.