https://github.com/osquery/osquery logo
#general
Title
# general
c

Chris Broome

08/05/2020, 7:15 PM
Does anyone know of a way to get osquery to connect to a local tls endpoint without having to compile the binary with the
--tls_allow_unsafe
option turned on?
z

zwass

08/05/2020, 7:20 PM
Use
--tls_server_certs
with osquery
c

Chris Broome

08/05/2020, 7:26 PM
hmm…. i’ll try that option. that assumes that the certificate is on the same machine though
z

zwass

08/05/2020, 7:27 PM
Yes. Typically you package the necessary certs with the osquery install.
c

Chris Broome

08/05/2020, 7:34 PM
gotcha. My scenario is that I’m just running locally with a self-signed cert. any production installs will have valid certs on their TLS endpoints
15 Views