I’m trying to upload a query pack to my Fleet serv...
# kolide
k
I’m trying to upload a query pack to my Fleet server, but am getting the following output. Any thoughts?
p
did you log in with
fleetctl login
? i think that's when it fetches the token.
k
I had not. But of course when I did that this morning, I got
error logging in: POST /api/v1/kolide/login: Post <https://fqdm.example.com:8080/api/v1/kolide/login>: x509: certificate signed by unknown authority
.
p
Hmm maybe try
fleetctl config set --address <https://fqdn.example.com:8080> --tls-skip-verify
then login again?
k
That did the trick and I was able to successfully import the query pack. Thanks for your patience while I fumble through this!
p
happy to help!