diff --git a/gcloud-java-datastore/src/main/java/com/google/cloud/datastore/testing/LocalDatastoreHelper.java b/gcloud-java-datastore/src/main/java/com/google/cloud/datastore/testing/LocalDatastoreHelper.java index 906e3ccb300e..3c831afdfbbe 100644 --- a/gcloud-java-datastore/src/main/java/com/google/cloud/datastore/testing/LocalDatastoreHelper.java +++ b/gcloud-java-datastore/src/main/java/com/google/cloud/datastore/testing/LocalDatastoreHelper.java @@ -92,7 +92,7 @@ public class LocalDatastoreHelper { GCD_URL = null; } else { try { - GCD_URL = new URL("http://storage.googleapis.com/gcd/tools/" + GCD_FILENAME); + GCD_URL = new URL("https://storage.googleapis.com/gcd/tools/" + GCD_FILENAME); } catch (MalformedURLException e) { throw new RuntimeException(e); }