Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: HostClient can't follow redirects to a different protocol, please use Client instead #557

Open
wips opened this issue Jun 25, 2022 · 1 comment

Comments

@wips
Copy link

wips commented Jun 25, 2022

Expected Behavior

No error?

Actual Behavior

2022/06/25 19:23:18.173639 runner.go:103: New config received, applying
2022/06/25 19:23:18.175056 http.go:145: Attacking https://www....
2022-06-25T22:23:18.175+0300    ERROR   runner/runner.go:187    error running job       {"name": "", "type": "http", "error": "HostClient can't follow redirects to a different protocol, please use Client instead"}
github.com/Arriven/db1000n/src/runner.(*Runner).runJobs.func1
        /home/runner/work/db1000n/db1000n/src/runner/runner.go:187
2022/06/25 19:23:18.175635 http.go:145: Attacking https://www....
2022-06-25T22:23:18.175+0300    ERROR   runner/runner.go:187    error running job       {"name": "", "type": "http", "error": "HostClient can't follow redirects to a different protocol, please use Client instead"}
github.com/Arriven/db1000n/src/runner.(*Runner).runJobs.func1
        /home/runner/work/db1000n/db1000n/src/runner/runner.go:187
2022/06/25 19:23:18.175895 http.go:145: Attacking https://www....

Steps to Reproduce the Problem

  1. Run with debug ./db1000n --debug 1> logs.txt 2>&1
  2. Observe logs

Specifications

  • Version: db1000n_0.8.7_darwin_amd64
  • Platform: MacOS
  • Subsystem: BigSur 11.6.7
@arriven
Copy link
Owner

arriven commented Jun 26, 2022

One of the targets is misconfigured, doesn't affect others but let me take a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants