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
Running the install step under the spbuild docker container results in errors when downloading.
I get the same error using powershell on the same machine outside the docker container (Win10), but not when using a different machine (Win11) on the same network. All have different versions of powershell, with the working installation being most recent. Tested both 5.32 and 5.30 distros.
psperl -Install perl64-5.30.0.1Invoke-WebRequest : Unable to read datafrom the transport connection: An existing connection was forcibly closed by
the remote host.
At line:1 char:1+Invoke-WebRequest-Uri https://strawberryperl.com/download/5.32.1.1/s ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Invoke-WebRequest], IOException
+ FullyQualifiedErrorId : System.IO.IOException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
Docker powershell (fails):
$PSVersionTable
Name Value
---------
PSVersion 5.1.17763.2931
PSEdition Desktop
PSCompatibleVersions {1.0,2.0,3.0,4.0...}
BuildVersion 10.0.17763.2931
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
powershell on same machine but not under docker (fails):
$PSVersionTable
Name Value
---------
PSVersion 5.1.19041.2364
PSEdition Desktop
PSCompatibleVersions {1.0,2.0,3.0,4.0...}
BuildVersion 10.0.19041.2364
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Machine on which it works:
Name Value
---------
PSVersion 5.1.22621.963
PSEdition Desktop
PSCompatibleVersions {1.0,2.0,3.0,4.0...}
BuildVersion 10.0.22621.963
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
The text was updated successfully, but these errors were encountered:
It works under Powershell v7 on the same machine with the fails.
$PSVersionTable
Name Value
---------
PSVersion 7.3.3
PSEdition Core
GitCommitId 7.3.3
OS Microsoft Windows 10.0.19045
Platform Win32NT
PSCompatibleVersions {1.0,2.0,3.0,4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Running the install step under the spbuild docker container results in errors when downloading.
I get the same error using powershell on the same machine outside the docker container (Win10), but not when using a different machine (Win11) on the same network. All have different versions of powershell, with the working installation being most recent. Tested both 5.32 and 5.30 distros.
Docker powershell (fails):
powershell on same machine but not under docker (fails):
Machine on which it works:
The text was updated successfully, but these errors were encountered: