Search found 8 matches

by ESP_Shubham
Wed Feb 09, 2022 10:03 am
Forum: ESP-IDF
Topic: esp32 ota example error
Replies: 5
Views: 5740

Re: esp32 ota example error

Hi, I am attaching certificate required for connecting to S3 server. Please try using the same.
ca_cert.pem.zip
(1.7 KiB) Downloaded 624 times
by ESP_Shubham
Wed Nov 10, 2021 10:53 am
Forum: ESP-IDF
Topic: Is the OTA binary file size calculation wrong !?
Replies: 8
Views: 5889

Re: Is the OTA binary file size calculation wrong !?

Hi, I tried running advanced_https_ota example on IDF master (v5.0-dev-258-gf8f49de735) and did not see any difference in value of written image length and content length. Please see debug logs below: D (35048) esp_https_ota: Written image length 145656 D (35058) advanced_https_ota_example: Image by...
by ESP_Shubham
Mon May 31, 2021 9:01 am
Forum: ESP-IDF
Topic: Only validate image when anti-rollback is enabled?
Replies: 3
Views: 3305

Re: Only validate image when anti-rollback is enabled?

Hi, thanks for reporting this issue. I agree that image should also be validated when ROLLBACK is enabled. We were focusing on Anti-Rollback test while adding the change, due to which this condition was added. I have added the fix in internal merge queue and is under review. It will be pushed to Git...
by ESP_Shubham
Mon Dec 21, 2020 1:55 pm
Forum: ESP-IDF
Topic: wifi_prov_mgr example failing with "httpd_resp_send_err: error calling setsockopt : 22"
Replies: 10
Views: 10810

Re: wifi_prov_mgr example failing with "httpd_resp_send_err: error calling setsockopt : 22"

Hi William,

Did you modify sdkconfig while running the example?

I checked running wifi_prov_mgr example (https://github.com/espressif/esp-idf/tr ... i_prov_mgr) on specified tag, it works at my end.

Can you share sdkconfig file?

Thanks,
Shubham
by ESP_Shubham
Fri Jun 26, 2020 7:03 am
Forum: ESP-IDF
Topic: DOS due to webserver sockets not closing (easy repro) [IDFGH-3437]
Replies: 2
Views: 4490

Re: DOS due to webserver sockets not closing (easy repro) [IDFGH-3437]

Hi Sascha,

Thanks for reporting and mentioning detailed steps to reproduce this issue.

We have created a fix and will be available on GitHub soon.
I have also attached a patch which fixes the issue.
You can apply the patch and set lru_purge_enable true.

Thanks,
Shubham
by ESP_Shubham
Mon Mar 09, 2020 6:50 am
Forum: ESP-IDF
Topic: Unclear instructions on how to use esp_http_client (http_event_handler mandatory?)
Replies: 5
Views: 7609

Re: Unclear instructions on how to use esp_http_client (http_event_handler mandatory?)

We will update the esp_http_client example to demonstrate use of esp_http_client_read(). Along with it, will also add a buffer to accumulate response body from event handler.
by ESP_Shubham
Fri Feb 28, 2020 1:53 pm
Forum: ESP-IDF
Topic: Unclear instructions on how to use esp_http_client (http_event_handler mandatory?)
Replies: 5
Views: 7609

Re: Unclear instructions on how to use esp_http_client (http_event_handler mandatory?)

Hello, Thanks for reporting this issue with the documentation. There are two ways to get response body, using event handler and using esp_http_client_read. While using event handler, you can receive data using HTTP_EVENT_ON_DATA event as shown in https://github.com/espressif/esp-idf/blob/e36516372a8...
by ESP_Shubham
Fri Jan 24, 2020 8:31 am
Forum: ESP-IDF
Topic: v4.1-dev https_OTA is not working
Replies: 7
Views: 10151

Re: v4.1-dev https_OTA is not working

@chadpham75 @kkentzo Thanks for reporting this issue.
We could reproduce this issue on our side.
I'm attaching a patch which should fix the issue. Can you please apply the patch and retry the example?