I through this up on the windows side as well... n...
# kolide
t
I through this up on the windows side as well... not sure which is right... but.... OK... so this may be incredibly dumb... but how the heck do you get the windows service to log problems? I'm trying to connect 2 windows machines to fleet over TLS and they simply dont go. When I run the curl commands to check, curl -v -X POST https://kolideserver:port/api/v1/osquery/enroll (using the right server IP and port) I get it barking that the certificate chain isnt trusted?
s
I would generally recommend running things from some kind of shell to verify things, then trying to get the service setup.
I don’t recall what osquery does. but launcher logs to the event logs by default. (and really, it’s the only option)
t
Thanks seph... i'll step it back to commandline stuff and see what I get