Search found 4 matches

by micteus127
Fri May 31, 2024 5:03 pm
Forum: General Discussion
Topic: ESP RF Test Tool download fails.
Replies: 2
Views: 1105

Re: ESP RF Test Tool download fails.

I have exactly the same error with the same chip. Is there already a solution to the problem?
by micteus127
Mon Dec 05, 2022 10:33 am
Forum: ESP-IDF
Topic: https client: Failed to verify peer certificate
Replies: 6
Views: 9430

Re: https client: Failed to verify peer certificate

Some additional notes: in the example project ( https://github.com/espressif/esp-idf/blob/master/examples/protocols/esp_http_client/main/esp_http_client_example.c ) there is a hint ;) /* Root cert for howsmyssl.com, taken from howsmyssl_com_root_cert.pem The PEM file was extracted from the output of...
by micteus127
Thu Dec 01, 2022 6:58 pm
Forum: ESP-IDF
Topic: https client: Failed to verify peer certificate
Replies: 6
Views: 9430

Re: https client: Failed to verify peer certificate

Hello,
I had the same problem.
With full chained certificate is meant an "extended" version.
Just open certifaction details in Firefox for example:
https://cheapsslsecurity.com/blog/how-t ... n-firefox/
Certificate.png
Certificate.png (17.05 KiB) Viewed 6080 times
BR
by micteus127
Wed Apr 13, 2022 1:37 pm
Forum: General Discussion
Topic: Using PHY_INIT Partition for CE Certified Product
Replies: 0
Views: 1587

Using PHY_INIT Partition for CE Certified Product

Hello, Can someone please explain me the correct process for using PHY_INIT partition? I can set the flag CONFIG_ESP_PHY_INIT_DATA_IN_PARTITION in idf.py menuconfig and also create the partition in the partition table. However, when flashing, a version of the PHYINIT is automatically saved to this p...