Ibra
10/25/2023, 7:44 PM{
"component": "http",
"err": "validation failed: SMTP Options a mail error occurred: sending mail: could not dial smtp host: SMTP connection error: read tcp 172.21.0.6:33498->35.xxx.xxx.126 :465: i/o timeout",
"level": "error",
"method": "PATCH",
"took": "30.004357792s",
"ts": "2023-10-25T19:26:18. 383828397Z",
"uri": "/api/latest/fleet/config",
"user": "admin@company.it",
"uuid": "84f4b78c-0d3b-479f-b3ec-8efe8c1e2a1e"
}
Checking with netcat from within the container I see that the smtp server responds to the following
[devops@devops fleetdm]$ docker exec -en Fleet nc -vz smtps.company.it 465
smtps.company.it (35.xxx.xxx.126:465) open
and doing the 2 second timeout test from the container responds the same
/ $ timeout 2 nc -vz smtps.company.it 465
smtps.company.it (35.xxx.xxx.126:465) open
so I don't understand why it goes into timeout.
is it possible to increase the fleet timeout?
ThanksGrant Bilstad
10/25/2023, 8:22 PMfleetctl get config --include-server-configIbra
10/25/2023, 8:43 PMIbra
10/26/2023, 10:47 AMGrant Bilstad
10/26/2023, 2:34 PMIbra
10/26/2023, 2:54 PM{
"version": "4.38.0",
"branch": "HEAD",
"revision": "6807cfe89748ef3950b324692198782f6644e3b5",
"go_version": "go1.20.1",
"build_date": "2023-09-25",
"build_user": "runner"
}@Grant BilstadGrant Bilstad
11/06/2023, 7:01 PMIbra
11/07/2023, 12:09 PMGrant Bilstad
11/07/2023, 2:04 PMIbra
11/07/2023, 2:08 PMIbra
11/29/2023, 7:04 AMGrant Bilstad
11/29/2023, 2:25 PMIbra
11/29/2023, 2:26 PM