-
Notifications
You must be signed in to change notification settings - Fork 2
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
JCE cannot authenticate the provider BC #232
Comments
Hi, how do you plan to fix this bug? |
We plan to wait for Spring Boot project to fix the bug. The workaround is to use Java 15 or older. |
I have the same plan :) But this bug reproduced from 12 to 17 java. As result I have to use 11 java |
The fixing effort moved to: spring-projects/spring-boot#32106 |
The issue seems to be fixed after migrating to Spring Boot 3, we can close this issue. |
Reopening issue, it is still present with recent versions of Java 17 and Spring Boot |
It seems to me, that it is an issue only in Oracle Java. I was able to reproduce it using
But not with
This is in accordance with Wilkinsona's statement spring-projects/spring-boot#28837 (comment) |
This bouncycastly signed jar issue has been resolved in java 17.0.10. |
Thank you, @SubhiSingh - we can retest and if everything is OK, close the issue. |
We can close the issue, I was not able to reproduce it on Java |
The following error occurs on Java 17 when using the BC provider from fat jar:
The error seems to be caused by following issue in Spring Boot: spring-projects/spring-boot#28837
The text was updated successfully, but these errors were encountered: