ESP32-C3入门教程 问题篇⑪——esp-tls: create_ssl_handle failed, tls_io_instance->options.trusted_certs null

一、前言

本文基于VS Code IDE进行编程、编译、下载、运行等操作
基础入门章节请查阅:ESP32-C3入门教程 基础篇①——基于VS Code构建Hello World
教程目录大纲请查阅:ESP32-C3入门教程——导读

二、发现问题

  • 在使用esp_azure例程的时候,报了在这个错误
  • 很明显的错误,没有证书。
Error: Time:Sat Jun 25 08:23:25 2022 File:../components/esp-azure/port/src/tlsio_esp_tls.c Func:tlsio_esp_tls_open_async Line:324 tls_io_instance->options.x509_cert null
Error: Time:Sat Jun 25 08:23:25 2022 File:../components/esp-azure/port/src/tlsio_esp_tls.c Func:tlsio_esp_tls_open_async Line:330 tls_io_instance->options.trusted_certs null
E (58703

猜你喜欢

转载自blog.csdn.net/kangweijian/article/details/125567565