ctl_transport
Diagnostic `nanook::ctl::transport`
Summary
transport error: {0}
Help
verify the admin endpoint is reachable and the agent is running
Details
When this fires
The Control client in nanook-admin/src/client/ couldn't even complete a request: connection refused, DNS failure, TLS handshake error, Unix socket missing, websocket upgrade rejected. The agent never got a chance to respond. HttpControl, UnixControl, and WsClient all funnel low-level errors into this variant.
What to check
- Compare
nanook ctl --addr/--socketagainst[admin].addrand[admin].socketin the agent config. - Quick reachability probe:
- For TLS, confirm the cert is trusted and the SNI matches.