From 6943bf2a7057c10463e23370067c2c8c3225a73a Mon Sep 17 00:00:00 2001 From: "Heiko Schlittermann (HS12-RIPE)" Date: Mon, 2 Jan 2017 17:18:48 +0100 Subject: [PATCH] Change the config template to use https --- build-farm.conf.template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/build-farm.conf.template b/build-farm.conf.template index 0073b09..819c759 100644 --- a/build-farm.conf.template +++ b/build-farm.conf.template @@ -51,11 +51,15 @@ our %conf =( # Linux style, use "*.core" for BSD core_file_glob => "core*", + # Note about HTTPS: HTTPS support is experimental. For a + # limited time you may try to use HTTP, in case HTTPS doesn't + # work for you. + # build process will connect to this URL to upload results - target => 'http://buildfarm.exim.org/cgi-bin/eximstatus.pl', + target => 'https://buildfarm.exim.org/cgi-bin/eximstatus.pl', # update_personality uses this when you want to update your # machine's info (OS, version, compiler, version) - upgrade_target => 'http://buildfarm.exim.org/cgi-bin/upgrade.pl', + upgrade_target => 'https://buildfarm.exim.org/cgi-bin/upgrade.pl', # Your host alias and password in the BuildFarm animal => "alias_assigned_by_build_team", -- 2.30.2