Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cChocoInstaller Use SSLv3 only for Powershell 5 or lower
Powershell 6 deprecates and removes SSLv3 from the list of supported SecurityProtocolTypes. This resultes in the resource throwing an error on versions 6 or higher. Resolve the issue by only requesting Ssl3 on versions lower than 6 where it is still supported. Fixes: #182 Relates to: #173
- Loading branch information