Use https for IvyDE updatesite test
diff --git a/test/java/org/apache/ivy/osgi/updatesite/UpdateSiteLoaderTest.java b/test/java/org/apache/ivy/osgi/updatesite/UpdateSiteLoaderTest.java
index 163e97f..b456634 100644
--- a/test/java/org/apache/ivy/osgi/updatesite/UpdateSiteLoaderTest.java
+++ b/test/java/org/apache/ivy/osgi/updatesite/UpdateSiteLoaderTest.java
@@ -64,7 +64,7 @@
     @Test
     public void testIvyDE() throws IOException, ParseException, SAXException, URISyntaxException {
         RepoDescriptor site = loader.load(new URI(
-                "http://www.apache.org/dist/ant/ivyde/updatesite/"));
+                "https://www.apache.org/dist/ant/ivyde/updatesite/"));
         assertTrue(site.getModules().hasNext());
         Iterator<ModuleDescriptorWrapper> it = site.getModules();
         while (it.hasNext()) {