Max Prehl
10/23/2024, 7:43 PM--tls_server_certs
to use the new CA cert. At this point I’ve gotten a few machines to show up as Online in fleet and they even respond to queries! 😀
However, i noticed a persistent issue with what seems to be the orbit client. I’ll describe the behavior further in the thread, but the TL;DR is the orbit client will show this log 6 times:
INF enroll failed, retrying error="enroll request: unknown"
before finally giving up and throwing this error:
ERR failed initial config fetch: RunConfigReceivers get config: orbit node key enroll failed, attempts=6
I also checked on the fleet/server-side and the only errors i could find were like this:
err="host 588724 with empty platform"
Any help diagnosing this would be appreciated! More details to come in the thread! Thanks!Max Prehl
10/23/2024, 7:53 PMMax Prehl
10/23/2024, 7:55 PMLucas Rodriguez
10/23/2024, 11:37 PMosqueryd
, orbit
uses the OS root CA store.
Maybe there's an issue with the new certificate?
https://fleetdm.com/guides/certificates-in-fleetd#basic-article may be of help.Lucas Rodriguez
10/23/2024, 11:38 PMsudo update-ca-certificates
)Lucas Rodriguez
10/23/2024, 11:40 PMMax Prehl
10/24/2024, 8:41 PMERR failed initial config fetch: RunConfigReceivers get config: orbit node key enroll failed, attempts=6
I’m not sure what the structure of these logs are, if this is a fleet server response from an http request or if this is a log generated on the orbit client side. If it’s fleet/server side, I’d love to know if i could somehow turn on debug logs to find out why this request is failing.
Let me know if you can point me in the right direction. In the mean time I’m happy to keep digging on this! Thanks again!Lucas Rodriguez
10/24/2024, 9:47 PMORBIT_DEBUG=1
on /etc/default/orbit
and run sudo systemctl restart orbit
Lucas Rodriguez
10/24/2024, 9:48 PM<https://your-fleet-server.com/version>
)Max Prehl
10/25/2024, 3:14 PMLucas Rodriguez
10/25/2024, 3:17 PM