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

moosa aslam

05/02/2020, 12:56 AM
What version of
fleet
are you using (
fleet version --full
)? fleet - version 2.6.0 What operating system are you using? Ubuntu 16.04 What did you do? Connecting osqeuryd with fleet, both fleet and osquery are on same machine followed this guide https://github.com/kolide/fleet/blob/master/docs/infrastructure/README.md sudo /usr/bin/osqueryd --enroll_secret_path=/var/osquery/enroll_secret --tls_server_certs=/var/osquery/server.pem (this file is downloaded from web page of fleet) --tls_hostname=192.168.1.195:8080 --host_identifier=hostname --enroll_tls_endpoint=/api/v1/osquery/enroll --config_plugin=tls --config_tls_endpoint=/api/v1/osquery/config --config_refresh=10 --disable_distributed=false --distributed_plugin=tls --distributed_interval=3 --distributed_tls_max_attempts=3 --distributed_tls_read_endpoint=/api/v1/osquery/distributed/read --distributed_tls_write_endpoint=/api/v1/osquery/distributed/write --logger_plugin=tls --logger_tls_endpoint=/api/v1/osquery/log --logger_tls_period=10
z

zwass

05/02/2020, 1:00 AM
m

moosa aslam

05/02/2020, 1:04 AM
My server logs
Results from curl -v -X POST https://kolideserver:port/api/v1/osquery/enroll
Resutls From osqueryd --verbose --tls_dump
@zwass please find more details attached in this thread
Problem resolved thank you and the issue is when chosing cname use your local ip or FQDN of your fleet server where your server is residing the problem will be resolved
z

zwass

05/03/2020, 10:41 PM
Glad you were able to solve it!