Bug 574252: Unsafe redirect to archive.eclipse.org
Change-Id: Ifb2dfb7294a6f63b63df8093fe23f7af3225f2fd
Signed-off-by: Denis Roy <denis.roy@eclipse-foundation.org>
diff --git a/download.php b/download.php
index 2818319..958affc 100755
--- a/download.php
+++ b/download.php
@@ -80,7 +80,7 @@
$Mirror = new Mirror();
$archiveBasePath = "/home/data2/httpd/archive.eclipse.org";
- $archiveBaseURL = "http://archive.eclipse.org";
+ $archiveBaseURL = "https://archive.eclipse.org";
$_format = $App->getHTTPParameter("format");
$_debug = $App->getHTTPParameter("debug");