Setup:
cloudflared tunnel --hostname=myhostname --no-tls-verify https://server
HTTPS traffic works just fine.
Websocket upgrade to port 8443 fails with 502 error.
I'm not sure what, if anything, needs to be enabled to help the tunnel know about the WSS proxy?
E.g. server listens on 443 (HTTPS) and 8443 (wss).
Client is attempting to access the server (via tunnel) at wss://hostname:8443