Closed PaulGoldschmidt closed 8 months ago
Sorry, but this seems to be a technical question. Please note that this repository is the wrong place for technical questions. Instead, please refer the Zammad community over at: https://community.zammad.org .
In case this turns out the be a bug and no technical question, we'll transfer the relevant information to this repo!
If you require commercial grade support and are no hosted or support contract customer, you can check out our support contracts here: https://zammad.com/pricing#selfhosted If you're paying customer already, please consult your Zammad support for assistance! :-)
Hey,
I have now tried to debug the following issue for two full days but not have been able to find a solution: I installed Zammad without a problem on my server, the incoming traffic is routed with caddy to the docker zammad nginx container, which should handle the rest™ of the traffic mangement. The website loads without a problem, but no connection to the websocket server can be established. The websocket container itself does not log anything after startup, the last message is "
INFO -- : Using the Redis back end for Zammad's web socket session store.
. The zammad nginx container logs for each connection attemptupstream prematurely closed connection while reading response header from upstream, client: 172.27.0.1, server: _, request: "GET /ws HTTP/1.1", upstream: "http://172.27.0.7:6042/ws"
followed byGET /ws HTTP/1.1" 502 150 "-"
. Any idea on what could be causing this issue or how to debug this? I definetly hit the boundary of what I know with this issue, which is quite frustrating because everything else works without a problem. I would also be down to write some documentation if my setup works.Any help is highly appreciated, tysm!
All the best, Paul
Infos
Expected behavior
Actual behavior
Steps to reproduce the behavior
Current Caddy reverse proxy setup