From c69770d1dd1ccdd8f4489607623f8f80ae4b1612 Mon Sep 17 00:00:00 2001 From: Saswat Padhi Date: Mon, 6 Feb 2023 22:34:06 +0000 Subject: [PATCH] Add `insecure_skip_verify` in example.scrutiny.yaml --- example.scrutiny.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/example.scrutiny.yaml b/example.scrutiny.yaml index c93725e..9d8c80a 100644 --- a/example.scrutiny.yaml +++ b/example.scrutiny.yaml @@ -47,6 +47,11 @@ web: # org: 'my-org' # bucket: 'bucket' retention_policy: true + # if you wish to disable TLS certificate verification, + # when using self-signed certificates for example, + # then uncomment the lines below and set `insecure_skip_verify: true` + # tls: + # insecure_skip_verify: false log: file: '' #absolute or relative paths allowed, eg. web.log