https://github.com/osquery/osquery logo
#fleet
Title
# fleet
r

Ryan

02/03/2021, 6:54 PM
For me, the osquery clients continue to work fine, but I have Nginx sat in front of the web interface, and the problem is between Nginx and Fleet. When I downgraded the Fleet TLS to
intermediate
from
modern
it started working again.
Copy code
server:
 	tls_compatibility: intermediate
z

zwass

02/03/2021, 7:36 PM
@Ryan Did that work in the yaml config? I believe we've actually unintentionally had a different key name for that setting in yaml (
tlsprofile
).
I'd like to fix it, but then that could be a breaking change for anyone relying on the
tlsprofile
key.
r

Ryan

02/04/2021, 10:02 AM
@zwass yeah, that key worked for me in the yaml!
3 Views