Deployer not working behind proxy #3757
Unanswered
herbyxxx
asked this question in
Help needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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?)
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 "*" ...
Beta Was this translation helpful? Give feedback.
All reactions