From 2be83fdca5c440d45b8cd92bda9315757463d6c7 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Tue, 1 Aug 2023 19:50:17 +0200 Subject: [feature] Allow users to skip http client tls verification for testing purposes (with appropriately loud warnings) (#2052) --- test/envparsing.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/envparsing.sh b/test/envparsing.sh index 6506d0f27..14b265b32 100755 --- a/test/envparsing.sh +++ b/test/envparsing.sh @@ -119,7 +119,8 @@ EXPECT=$(cat <<"EOF" "http-client": { "allow-ips": [], "block-ips": [], - "timeout": 10000000000 + "timeout": 10000000000, + "tls-insecure-skip-verify": false }, "instance-deliver-to-shared-inboxes": false, "instance-expose-peers": true, -- cgit v1.2.3