From c7e4e6f6c995dfc4c0e0956f0dcf0463c40f8cda Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 23 Jul 2022 23:16:06 -0700 Subject: [PATCH] Add Healthchecks "verify_tls" option to NEWS. --- NEWS | 2 ++ borgmatic/config/schema.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 55c4fca7a..e18e13010 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ 1.6.7.dev0 * #565: Fix handling of "repository" and "data" consistency checks to prevent invalid Borg flags. + * Add support for disabling TLS verification in Healthchecks monitoring hook with "verify_tls" + option. 1.6.6 * #559: Update documentation about configuring multiple consistency checks or multiple databases. diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 1880778c9..83c163d4f 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -1015,7 +1015,7 @@ properties: verify_tls: type: boolean description: | - Verify the SSL certificate of the endpoint. + Verify the TLS certificate of the ping URL host. Defaults to true. example: false send_logs: