From 520fc35ce0269df2963a5b53112f614257b08bc6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 6 Feb 2021 09:54:26 +0200 Subject: feat: client verifies server's TLS certificate by default Configuration setting can disable it. --- client.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'client.yaml') diff --git a/client.yaml b/client.yaml index dd60c9c..f985fae 100644 --- a/client.yaml +++ b/client.yaml @@ -1,3 +1,4 @@ server_url: https://localhost:8888 +verify_tls_cert: false root: /home/liw/tmp/Foton log: obnam.log -- cgit v1.2.1