-
Notifications
You must be signed in to change notification settings - Fork 31
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
SSL initContainer failed with "keytool error: java.io.IOException: keystore password was incorrect" #6
Comments
@AkarshES Were you able to resolve this? |
Nope, I could not figure it. Its close to a year now, I am not sure what I ended up trying to debug. |
Really strange. I can't get it to work on EKS, but I'm seeing it work on AKS. |
Figured it out. |
Here's the verbose error:
|
Same issue here. |
I followed the instructions given for enabling SSL. The init container setup-keystore-and-properties errors out with the following output. I have used the default password of 'changeit' for the password.
unable to write 'random state'
Importing keystore /tmp/keystore.pkcs12 to /tmp/keystore/solr.jks...
keytool error: java.io.IOException: keystore password was incorrect
The text was updated successfully, but these errors were encountered: