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

Cannot create SSLContext with default keystore #70

Closed
daveliepmann opened this issue Jan 8, 2016 · 3 comments
Closed

Cannot create SSLContext with default keystore #70

daveliepmann opened this issue Jan 8, 2016 · 3 comments
Assignees

Comments

@daveliepmann
Copy link

From the defn of 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:

java.io.FileNotFoundException
File or resource "" could not be found.

@cch1 cch1 self-assigned this Jan 8, 2016
@cch1
Copy link
Owner

cch1 commented Jan 8, 2016

Confirmed

cch1 added a commit that referenced this issue Jan 8, 2016
@cch1
Copy link
Owner

cch1 commented Jan 8, 2016

Commit 552be44 should resolve the problem. I've added tests so that we don't run into this again.

@cch1 cch1 closed this as completed Jan 8, 2016
@daveliepmann
Copy link
Author

Well that is super-duper. Thank you!

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

2 participants