From 436249de4f1888b65680516016850e1a13657dd2 Mon Sep 17 00:00:00 2001 From: Shubham Kulkarni Date: Mon, 25 Oct 2021 14:18:56 +0530 Subject: [PATCH] esp_http_client: Disable HTTP digest auth by default --- components/esp_http_client/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_http_client/Kconfig b/components/esp_http_client/Kconfig index abcee0f327..b7ea8ed68c 100644 --- a/components/esp_http_client/Kconfig +++ b/components/esp_http_client/Kconfig @@ -16,7 +16,7 @@ menu "ESP HTTP client" config ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH bool "Enable HTTP Digest Authentication" - default y + default n help This option will enable HTTP Digest Authentication. It is enabled by default, but use of this configuration is not recommended as the password can be derived from the exchange, so it introduces