Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https esp_crt_bundle_attach connect failed. (IDFGH-14471) #15245

Open
3 tasks done
iysheng opened this issue Jan 21, 2025 · 1 comment
Open
3 tasks done

https esp_crt_bundle_attach connect failed. (IDFGH-14471) #15245

iysheng opened this issue Jan 21, 2025 · 1 comment
Labels
Status: Opened Issue is new Type: Bug bugs in IDF

Comments

@iysheng
Copy link

iysheng commented Jan 21, 2025

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • 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

Image

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

@iysheng iysheng added the Type: Bug bugs in IDF label Jan 21, 2025
@github-actions github-actions bot changed the title https esp_crt_bundle_attach connect failed. https esp_crt_bundle_attach connect failed. (IDFGH-14471) Jan 21, 2025
@espressif-bot espressif-bot added the Status: Opened Issue is new label Jan 21, 2025
@iysheng
Copy link
Author

iysheng commented Jan 22, 2025

It seems no enough heap memory cause this. how could I adjust heap memory size in idf.py tool?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Opened Issue is new Type: Bug bugs in IDF
Projects
None yet
Development

No branches or pull requests

2 participants