You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same failures from 2 macOS daily builds. And we got the similar failures for Invoke-RestMethod -SslProtocol.
[-] Verifies Invoke-WebRequest -SslProtocol Tls11 works on Tls11 145ms
SSL connect error
at line: 1527 in /Users/travis/build/PowerShell/PowerShell/test/powershell/Modules/Microsoft.PowerShell.Utility/WebCmdlets.Tests.ps1
[-] Verifies Invoke-WebRequest -SslProtocol Tls12 works on Tls12 125ms
SSL connect error
at line: 1527 in /Users/travis/build/PowerShell/PowerShell/test/powershell/Modules/Microsoft.PowerShell.Utility/WebCmdlets.Tests.ps1
+++
[-] Verifies Invoke-WebRequest -SslProtocol -SslProtocol Tls11 fails on a Tls only connection 213ms
Expected string length 83 but was 13. Strings differ at index 0.
Expected: {WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand}
But was: {No Exception!}
-----------^
at line: 75 in /Users/travis/build/PowerShell/PowerShell/test/tools/Modules/HelpersCommon/HelpersCommon.psm1
75: $_.FullyQualifiedErrorId | Should Be $FullyQualifiedErrorId | Out-Null
[-] Verifies Invoke-WebRequest -SslProtocol -SslProtocol Tls12 fails on a Tls only connection 181ms
Expected string length 83 but was 13. Strings differ at index 0.
Expected: {WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand}
But was: {No Exception!}
-----------^
at line: 75 in /Users/travis/build/PowerShell/PowerShell/test/tools/Modules/HelpersCommon/HelpersCommon.psm1
75: $_.FullyQualifiedErrorId | Should Be $FullyQualifiedErrorId | Out-Null
Same failures from 2 macOS daily builds. And we got the similar failures for
Invoke-RestMethod -SslProtocol.