mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Update faq with bad record MAC fix suggestion (#2331)
This commit is contained in:
parent
87137252de
commit
6a8a02fdd2
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ This can be caused by a variety of problems. The best way to debug is usually to
|
|||
- `Connection refused`: The server is not running, or is not listening on the address specified. Is the server listening on an address that is available from the host running osquery? Do you have a load balancer that might be blocking connections? Try testing with `curl`.
|
||||
- `No node key returned`: Typically this indicates that the osquery client sent an incorrect enroll secret that was rejected by the server. Check what osquery is sending by looking in the logs near this error.
|
||||
- `certificate verify failed`: See [How do I fix "certificate verify failed" errors from osqueryd](#how-do-i-fix-certificate-verify-failed-errors-from-osqueryd).
|
||||
- `bad record MAC`: When generating your certificate for your Fleet server, ensure you set the hostname to the FQDN or the IP of the server. This error is common when setting up Fleet servers and accepting defaults when generating certificates using `openssl`.
|
||||
|
||||
## How do I fix "certificate verify failed" errors from osqueryd?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue