Certificate verify failing when using a proxy for the vector sink #17629
Labels
domain: networking
Anything related to Vector's networking
domain: security
Anything related to security
sink: vector
Anything `vector` sink related
type: bug
A code related bug.
A note for the community
Problem
Attempting to use a CONNECT proxy with the
vector
sink results in certificate verification error like:Configuration
Version
0.30.0
Additional Context
I am able to successfully connect through the proxy using curl.
I believe the proxy side (envoy) is working as I see successful proxy messages in the envoy logs.
Interestingly, when I setup a dummy http sink that targets the same URL I do not receive tls verification errors. This leads me to suspect the
http
sink's tls-config is being used by the global proxy config, but the same is not the case for thevector
sink.References
These issues seem similar, if I understand them correctly. Is this a case of needing to port over a similar change to the
vector
sink? I am weak with rust and not able to read the code well enough to determine a path forward at this time.#13683
#13759
The text was updated successfully, but these errors were encountered: