Search found 4 matches
- Fri May 31, 2024 5:03 pm
- Forum: General Discussion
- Topic: ESP RF Test Tool download fails.
- Replies: 2
- Views: 1253
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?
- Mon Dec 05, 2022 10:33 am
- Forum: ESP-IDF
- Topic: https client: Failed to verify peer certificate
- Replies: 6
- Views: 10071
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...
- Thu Dec 01, 2022 6:58 pm
- Forum: ESP-IDF
- Topic: https client: Failed to verify peer certificate
- Replies: 6
- Views: 10071
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/ BR
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/ BR
- Wed Apr 13, 2022 1:37 pm
- Forum: General Discussion
- Topic: Using PHY_INIT Partition for CE Certified Product
- Replies: 0
- Views: 1663
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...