Open a-bangk opened 3 weeks ago
Hi @a-bangk! The output you're seeing there is what I'd expect to see in the event that network connectivity was lost when the client has made an initial connection and the server is trying to figure out what kind of connection it is (TLS vs non-TLS, and Raft vs RPC). The client should retry after 15s. You may need to take a look at your network environment or TLS configuration.
Hi @tgross thanks for looking at it. You’re correct the client keeps trying on different ports. We have nomad connecting on 3 out of 4 customers (windows server) but have been stumped with what makes the one different that prevents the connection. Windows firewall allows it through, now I’ll dig into TLS config. Further pointers to isolate the block would be greatly appreciated.
@a-bangk having only one node fail but fail reliably sounds like a reachability issue for that node. But I'm not much of a Windows networking administrator, so I don't have much advice for you on that front.
Nomad version
Nomad v1.9.0 BuildDate 2024-10-10T07:13:43Z Revision 7ad36851ec02f875e0814775ecf1df0229f0a615
Operating system and Environment details
Host : Windows Server 2019 Datacenter Client : Windows Server 2019 Standard
Issue
Client force closes connection from host on one of our environments.
Reproduction steps
Client.conf file
Start nomad on client
Expected Result
Client shows up in Nomad host clients list.
Actual Result
Connection is shutdown.
Nomad Server logs (if appropriate)
Nomad Client logs (if appropriate)