Jaeger with OtelCollector, Error send trace, BLOCK-CONNECT URL Filtering Bypassed https://jaeger-all-in-one #5024
Unanswered
brianmolinaspring
asked this question in
Q&A
Replies: 2 comments 1 reply
-
When you run stuff in Docker it allows to reference services by name, which makes |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello, thanks for the help, the error was caused by http_proxy environment variables that docker created by default for any container, in this case it affected Jaeger. I solved it by placing those empty variables and that's it, I took everything without errors. |
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
-
What happened?
Hello guys, the issue is that I am trying to get up from my unix server with docker, jaege with otelcollecto, the issue is that I am receiving an error that cannot connect to https://jaeger-all-in-one.
Be careful, my jaeger is not configured for https, I want it only for http, in a non-productive environment what I don't understand is why it is redirected to https.
I am using this
yaml jaeger:
As you can see in the otel yaml I have this:
where you see everything is insecure, but still you don't take it. it redirects it, this only happens in linux, I tested it in docker desktop and it works, I don't know if it is a restriction of the server or the image as such, what do you recommend, some restart of docker or something to implement on the server in the container logs from jaeger I see this
URL: CONNECT https:///
\\nCategory: URL Filtering Bypassed
\\nReason: UNKNOWN
\\nNotification: DNS_FAIL
Steps to reproduce
Configurate yaml
Expected behavior
error
Relevant log output
No response
Screenshot
No response
Additional context
No response
Jaeger backend version
No response
SDK
No response
Pipeline
No response
Stogage backend
No response
Operating system
Linux
Deployment model
Docker
Deployment configs
No response
Beta Was this translation helpful? Give feedback.
All reactions