CONFIG_HTTPS

HTTPS support

Type: bool

Help

Enables HTTPS support.

Direct dependencies

HTTP && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/net/lib/http/Kconfig:39

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:93subsys/net/lib/Kconfig:15

Menu path: (top menu) → Networking → Network Protocols

config HTTPS
    bool
    prompt "HTTPS support" if HTTP && NETWORKING
    select NET_APP_TLS if HTTP && NETWORKING
    depends on HTTP && NETWORKING
    help
      Enables HTTPS support.

(Definitions include propagated dependencies, including from if’s and menus.)