From cac94c55c59a397524a04786f4d699e2bd7f21bf Mon Sep 17 00:00:00 2001 From: Zbigniew Kurzynski Date: Thu, 7 Nov 2019 12:55:04 +0100 Subject: Turning ON the mutual TLS This commit sets the mutual TLS option to ON by default. Core mTLS implementation was accepted under this commit: https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/23588 where by default the mTLS was disabled. Tested: Manual tests were made to verify if this option turns the mTLS ON. Signed-off-by: Zbigniew Kurzynski Change-Id: I3bc5f5453d4c4df1cd7ecb0b8868423285b6ab83 --- include/sessions.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/sessions.hpp b/include/sessions.hpp index f197bff2de..4144705776 100644 --- a/include/sessions.hpp +++ b/include/sessions.hpp @@ -108,7 +108,7 @@ struct AuthConfigMethods bool cookie = true; bool sessionToken = true; bool basic = true; - bool tls = true; + bool tls = false; void fromJson(const nlohmann::json& j) { -- cgit v1.2.3