Hey there, I'm having an error with osqueryd trying to hit a Cloudflare-protected endpoint via TLS:
W0217 062638.509730 1538 tls_enroll.cpp:74] Failed enrollment request to <endpoint> (Request error: sslv3 alert handshake failure) retrying...
As far as I can tell it's an issue with an invalid root CA, but I've verified that supplying that same pem to curl --cacert results in a valid request. I'm supplying it with --tls_server_certs inside of --flagfile osquery.flags. Also, I'm confused by the error because Cloudflare doesn't support SSLv3 and from what I can tell from the Github issues, osquery goes out of its way to disallow SSLv3 because of the Heartbleed stuff. Does anyone have any insight into this? It would be appreciated. Thank you!