forked from norman/fusionpbx-install.sh-github-mirror
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user