From dffe5284008c6d6f500c0d9866cb3033b4b6bb74 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Tue, 22 Jul 2014 15:30:14 -0400 Subject: [PATCH] Actually, let's use HTTPS for our Vagrantfile --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 7944bc542..57e8306ca 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,7 +4,7 @@ # Vagrant.configure("2") do |config| config.vm.box = 'discourse-0.9.9.13' - config.vm.box_url = "http://d3fvb7b7auiut8.cloudfront.net/discourse-0.9.9.13.box" + config.vm.box_url = "https://d3fvb7b7auiut8.cloudfront.net/discourse-0.9.9.13.box" # Make this VM reachable on the host network as well, so that other # VM's running other browsers can access our dev server.