-
Notifications
You must be signed in to change notification settings - Fork 235
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
Missing certificates #356
Comments
I also tried to import the ca certificates and used the keystore of my x64 computer where this error does not occur, but still does not work with the same error message. |
@JannikEmmerich could you add example host which was not working ? Along with simple java class to replicate behavior ? |
@grzesuav https://github.com/JannikEmmerich/adoptopenjdk-gradle-test just run |
We have serious problems with SSL on ARM32 across the board: adoptium/adoptium-support#33 Missing root certificates usually cause different exceptions: adoptium/adoptium-support#13 (should be fixed with next month's update). |
ARMv7 problems have been fixed and rolled out with the July updates. 15 gets a new list of CA certificates matching Firefox. The same list will be included in 8 and 11 in the October releases. |
When I try to access any https location, I get the following error message because certificates are missing.
I have tried several https URLs.
Used image: arm32v7/adoptopenjdk:14-jdk-hotspot
The text was updated successfully, but these errors were encountered: