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

KCAT ignores ssl.ca.location if it's in config file #443

Open
lavalex opened this issue Dec 24, 2023 · 2 comments
Open

KCAT ignores ssl.ca.location if it's in config file #443

lavalex opened this issue Dec 24, 2023 · 2 comments

Comments

@lavalex
Copy link

lavalex commented Dec 24, 2023

Hello,

I noticed that if I use config file, instead of supplying all properties through command line, for some reason KCAT does not pick up ssl.ca.location property.

Any idea why it doesn't work with config file?

thank you.

@lavalex
Copy link
Author

lavalex commented Dec 24, 2023

After some additional digging, it's actually "ssl.endpoint.identification.algorithm=none" that is being ignored .... When specified through command line woks fine.

@lavalex
Copy link
Author

lavalex commented Dec 24, 2023

And with some more debuging "-d conf", I nothiced that the above property is totally ignore from the file and removed this part of the code:
image

Recompiled and everything works now. Hope it makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant