参考5a-esp8266_sdk_ssl_user_manual_cn, 把ESP8266做出web server,采用的是自签名的认证,希望实现https的访问,但是报错:ssl/tsl shake hands failed
代码如下:
espconn_secure_ca_enable(0x02, 450);
espconn_secure_set_default_certificate(default_certificate, default_certificate_len);
espconn_secure_set_default_private_key(default_private_key, default_private_key_len);
espconn_secure_accept(&esp_conn);
所有的发送:espconn_secure_send
ssl/tsl shake hands failed
-
- Posts: 3
- Joined: Mon May 17, 2021 10:25 pm
Re: ssl/tsl shake hands failed
Postby Her Mary » Tue Jun 01, 2021 5:54 pm
这个 web server 不知道有没有参考作用 https://github.com/espressif/esp-at/tre ... nts/at/src
Who is online
Users browsing this forum: No registered users and 186 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.