从 Azure SDK 4.10运行 simplesample_http 示例时遇到问题、并具有以下日志输出:
Starting the simplesample_http examplestartSNTP: Current time: Thu Aug 3 14:35:12 2023CC32XX has connected to AP and acquired an IP address.IP Address: 192.168.112.144Flashing certificate file ...successfully wrote file /cert/ms.pem to flashIoTHubClient accepted the message for deliveryError: File:../../pal/src/httpapi_sl.c Func:HTTPAPI_ExecuteRequest Line:284 HTTPClient_connect failed, ret=-688Error: File:../../sdk/c-utility/src/httpapiex.c Func:HTTPAPIEX_ExecuteRequest Line:526 unable to recover sending to a working stateError: File:../../sdk/iothub_client/src/iothubtransporthttp.c Func:DoEvent Line:1806 unable to HTTPAPIEX_SAS_ExecuteRequestMessage Id: 1 Received.Result Call Back Called! Result is: IOTHUB_CLIENT_CONFIRMATION_ERROR
错误代码-688指出了证书处理方面的问题、但我们没有找到任何有关可能必须在设备上安装哪些证书以及在何处安装这些证书的信息。
有人能提供更多信息或说明如何运行示例的文档链接吗?
谢谢!