Noah Heraud
10/10/2024, 2:33 PM2024-10-10T16:29:29+02:00 INF orbit version: 1.34.0
2024-10-10T16:29:30+02:00 INF Found osquery version: 5.13.1
2024-10-10T16:29:33+02:00 INF network error error="POST /api/fleet/orbit/config: Post \"https:///api/fleet/orbit/config\": http: no Host in request URL"
It seems like there's an issue with the request URL missing a host. Has anyone encountered this before? Any suggestions on how to fix this or properly configure the host in the request URL would be greatly appreciated!
Thanks for the help!FG
10/10/2024, 4:39 PMhttps:///
s/b
http://
its likely failing because it essentially has no host to connect toFG
10/10/2024, 4:39 PMNoah Heraud
10/14/2024, 3:01 PMfleetctl package --type=msi --enable-scripts --fleet-desktop --fleet-url=<https://fleet.mydomain.net> --enroll-secret={REDACTED}
FG
10/15/2024, 1:53 PMPost "https:///api/fleet/orbit/config"
FG
10/15/2024, 1:53 PMhttps:///
there should be https://<your_server_uri>/api/fleet/orbit/config
FG
10/15/2024, 2:02 PM