https://github.com/osquery/osquery logo
Title
m

mohit vasoya

03/21/2023, 10:52 AM
when i add host to fleet server i got an error "localhost.localdomain fleet[6390]: 2023/03/20 13:39:56 http: TLS handshake error from 172.16.1.106:44924: remote error: tls: bad certificate". Thanks in advance!!!
k

Kathy Satterlee

03/21/2023, 3:52 PM
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)