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. #