Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jaeger-agent --reporter.grpc.tls.enabled=true fails on windows #2550

Closed
wscheele opened this issue Oct 11, 2020 · 0 comments · Fixed by #2756
Closed

jaeger-agent --reporter.grpc.tls.enabled=true fails on windows #2550

wscheele opened this issue Oct 11, 2020 · 0 comments · Fixed by #2756
Labels
bug good first issue Good for beginners

Comments

@wscheele
Copy link

Describe the bug
Due to golang/go#16736, the jaeger-agent is unable to setup a connection to a tls grpc reporter endpoint on windows.

Error message:

{"level":"fatal","ts":1602401908.4807255,"caller":"command-line-arguments/main.go:67","msg":"Could not create collector proxy","error":"failed to load TLS config: failed to load CA CertPool: failed to load SystemCertPool: crypto/x509: system root pool is not available on Windows","stacktrace":"main.main.func1\n\tcommand-line-arguments/main.go:67\ngithub.com/spf13/cobra.(*Command).execute\n\tgithub.com/spf13/cobra@v0.0.3/command.go:762\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\tgithub.com/spf13/cobra@v0.0.3/command.go:852\ngithub.com/spf13/cobra.(*Command).Execute\n\tgithub.com/spf13/cobra@v0.0.3/command.go:800\nmain.main\n\tcommand-line-arguments/main.go:102\nruntime.main\n\truntime/proc.go:204"}

To Reproduce
Steps to reproduce the behavior:

  1. run jaeger-agent.exe with --reporter.grpc.tls.enabled=true

Expected behavior
It works

Version (please complete the following information):

  • OS: Windows
  • Jaeger version: v1.20.0

Additional context
golang/go#16736
sensu/sensu-go#4018

@wscheele wscheele added the bug label Oct 11, 2020
wscheele added a commit to wscheele/jaeger that referenced this issue Oct 11, 2020
Resolves jaegertracing#2550
Borrows workaround from Sensu:
sensu/sensu-go#4018

Signed-off-by: Wouter Scheele <wscheele@sf.local>
wscheele added a commit to wscheele/jaeger that referenced this issue Oct 11, 2020
Resolves jaegertracing#2550
Borrows workaround from Sensu:
sensu/sensu-go#4018

Signed-off-by: Wouter Scheele <wscheele@sf.local>
Signed-off-by: Wouter Scheele <wscheele@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug good first issue Good for beginners
Projects
None yet
2 participants