Search found 3 matches

by cseligy
Fri Mar 24, 2023 3:24 pm
Forum: ESP-IDF
Topic: esp_https_ota keeps trying to connect after max_authorization_retries
Replies: 4
Views: 3109

Re: esp_https_ota keeps trying to connect after max_authorization_retries

Hi @ESP_harshal,

I was able to apply the patch and it works. Thanks for your help!
by cseligy
Fri Mar 24, 2023 2:06 pm
Forum: ESP-IDF
Topic: esp_https_ota keeps trying to connect after max_authorization_retries
Replies: 4
Views: 3109

Re: esp_https_ota keeps trying to connect after max_authorization_retries

Hi @ESP_harshal, thanks for the response. Please pardon my ignorance but how exactly do I apply this patch? I got an error when I tried the command below. C:\Espressif\frameworks\esp-idf-v5.0.1>git am --keep-cr ../0001-esp_https_ota-Set-user-configurable-ota-authorizatio.txt error: patch failed: com...
by cseligy
Thu Mar 16, 2023 10:17 pm
Forum: ESP-IDF
Topic: esp_https_ota keeps trying to connect after max_authorization_retries
Replies: 4
Views: 3109

esp_https_ota keeps trying to connect after max_authorization_retries

I'm using https OTA with basic authentication and max_authorization_retries set to -1. After trying to connect to the server with an incorrect password, esp_https_ota_begin keeps attempting to connect to the server even though I get an error which says "HTTP_CLIENT: Error, reached max_authorization_...