Hey team! I'm trying to connect a Windows node host to my OpenClaw gateway running on myclaw.ai (hosted/cloud setup).
I've installed OpenClaw on Windows and run:
openclaw node run --host myclaw.ai --port 443 --display-name "Will's PC" --tls
I get this error:
node host gateway connect failed: Unexpected server response: 200
node host gateway closed (1006)
My openclaw qr --json shows:
{
"gatewayUrl": "wss://myclaw.ai",
"urlSource": "plugins.entries.device-pair.config.publicUrl"
}
So the gateway is advertising wss://myclaw.ai correctly, but the WebSocket connection isn't being upgraded — getting a 200 HTTP response instead.
Does the myclaw.ai reverse proxy support WebSocket node host connections? Is there a specific path or port I should be using? Any config needed on the gateway side?
Thanks!