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