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. --- subplot/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subplot/server.py') diff --git a/subplot/server.py b/subplot/server.py index 5952cb2..c4c01e1 100644 --- a/subplot/server.py +++ b/subplot/server.py @@ -33,7 +33,7 @@ def start_chunk_server(ctx): logging.debug(f"Picked randomly port for obnam-server: {config['port']}") ctx["config"] = config - ctx["server_url"] = f"http://localhost:{port}/chunks" + ctx["server_url"] = f"https://localhost:{port}/chunks" start_daemon( ctx, -- cgit v1.2.1