arod
04/11/2021, 9:33 PMurl_prefix
value and now agents are not enrolling. Here is what I modified:
1. kolide.yml adding url_prefix
. Set it to /fleet
. Not Trailing /
2. Changed osquery.flags
from the agents to prepend /fleet
on everything (/fleet/api...)
3. Changed all fleetctl
references with /fleet
in the front. fleetctl config --url_prefix /fleet
......
What I'm I missing? Agents are not registering. =/
I am use osqueryctl
on MacOSNote that some other configurations may need to be changed when modifying the URL prefix. In particular, URLs that are provided to osquery via flagfile, the configuration served by Fleet, the URL prefix used by fleetctl, and the redirect URL set with an SSO Identity Provider.
I slapped /fleet
in front of everything. Agents won't register. Server does come up as <http://ok.com/fleet|ok.com/fleet>
Failed enrollment request to <https://application.com/hunt/api/v1/osquery/enroll> (Request error: certificate verify failed) retrying..
zwass
04/12/2021, 4:43 PM