在Mbed TLS中,-0x7280(即-29312)是一个负数的错误码,通常表示在SSL/TLS握手过程中遇到了问题。根据Mbed TLS的错误码定义,这个错误码对应于MBEDTLS_ERR_SSL_PEER_CLOSE_NOTIFY,意味着在握手过程中,对等方(通常是服务器)发送了一个关闭通知(Close Notify)警报。 3. 提供可能的原因导致mbedtls_ssl_handshake返回-0x...
Trying to runHTTPS_OTA_Update.inofrom Update lib using my own server and fails with: E (22929) esp-tls: mbedtls_ssl_handshake returned -0x7280 Googling I foundthiswhich suggests to enable mbedtls debugging. Please, how can I do this, or can you suggest what could be causing the mbedtls_...
curl: (35) ssl_handshake returned: (-0x7280) SSL - The connection indicated an EOF 再看ss-local的日志发现打印出 2024-07-03 12:51:04 ERROR: invalid password or cipher 我可以确认配置文件中密码是正确的 我修改了ssr-plus启动脚本查看了ssr-plus启动ss-redir的日志,也发现大量错误信息 ^[[32;1m...
后来我在PC端用openssl解决了问题,在嵌入式中采用厂家配备的mbedtls也没有问题。
mbedtls_ssl_read_record() returned -29312 (-0x7280), at line 3302 in file .ssl_cli.c failed ! mbedtls_ssl_handshake returned -7280https_client_tls_xchg retval -4 . Seeding the random number generator... . Loading the CA root certificate ... ok (0 skipped) . Loading the client...