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
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.
```
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 itchio/butler#265
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:
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:
See remarkablegames/setup-butler#210
Steps to Reproduce
Browser
CI
Create a GitHub Action workflow using remarkablegames/setup-butler(the action was updated to use HTTP instead of HTTPS)The text was updated successfully, but these errors were encountered: