From 2520b2cbbdc63064b4917b54d27291bd6919f75b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Fri, 17 Nov 2023 18:29:34 +0100 Subject: [PATCH] Fix GitHub CI build --- .github/actions/test-file-transfers/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/test-file-transfers/entrypoint.sh b/.github/actions/test-file-transfers/entrypoint.sh index 87bae51..9672b86 100755 --- a/.github/actions/test-file-transfers/entrypoint.sh +++ b/.github/actions/test-file-transfers/entrypoint.sh @@ -62,6 +62,7 @@ echo "log_level = 'debug' [network] address = '127.0.0.1:3001' +enable_tls = true tls_certificate_path = './cert.crt' tls_private_key_path = './key.pk8' " > tls.toml