Change the config template to use https
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Mon, 2 Jan 2017 16:18:48 +0000 (17:18 +0100)
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Wed, 1 Feb 2017 21:29:17 +0000 (22:29 +0100)
build-farm.conf.template

index 0073b09fcf670205d625d482028c81a802ed7dcc..819c7591ec65220be4e7dcce24e906c709dcc8d1 100644 (file)
@@ -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",