mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
feat(esp_https_ota): SSL supports no verification
This commit is contained in:
@ -9,4 +9,13 @@ config OTA_BUF_SIZE
|
||||
This buffer size depends on CONFIG_HTTP_BUF_SIZE. If you want to enlarge ota buffer size, please also enlarge CONFIG_HTTP_BUF_SIZE.
|
||||
OTA_BUF_SIZE equals to 1460 can save 40% upgrade time in contrast to OTA_BUF_SIZE which equals to 256.
|
||||
|
||||
config OTA_ALLOW_HTTP
|
||||
bool "Allow HTTP for OTA (WARNING: ONLY FOR TESTING PURPOSE, READ HELP)"
|
||||
default n
|
||||
help
|
||||
It is highly recommended to keep HTTPS (along with server certificate validation) enabled.
|
||||
Enabling this option comes with potential risk of:
|
||||
- Non-encrypted communication channel with server
|
||||
- Accepting firmware upgrade image from server with fake identity
|
||||
|
||||
endmenu
|
||||
|
Reference in New Issue
Block a user