https://github.com/osquery/osquery logo
#fleet
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 133956 http: TLS handshake error from 172.16.1.10644924 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)