From cd753622e38ae376963dff44b87cd7e1faf0aafb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=90=E6=96=87?= Date: Sun, 21 May 2023 07:42:59 +0800 Subject: [PATCH] chore: add change for fix bad default SSL certificate --- changes/ce/fix-10761.en.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/ce/fix-10761.en.md diff --git a/changes/ce/fix-10761.en.md b/changes/ce/fix-10761.en.md new file mode 100644 index 000000000..3df84bb86 --- /dev/null +++ b/changes/ce/fix-10761.en.md @@ -0,0 +1 @@ +Fixing the issue where the default value of SSL certificate for Dashboard Listener was not correctly interpolated, which caused HTTPS to be inaccessible when verify_peer and cacertfile were using the default configuration.