You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
I have a web application (Elixir/Phoenix) that is sitting behind HaProxy and I am running into issues with enabling websockets and the proxy protocol simultaneously.
In my testing I can run behind the proxy normally and requests/websockets work exactly as you would expect. However, when I enable the proxy protocol I can load the page fine but websockets fail to connect. Is there any extra configuration that I would have to do to support websockets out of the box or do you expect this to work and I am just running into a bug somewhere in the chain. If it is the latter I can put together a demo to show what is going on.