We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When config auth.server.cafile in config.properties,it doesn't need to add --cafile in command line.
When config auth.server.cafile in config.properties,Command Line doesn't take effect. It also need to add --cafile in command line.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
I might have found the problem in the code here
It's filtering properties contained in propertyToValuebut that does not contain SERVER_CERTIFICATE
propertyToValue
SERVER_CERTIFICATE
I have fixed the bug。Now I'm dealing with the pull request.
Can you see that?
resolved with #123
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: