From 0bf26c3578279ba0182fa2413542da3f223cdccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20B=C3=B8hm?= <46354423+anbohm@users.noreply.github.com> Date: Thu, 4 Aug 2022 11:09:43 +0200 Subject: [PATCH] Update Install.ps1 Added tls setting for webrequest --- Misc/VLC Player/Install.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Misc/VLC Player/Install.ps1 b/Misc/VLC Player/Install.ps1 index 6647508..3d7012b 100644 --- a/Misc/VLC Player/Install.ps1 +++ b/Misc/VLC Player/Install.ps1 @@ -47,6 +47,7 @@ Function Get-VlcPlayerUpdateWin { Clear-Host Write-Verbose "Setting Arguments" -Verbose $StartDTM = (Get-Date) +[Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls" $Vendor = "Misc" $Product = "VLC Player"