-
CONFIG_AZURE_FOTA_TLS
¶
Use HTTPS for downloads
Type: bool
Help¶
Currently, the transport protocol must be configured at compile time.
Disable this option to use HTTP without security.
Default¶
y
Kconfig definition¶
At <nRF>/subsys/net/lib/azure_fota/Kconfig:43
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <nRF>/subsys/Kconfig:18
→ <nRF>/subsys/net/Kconfig:8
→ <nRF>/subsys/net/lib/Kconfig:14
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Networking → Application protocols → Azure FOTA library [EXPERIMENTAL]
config AZURE_FOTA_TLS
bool "Use HTTPS for downloads"
default y
depends on AZURE_FOTA
help
Currently, the transport protocol must be configured at compile time.
Disable this option to use HTTP without security.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)