You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
IDF version.
ESP-IDF v5.3.1-1-g430b0730f9-dirty
Espressif SoC revision.
ESP32-S3 (QFN56) (revision v0.1)
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
Development Kit.
ESP32-Korvo V1.1
Power Supply used.
USB
What is the expected behavior?
I can use https_request project connect the https server. and I also can connect on my pro before, but now It's failed and get error like:
E (2948) esp-x509-crt-bundle: PK verify failed with error FFFFBD70
E (2958) esp-x509-crt-bundle: Failed to verify certificate
E (2958) esp-tls-mbedtls: mbedtls_ssl_handshake returned -0x3000
I (2958) esp-tls-mbedtls: Failed to verify peer certificate!
E (2968) esp-tls: Failed to open new connection
I checked the code with **https_request ** project. my init code now is
What is the actual behavior?
error like
E (2948) esp-x509-crt-bundle: PK verify failed with error FFFFBD70
E (2958) esp-x509-crt-bundle: Failed to verify certificate
E (2958) esp-tls-mbedtls: mbedtls_ssl_handshake returned -0x3000
I (2958) esp-tls-mbedtls: Failed to verify peer certificate!
E (2968) esp-tls: Failed to open new connection
Steps to reproduce.
just flash code in flash
Debug Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered:
Answers checklist.
IDF version.
ESP-IDF v5.3.1-1-g430b0730f9-dirty
Espressif SoC revision.
ESP32-S3 (QFN56) (revision v0.1)
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
Development Kit.
ESP32-Korvo V1.1
Power Supply used.
USB
What is the expected behavior?
I can use https_request project connect the https server. and I also can connect on my pro before, but now It's failed and get error like:
E (2948) esp-x509-crt-bundle: PK verify failed with error FFFFBD70 E (2958) esp-x509-crt-bundle: Failed to verify certificate E (2958) esp-tls-mbedtls: mbedtls_ssl_handshake returned -0x3000 I (2958) esp-tls-mbedtls: Failed to verify peer certificate! E (2968) esp-tls: Failed to open new connection
I checked the code with **https_request ** project. my init code now is
What is the actual behavior?
error like
E (2948) esp-x509-crt-bundle: PK verify failed with error FFFFBD70 E (2958) esp-x509-crt-bundle: Failed to verify certificate E (2958) esp-tls-mbedtls: mbedtls_ssl_handshake returned -0x3000 I (2958) esp-tls-mbedtls: Failed to verify peer certificate! E (2968) esp-tls: Failed to open new connection
Steps to reproduce.
just flash code in flash
Debug Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered: