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
From the defn of ssl-context:
ssl-context
If [:keystore-file] is empty, will use default keystore.
Passing nil or "" for this parameter, or not passing it at all, results in:
nil
""
java.io.FileNotFoundException File or resource "" could not be found.
The text was updated successfully, but these errors were encountered:
Confirmed
Sorry, something went wrong.
[#70] Fix support for default keystore
552be44
Commit 552be44 should resolve the problem. I've added tests so that we don't run into this again.
Well that is super-duper. Thank you!
cch1
No branches or pull requests
From the defn of
ssl-context
:Passing
nil
or""
for this parameter, or not passing it at all, results in:The text was updated successfully, but these errors were encountered: