vectordotdev / vector

A high-performance observability data pipeline.
https://vector.dev
Mozilla Public License 2.0
18.11k stars 1.6k forks source link

Allow configuration of TLS mozilla acceptor settings #14832

Open jszwedko opened 2 years ago

jszwedko commented 2 years ago

A note for the community

Use Cases

Currently our TLS acceptors use mozilla_intermediate to set the acceptor settings. This doesn't allow TLS 1.3.

Attempted Solutions

No response

Proposal

Allow configuration of which set of Mozilla settings to use for TLS acceptors.

References

Version

vector 0.24.1

gaby commented 1 year ago

@jszwedko Any news on this? This is a huge door for vulnerabilities for exposed Vector instances.

I tried changing the defaultnin #17191 but was it closed.

jszwedko commented 1 year ago

@jszwedko Any news on this? This is a huge door for vulnerabilities for exposed Vector instances.

I tried changing the defaultnin #17191 but was it closed.

Unfortunately not yet. We are still very much open to this change; we just want to have it be configurable.