Quick question for ya'll I recently changed my `u...
# fleet
a
Quick question for ya'll I recently changed my
url_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 MacOS
Copy code
Note 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>
Copy code
Failed enrollment request to <https://application.com/hunt/api/v1/osquery/enroll> (Request error: certificate verify failed) retrying..
Any help with that? =/
ALL CLEAR/GOOD Link above answered my question! Thanks for the FAQ Folks!
If anyone has the same issue, feel free to reach out to me 🙂
z
Sweet 🙂