From 498bacdb997f75aa7cc88bcb024fc2b153d8b11f Mon Sep 17 00:00:00 2001 From: Slava Kim Date: Wed, 11 Mar 2015 17:15:52 -0700 Subject: [PATCH] Don't use https for the Windows installer This is a temporary solution to the problem of installing Meteor on Windows Server 2008 and Windows Server 2012. On Windows Server, the requests using TLS 1.1 and TLS 1.2 are disabled by default. --- scripts/windows/installer/WiXInstaller/Configuration.wxi_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/windows/installer/WiXInstaller/Configuration.wxi_ b/scripts/windows/installer/WiXInstaller/Configuration.wxi_ index f4c78cb028..668d81ce5e 100644 --- a/scripts/windows/installer/WiXInstaller/Configuration.wxi_ +++ b/scripts/windows/installer/WiXInstaller/Configuration.wxi_ @@ -23,6 +23,6 @@ - +