So we have some servers having bad connections back to our Teleport Auth server due to the nature of our environments.
This is one example that we encountered currently.
Jan 10 16:04:50 eagle-hamilton teleport[22568]: ERRO [AUTH] Failed to dial auth server :3080: dial tcp: lookup : Temporary failure in name resolution. auth/clt.go:150
Jan 10 16:04:56 eagle-hamilton teleport[22568]: ERRO [PROC:1] Node failed to establish connection to cluster: Get https://:3080/v1/webapi/find: EOF. time/sleep.go:149
Jan 10 16:14:50 eagle-hamilton teleport[22568]: ERRO [PROC:1] Node failed to establish connection to cluster: EOF. time/sleep.go:149
Jan 10 16:40:11 eagle-hamilton teleport[22568]: ERRO [PROC:1] Node failed to establish connection to cluster: EOF. time/sleep.go:149
Jan 10 18:04:21 eagle-hamilton teleport[22568]: ERRO [PROC:1] Node failed to establish connection to cluster: EOF. time/sleep.go:149
Jan 10 18:05:45 eagle-hamilton teleport[22568]: ERRO [PROC:1] Node failed to establish connection to cluster: ssh: handshake failed: read tcp :53956->:3080: i/o timeout. time/sleep.go:149
Jan 10 18:06:56 eagle-hamilton teleport[22568]: ERRO [PROC:1] Node failed to establish connection to cluster: ssh: handshake failed: read tcp :54394->:3080: i/o timeout. time/sleep.go:149
Jan 10 18:25:11 eagle-hamilton teleport[22568]: ERRO [PROC:1] Node failed to establish connection to cluster: EOF. time/sleep.go:149
Jan 11 02:16:32 eagle-hamilton systemd[1]: Stopping Teleport SSH Service…
Jan 11 02:16:32 eagle-hamilton systemd[1]: Stopped Teleport SSH Service.
Jan 11 02:16:32 eagle-hamilton systemd[1]: Started Teleport SSH Service.
Jan 11 02:16:57 eagle-hamilton teleport[16442]: ERRO [PROC:1] Node failed to establish connection to cluster: Get https://:3080/v1/webapi/find: net/http: TLS handshake timeout. time/sleep.go:149
Will it possible for us to configure the timeout value to be larger?
And when a node failed to connect back to auth server, how does it do retries actually?
Thanks for any help on this!