Use HTTPS
diff --git a/downloads/classes/CQ.class.php b/downloads/classes/CQ.class.php
index bca5aaf..364c2d4 100755
--- a/downloads/classes/CQ.class.php
+++ b/downloads/classes/CQ.class.php
@@ -491,7 +491,7 @@
  * Force the CQs to be loaded from the server via HTTP. Otherwise, CQs will be lazily
  * loaded from the database when they are required.
  */
-function load_cqs_from_server($file = "http://www.eclipse.org/projects/xml/cqs.php") {
+function load_cqs_from_server($file = "https://www.eclipse.org/projects/xml/cqs.php") {
 	global $_cqs;
 	$_cqs = array();
 	$raw = simplexml_load_file($file);
diff --git a/downloads/classes/functions.php b/downloads/classes/functions.php
index 727e96b..985289f 100755
--- a/downloads/classes/functions.php
+++ b/downloads/classes/functions.php
@@ -38,7 +38,7 @@
 
 
 function parseProjects($downloadFunction, $namespaceFunction) {
-	$xml = simplexml_load_file("http://www.eclipse.org/projects/xml/projects.php");
+	$xml = simplexml_load_file("https://www.eclipse.org/projects/xml/projects.php");
 	
 	// Hack special cases...
 	$downloadFunction("technology.linux-distros", "/home/data/httpd/download.eclipse.org/technology/linuxtools/");