Open stephenhong opened 2 months ago
I'm also seeing this issue. Did you happen to find a fix?
Also having the same issue, both otlp
and otlphttp
exporters.
I'm using v0.108.0
, and setting insecure_skip_verify
to true
works for me, but this is not desirable.
To add more context, this was only tested with SPIFEE certs, and the lack of CN or SAN in the cert itself might explain this behaviour (see https://github.com/istio/istio/issues/42114).
Describe the bug
Hello team, I've been using Otel collector v0.94 and recently updated to v0.103. My collector config includes an OTLP exporter and had no issues with v0.94 but after updating to v0.103, I started to see tls related error message
Steps to reproduce
Using OTLP exporter with Otel collector v0.94 produces no tls related errors Using OTLP exporter with Otel collector v0.103 produces tls related errors
What did you expect to see?
No tls related errors
What did you see instead?
tls related errors
If I add tls: insecure: true in the config, I get the following error
If I add tls: insecure_skip_verify: true in the config, I get the following error
What version did you use?
v0.103
What config did you use?
exporters:
otlp:
endpoint: some-endpoint:####
Environment
AmazonLinux2-x64
Additional context