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

auth.server.cafile configuration doesn't take effect #125

Closed
xiefeifeihu opened this issue Jan 8, 2020 · 4 comments
Closed

auth.server.cafile configuration doesn't take effect #125

xiefeifeihu opened this issue Jan 8, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@xiefeifeihu
Copy link
Contributor

Expected behavior

When config auth.server.cafile in config.properties,it doesn't need to add --cafile in command line.

Actual behavior

When config auth.server.cafile in config.properties,Command Line doesn't take effect.
It also need to add --cafile in command line.

To Reproduce

Steps

Reproducer code

Details

  • Affected MQTT CLI version(s): 1.1.1
  • Used JVM version: 13.0.1 (Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 13.0.1+9)
  • OS: Windows 10 10.0 amd64
@mathias-ewald
Copy link

I can confirm.

$ mqtt --version
1.1.1
Picocli 4.0.4
JVM: 13 (Oracle Corporation OpenJDK 64-Bit Server VM 13+33)
OS: Mac OS X 10.14.6 x86_64

@mathias-ewald
Copy link

I might have found the problem in the code here

It's filtering properties contained in propertyToValuebut that does not contain SERVER_CERTIFICATE

@xiefeifeihu
Copy link
Contributor Author

I have fixed the bug。Now I'm dealing with the pull request.

Can you see that?

@gitseti gitseti added the bug Something isn't working label Jan 15, 2020
@gitseti
Copy link
Contributor

gitseti commented Jan 15, 2020

resolved with #123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants