saltstack/salt-bootstrap

Exception calling DownloadFile

max-arnold opened this issue · 3 comments

Description of Issue/Question

The following command fails on Windows 2012-R2 (2016 and later are fine):

powershell -File bootstrap_salt.ps1
===============================================================================
 Bootstrapping Salt Minion
 - version: latest
 - file name:
 - file url:
-------------------------------------------------------------------------------
Downloading Installer: bootstrap_salt.ps1 : Exception calling "DownloadFile" with "2" argument(s): "The path is not of a legal form."
    + CategoryInfo          : NotSpecified: (:) [bootstrap_salt.ps1], MethodInvocationException
    + FullyQualifiedErrorId : ArgumentException,bootstrap_salt.ps1

Versions and Systems

Reproduced on Azure with the following image:

      "publisher": "MicrosoftWindowsServer",
      "offer": "WindowsServer",
      "sku": "2012-R2-Datacenter",
      "version": "latest"

This is caused by Cipher Suites on our S3 bucket that are not supported in 2012 R2. We're rolling back one version to make sure 2012 R2 is supported.

OK, it's all been updated. This should work now. Please let me know if it doesn't.

It works now, thanks a lot!