when i add host to fleet server i got an error "lo...
# fleet
m
when i add host to fleet server i got an error "localhost.localdomain fleet[6390]: 2023/03/20 133956 http: TLS handshake error from 172.16.1.10644924 remote error: tls: bad certificate". Thanks in advance!!!
k
Hi! It sounds like you’re running Fleet with a self-signed certificate. In that case, you’ll need to either include the full certificate bundle to osquery, or use the
—insecure
flag when generating packages using
fleetctl
(only recommended in development environments)