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

Commits on Oct 28, 2024

  1. Add explanation to UnrecoverableKeyException

    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".
    puiterwijk committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0d34b6c View commit details
    Browse the repository at this point in the history