瀏覽代碼

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
Len 5 年之前
父節點
當前提交
f131d11532
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      windows/install.ps1

+ 1 - 1
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