From 69c05535d062e0ace6456313f2ad5846c7c47e2a Mon Sep 17 00:00:00 2001 From: MichaelDaum Date: Wed, 13 Sep 2017 14:16:04 +0200 Subject: [PATCH] Item14474: use https to upload extensions --- core/tools/extension_installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tools/extension_installer b/core/tools/extension_installer index d5cda08299..40c78905a4 100755 --- a/core/tools/extension_installer +++ b/core/tools/extension_installer @@ -35,7 +35,7 @@ the history of any topic changed during the installation. package Foswiki; # The root of package URLs -my $PACKAGES_URL = 'http://foswiki.org/pub/Extensions'; +my $PACKAGES_URL = 'https://foswiki.org/pub/Extensions'; # Establish where we are my @path = ( 'tools', 'extender.pl' );