-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Unable to use password-protected JKS keystore #1333
Comments
Would you back up a bit and explain what you did to run the application? |
I have the same issue. I build this dockerfile:
And run it with: With a jks-file at the location I beforehand created this jks-file with this command: Then, when trying to run the docker container, I get the same Error as @mmeytin :
|
Update: I found a temporary workaround: It seems, that the line that throws the exception is trying to open the .jks file with the hard coded password "corenlp" This means that when you set the password of your .jks file also to "corenlp", it executes correctly. However, I would propose to either include this information into the documentation of the API or to add a way to provide the password of the .jks file somewhere in the command I hope this helped |
We attempted to use -ssl and -key options to establish SSL communication with the CoreNLP server per the documentation. The application crashes with exception below because it's not possible to pass a password for a password-protected Java keystore file. Is there another recommended method for enabling SSL-protected communication with the CoreNLP server? Thank you!
The text was updated successfully, but these errors were encountered: