majkinetor / au

Chocolatey Automatic Package Updater Module
GNU General Public License v2.0
227 stars 71 forks source link

Don't set SSLv3 on PowerShell 6+ #236

Closed TheCakeIsNaOH closed 3 years ago

TheCakeIsNaOH commented 3 years ago

So it looks like SSLv3 is not supported on all platforms for PowerShell core, not only Linux.

This keeps the current behavior when run under WindowsPowerShell, but selects TLS minimum for PowerShell 6+.

Related:

206

216

233

234