-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
As a user, I want to download the butler binary so that I can use the CLI tool.
Expected
Butler binary can be downloaded via https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default
Actual
Butler binary cannot be downloaded due to:
Insecure download blocked
It looks like the proxy is redirecting from HTTPS to HTTP protocol. This downgrade impacts CI workflows as it can cause GitHub Actions to fail with:
Redirect from HTTPS to HTTP protocol. This downgrade is not allowed for security reasons. If you want to allow this behavior, set the allowRedirectDowngrade option to true.
See remarkablegames/setup-butler#210
Steps to Reproduce
Browser
- Open Chrome and paste link and hit Enter: https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default
CI
Create a GitHub Action workflow using remarkablegames/setup-butler(the action was updated to use HTTP instead of HTTPS)
Metadata
Metadata
Assignees
Labels
No labels