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

Add explanation to UnrecoverableKeyException #6373

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

puiterwijk
Copy link

Unrecoverable keys after opening the keystore could be a consequence of the key having a different password than the keystore itself. This could cause some people to spend a lot of time figuring out what's going on, so let's just give them a quick heads up of a potential (common?) reason for this error.

This could be fixed by running "keytool -keypasswd".

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the code style of this project.
  • I have updated the documentation accordingly.

Unrecoverable keys after opening the keystore could be a consequence of
the key having a different password than the keystore itself.
This could cause some people to spend a lot of time figuring out what's
going on, so let's just give them a quick heads up of a potential
(common?) reason for this error.

This could be fixed by running "keytool -keypasswd".
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

Successfully merging this pull request may close these issues.

1 participant