-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Issues establishing TLS connection to secure Kafka #2068
Comments
@karatekidandy hi, what version of Jaeger are you using? Could you please share Jaeger collector/ingester configuration? cc @rubenvp8510 |
Version 1.16 Collector: Ingester: |
Hi there, did the config help? |
Hi @karatekidandy yes, I was able to reproduce the issue, I'm investigating the root cause, will go back with my findings. Thanks |
@rubenvp8510 great thank you! |
@rubenvp8510 Hey ruben, any update on the root cause/potential fix? Thanks! |
Hi @karatekidandy sorry for late reply After look this more closely, I wasn't able to reproduce the issue on 1.16, Those are the configurations, commands for generate certificates and for launch ingester/collector that I used on my tests: https://gist.github.com/rubenvp8510/34f7316e1dca6d4e73d654407efb1760 Hope this will help you. The reason I thought I was able to replicate was because I tested using master (also tested on 1.17). If you are using the latest version you need to add a flag to enable TLS.
Something like this: This was tested on kafka 2.12 which I think is what confluence platform 5.2.2 uses. |
Thanks @rubenvp8510 will give this a go :) i appreciate your time working on this. |
@karatekidandy were you able to resolve this issue? Can we close this ticket? |
Requirement - what kind of business use case are you trying to solve?
We have a secure Kafka cluster running 5.2.2 (we have also tested on 5.3.2)
and are using the tls settings in Jaeger to connect to the cluster. However, it doesn't appear to be working
Problem - what in Jaeger blocks you from solving the requirement?
If we set the kafka client authentication parameter to 'Required' from 'Requested', we get an SSL handshake error in Kafka and a 'client has run out of available brokers' error from the Jaeger log. We believe the certificates are configured correctly.
Any help/guidance would be greatly appreciated.
Proposal - what do you suggest to solve the problem or improve the existing situation?
Any open questions to address
The text was updated successfully, but these errors were encountered: