From 1c82e205572bbf1927f1a19a1b247b8aa7bdf58c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 27 Nov 2020 08:45:15 +0200 Subject: feat! make obnam-server always use TLS This will ruin my benchmark results, but it's the right thing to do. --- client.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client.yaml') diff --git a/client.yaml b/client.yaml index fbe0b54..53582aa 100644 --- a/client.yaml +++ b/client.yaml @@ -1,3 +1,3 @@ -server_url: http://localhost:8888/chunks +server_url: https://localhost:8888/chunks root: /home/liw/pers/debian-ansible dbname: foo.db -- cgit v1.2.1