Replies: 1 comment
-
I'm fairly certain that call lands here: https://github.com/grafana/tempo/blob/main/pkg/httpclient/client.go#L131 This is the default go http client and so will likely behave by all https rules. You could make a temp change to this code by doing something like: https://stackoverflow.com/questions/12122159/how-to-do-a-https-request-with-bad-certificate We'd also accept a PR to add a switch to ignore bad certs if you want to work on it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have build a tempo cluster with tls, It works fine in most case. But I get some error on dashboard
I want to use trace-query to do some debug
I get the error info
Do tempo cli support tls or can skip tls?
Beta Was this translation helpful? Give feedback.
All reactions