boxcutter / windows

Virtual machine templates for Windows written in legacy JSON and Batch Scripting/JScript
Apache License 2.0
753 stars 266 forks source link

Issue when trying to download wget.exe with some of the templates for the older platforms. #238

Closed arizvisa closed 4 years ago

arizvisa commented 4 years ago

When trying to download tools like wget.exe and a few others, some of the servers that we remotely depend on are Tls 1.2-only. This results in Powershell and bitsadmin being unable to download wget.exe which screws up our bootstrapping.

This is the error that's seen.

Exception calling "DownloadFile" with "2" argument(s): "The underlying connection was closed: An unexpected error occurred on a send."
...
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : DotNetMethodException
arizvisa commented 4 years ago

This would get closed by PR #239.

arizvisa commented 4 years ago

This is closed by PR #239.