Add security protocols: Ssl3,Tls,Tls11,Tls12

This commit is contained in:
Michael Tsai 2018-09-30 13:35:40 +08:00
Родитель d8544aa0cf
Коммит accdb2339d
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -36,6 +36,8 @@ if (!$ifInstallPrerequisitesExist -or
try {
$prefix = "https://raw.githubusercontent.com/Microsoft/WindowsProtocolTestSuites/staging/InstallPrerequisites/"
$AllProtocols = [System.Net.SecurityProtocolType]'Ssl3,Tls,Tls11,Tls12'
[System.Net.ServicePointManager]::SecurityProtocol = $AllProtocols
$WebResponse = Invoke-WebRequest https://github.com/Microsoft/WindowsProtocolTestSuites/tree/staging/InstallPrerequisites/ -UseBasicParsing
# Download InstallVs2017Community.cmd