Vector: macOS build does not use Security.framework for TLS CA lookup

Created on 22 Apr 2020  路  3Comments  路  Source: timberio/vector

On macOS I have to either disable TLS verification or explicitly specify the CA certificate in my toml file, even if other binaries on the system trust the certificate.

It looks as though vector is not using Security.framework which is where macOS stores CA certificates, among other things.

This would be great to enhance in future to avoid any custom settings in the toml file. Perhaps something like https://github.com/kornelski/rust-security-framework could be used?

security bug

All 3 comments

I think this might be related to what you're looking at with Windows right now @LucioFranco ?

Yup! Related but not a duplicate #2256

@lewisthompson https://github.com/timberio/vector/pull/2444 should provide a fix!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

raghu999 picture raghu999  路  3Comments

jhgg picture jhgg  路  4Comments

Hoverbear picture Hoverbear  路  3Comments

leebenson picture leebenson  路  3Comments

jamtur01 picture jamtur01  路  3Comments