trying to set up datahub behind an internal proxy,...
# all-things-deployment
p
trying to set up datahub behind an internal proxy, and am running into this error
Copy code
play.api.UnexpectedException: Unexpected exception[ServerResultException: HTTP 1.0 client does not support chunked response]
I noticed that this issue mentions a similar thing but it never got a response; is there a way to do what I’m trying to do? if it helps, the proxy being used is
haproxy
(I think)
plus1 1
s
If you can add more details in the github issue we are happy to open the issue and work on that. Acryl team has not tested this as we don't use proxy internally.
if it helps, the proxy being used is
haproxy
(I think)
It might help to confirm this
p
If you can add more details in the github issue we are happy to open the issue and work on that.
so should I add details to the existing one, or create a new one? additionally, confirmed that the proxy is
haproxy
s
add to existing one with all the details that you have
q
I haven’t tested with HAProxy so its possible this is a HAProxy specific response, however I have the singular docker compose version of the app running in our datacenter being fronted by an Apache reverse proxy which uses an F5 reverse proxy in front of that. It definitely works with a proxy. As far as my proxy setup goes i’m just doing a straight proxypass with x-forwarded-for headers from apache port 80 (SSL terminated at entrance to datacenter) to port 9002 over the internal loopback interface. I’ve had that running stable for a couple of months now
s
@polite-alarm-98901 Does this comment from Tyler help?
p
Admittedly, not really 😅 gonna have to check in with the team managing our system to see if we are in a similar boat or not. I’ll also start by manually checking the headers being sent