HI, we downloaded fleet.pem , enroll secret from...
# fleet
b
HI, we downloaded fleet.pem , enroll secret from below screenshot page and connected with osquery 4.1.2 and its working fine , but its not working for osquery greater than 4.1.2 getting below error , W0628 150116.500584 50503 tls_enroll.cpp:101] Failed enrollment request to https://10.4.0.26:8585/api/osquery/enroll (Request error: certificate verify failed) retrying... where are we doing wrong ?
k
Hi @binu! You can add
--tls_dump
to your osquery flags to get a more detailed error message. Since this is working with older versions of osquery, I suspect that the issue is related to this or a similar compatibility issue. The expanded logging should help narrow it down.
b
Hi @Kathy Satterlee Thanks Its CN name issue now fixed and working fine
k
Awesome!