WebSocket 1006 Abnormal Closure with Proxy Configuration in Rust Yew and HAProxy
I am developing a web application using Rust Yew framework and have set up WebSocket communication that works fine when I connect directly to the WebSocket server. However, when routing WebSocket connections through a proxy setup using Trunk and HAProxy, the WebSocket connection is terminated with a 1006 Abnormal Closure error, and I do not receive a close frame.
Environment: