Search found 2 matches
- Wed Aug 07, 2024 4:20 pm
- Forum: ESP 生产支持讨论版
- Topic: OTA 固件升级服务器无法成功连接,求助感谢!
- Replies: 1
- Views: 5784
- Fri Aug 02, 2024 4:26 am
- Forum: ESP 生产支持讨论版
- Topic: OTA 固件升级服务器无法成功连接,求助感谢!
- Replies: 1
- Views: 5784
OTA 固件升级服务器无法成功连接,求助感谢!
按照官方文档: openssl req -x509 -newkey rsa:2048 -keyout c:\\ca_key.pem -out c:\\ca_cert.pem -days 10000 -nodes 创建了私钥和证书, openssl s_server -WWW -key c:\\ca_key.pem -cert c:\\ca_cert.pem -port 8070 并成功开启了相关服务; 第一次尝试成功,可以正常OTA升级固件; 后因业务需要重新创建私钥和证书,相同步骤重新开启相关服务后 无法成功连接服务器 ,报错如下: E (23955) esp-tls-mbedtls: mb...