summaryrefslogtreecommitdiff
path: root/subplot/server.py
diff options
context:
space:
mode:
Diffstat (limited to 'subplot/server.py')
-rw-r--r--subplot/server.py2
1 files changed, 1 insertions, 1 deletions
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,