From 914ff0e7189390690d2681f72567c9cc5c4ddd05 Mon Sep 17 00:00:00 2001 From: vadimartynov <166398828+vadimartynov@users.noreply.github.com> Date: Thu, 5 Dec 2024 21:39:28 +0300 Subject: [PATCH] Replaced https.client.enabled with false in scaffold/security (#6320) --- weed/command/scaffold/security.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/command/scaffold/security.toml b/weed/command/scaffold/security.toml index 8c1b51ac3..333eb80e1 100644 --- a/weed/command/scaffold/security.toml +++ b/weed/command/scaffold/security.toml @@ -98,7 +98,7 @@ key = "" # https client for master|volume|filer|etc connection # It is necessary that the parameters [https.volume]|[https.master]|[https.filer] are set [https.client] -enabled = true +enabled = false cert = "" key = "" ca = ""