We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433f5f3 commit 28f521eCopy full SHA for 28f521e
cmd/run.go
@@ -273,7 +273,7 @@ func (r *Runner) Run(ctx context.Context, patterns []string) error {
273
if err != nil {
274
return fmt.Errorf("could not start http proxy server: %w", err)
275
}
276
- r.config.HTTPProxyURL = "https://" + httpProxyServer.Address
+ r.config.HTTPProxyURL = "http://" + httpProxyServer.Address
277
r.log.Info("Started HTTP CONNECT proxy server", "address", httpProxyServer.Address)
278
defer httpProxyServer.Close()
279
0 commit comments