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

RavenDB-14344 Detect invalid PFX stores #97

Merged
merged 1 commit into from
Jun 11, 2024
Merged

RavenDB-14344 Detect invalid PFX stores #97

merged 1 commit into from
Jun 11, 2024

Conversation

ml054
Copy link
Member

@ml054 ml054 commented Jun 10, 2024

No description provided.

} catch (UnrecoverableKeyException e) {
if (e.getCause() instanceof BadPaddingException) {
throw new IllegalStateException("Unable to verify certificate. Looks like your security provider " +
"can't read keystore properly. Suggested solutions: (1) Provide certificate as PEM file containing both private and public key, " +
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest to a PEM file instead?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I did:
Suggested solutions: (1) Provide certificate as PEM file containing both private and public key
:)

Unless I'm missing something else

@ml054 ml054 merged commit f4ba68f into ravendb:v6.0 Jun 11, 2024
6 checks passed
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.

2 participants