Any chance this is going to get updated to work in PS7?
Specifically (as a starting point), when I tried to apply a custom configuration using cChoco, the cChocoInstaller blew up because that SSL3 protocol is not supported.
|
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12 -bor [System.Net.SecurityProtocolType]::Tls11 -bor [System.Net.SecurityProtocolType]::Tls -bor [System.Net.SecurityProtocolType]::Ssl3 |
Any chance this is going to get updated to work in PS7?
Specifically (as a starting point), when I tried to apply a custom configuration using cChoco, the cChocoInstaller blew up because that SSL3 protocol is not supported.
cChoco/DSCResources/cChocoInstaller/cChocoInstaller.psm1
Line 156 in 59d8a4f