]> git.proxmox.com Git - pve-manager.git/commitdiff
change turnkey URL to https version to permit a redirection.
authorWolfgang Link <w.link@proxmox.com>
Thu, 25 Feb 2016 13:47:46 +0000 (14:47 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 26 Feb 2016 10:30:06 +0000 (11:30 +0100)
PVE/APLInfo.pm

index c64a87dbe5489db0a9abf840b0aec7ac22fea0b8..1f51918e677353cb4517793ea3884149b5fef090 100644 (file)
@@ -246,7 +246,7 @@ sub get_apl_sources {
  
     my $urls = [];
     push @$urls, "http://download.proxmox.com/images";
-    push @$urls, "http://releases.turnkeylinux.org/pve";
+    push @$urls, "https://releases.turnkeylinux.org/pve";
 
     return $urls;
 }