Tempo meta-monitoring logs error

Seeing this error in the meta-monitoring logs for tempo. Using the helm chart to deploy and I can’t find a setting that may address this?

	"Post \"https://loki.internalsites.local/loki/api/v1/push\": tls: failed to verify certificate: x509: certificate signed by unknown authority"

Since your external endpoint is of the domain internalsites.local I doubt you have a valid cert there. Use a valid domain and valid cert for your external endpoint, or use an internal CA to sign your certificates and distribute your internal CA to all components.

1 Like

We use a custom CA so there is a valid cert on that endpoint. But how can I inject that custom CA into the tempo components?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.