From dfee3f84455c4ba431b800f428df411488b8ba28 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 25 Feb 2014 21:39:32 -0800 Subject: [PATCH] core: default URL will be https --- lib/vagrant/shared_helpers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant/shared_helpers.rb b/lib/vagrant/shared_helpers.rb index ab7340fde..d980e9723 100644 --- a/lib/vagrant/shared_helpers.rb +++ b/lib/vagrant/shared_helpers.rb @@ -6,7 +6,7 @@ module Vagrant # of Vagrant that may require remote access. # # @return [String] - DEFAULT_SERVER_URL = "http://www.vagrantcloud.com" + DEFAULT_SERVER_URL = "https://www.vagrantcloud.com" # This returns whether or not 3rd party plugins should be loaded. #