My websocket doesn't work, I tried many different configs but mine didn't work, what could be the problem?
wings cfg
host: 0.0.0.0
port: 8444
haproxy.cfg
bind *:8444 ssl crt /etc/haproxy/certs/
mode http
option forwardfor
use_backend wss_main
backend wss_main
mode http
option ssl-hello-chk
option http-server-close
timeout connect 5s
timeout tunnel 1h
server s1 123.123.123.123:8444 check
Panel: panel.mydomen.com
wing: n1.mydomen.com