ESP32 can't auth to Gateway via Tailscale Funnel
ESP32 connecting to gateway. Config: Tailscale Funnel, auth.mode=password, remote.password set.
Gateway sends connect.challenge with nonce. Tried:
- {"type":"req","method":"connect","password":"x","nonce":"y"}
- {"type":"auth","password":"x"}
Always get invalid handshake / invalid request frame
What's the correct response format for connect.challenge?