From f131d11532e39af6081f5e36a385fc0edf38e551 Mon Sep 17 00:00:00 2001 From: Len Date: Sat, 7 Mar 2020 14:12:54 -0500 Subject: [PATCH] Comment out weak security ciphers (#295) https://stackoverflow.com/questions/28286086/default-securityprotocol-in-net-4-5#36454717 https://www.imperialviolet.org/2014/12/08/poodleagain.html --- windows/install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/install.ps1 b/windows/install.ps1 index de787e9..95025c8 100644 --- a/windows/install.ps1 +++ b/windows/install.ps1 @@ -2,7 +2,7 @@ # Installs PostreSQL, PostgreSQL ODBC driver, PHP 7.1, GIT, Web Platform Installer, # Configures ODBC, IIS, and FusionPBX -[Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls, ssl3" +# "Uncomment and remove this comment to enable weak security ciphers" [Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls, ssl3" # includes . .\resources\config.ps1