Skip to content

Deployer not working behind proxy #3756

Description

@herbyxxx
  • Deployer version: 7.3.3
  • Deployment OS: Windows

When using deployer behind a proxy you keep getting the following error:
In Httpie.php line 201: JSON Error: Syntax error

It keeps making requests to the /load url (on localhost I assume?)

  <p><b>Invalid Request</b> error was encountered while trying to process the request:</p>

  <blockquote id="data">
  <pre>GET /load HTTP/1.1
  User-Agent: Deployer 7.3.3
  Accept: */*
  Proxy-Connection: Keep-Alive
  Content-Type: application/json
  Content-Length: 43
  Host: xxxxx:51353

However in my case the host you send that request to is the proxy itself.

There should be a way to remove the proxy for those request or add a way to add curl options e.g. curl --noproxy "*" ...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions