-
Notifications
You must be signed in to change notification settings - Fork 12
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
OpenJdk 13 HTTPS handling issue - BCXDHPublicKey cannot be cast to class XECPublicKey #111
Comments
Issue still exists after BCv1.69 - bcgit/bc-java#620 is still active |
Issue still exists with BCv1.71 |
Issue still exists with BCv1.77 |
in your pom.xml file add
Create a security provider file and set the provider. `@Configuration
}` That was how i resolved mine |
Proxy log contains this error message:
The issue is caused by issue in 3rd party library - bcgit/bc-java#589 - see more details there.
Meanwhile we are waiting for real solution, this workaround sometimes work:
Start Wilma with additional parameter in command line:
-Djdk.tls.namedGroups="secp256r1, secp384r1, ffdhe2048, ffdhe3072"
The text was updated successfully, but these errors were encountered: