Doug Edey
04/04/2024, 9:08 PM(Request error: certificate verify failed)
I've used the same --tls_server_certs
option with curl and I don't get a certificate verification error, when I change the osqueryd
options to use the host machines cert (/etc/ssl/cert.pem
) osquery is fine.
This doesn't fail, which I would expect to when the fleet.pem
is invalid: curl -vvv -X POST --cacert /opt/orbit/fleet.pem https://<HOST>/api/fleet/orbit/enroll
(We are currently on an older version of fleetdm, and I'd like to avoid forcing all the clients to upgrade)Doug Edey
04/04/2024, 9:27 PMcurl
is working on my Mac because of this issue: https://daniel.haxx.se/blog/2024/03/08/the-apple-curl-security-incident-12604/