From: Heiko Schlittermann (HS12-RIPE) Date: Mon, 2 Jan 2017 16:18:48 +0000 (+0100) Subject: Change the config template to use https X-Git-Url: https://git.exim.org/buildfarm-client.git/commitdiff_plain/6943bf2a7057c10463e23370067c2c8c3225a73a Change the config template to use https --- 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",