For me, the osquery clients continue to work fine,...
# fleet
r
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
@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
@zwass yeah, that key worked for me in the yaml!