-
Notifications
You must be signed in to change notification settings - Fork 893
SfnAsyncClient.create(); fails in latest azul/zulu-openjdk:11 #6039
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
Comments
Hello @pguedes, Thank you for reporting this issue and providing the detailed information. Based on the error message, it appears that the root cause of the problem is related to the missing CA certificates in the Installing the required/missing CA certificates can resolve the issue for now as mentioned in awslabs/aws-c-io#561, but if you need to root cause the problem, it would be more appropriate to report the issue to the zulu-openjdk repository. Regards, |
yeah looks container related... runs fine from outside container with same jdk
this could be the cause zulu-openjdk/zulu-openjdk#308 |
Hi @pguedes, Thanks for the confirmation. Therefore, I will go ahead and close this issue. Regards, |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Describe the bug
The latest azul/zulu-openjdk:11 container seems to have removed some certs that this sdk uses.
Regression Issue
Expected Behavior
default setup should run with latest version of container (tags: 11.0.26, 11, 11-latest) as it does with previous version (tag: 11.0.25)
Current Behavior
this code now fails with:
Reproduction Steps
run sample code from description inside container as shown in current behavior
Possible Solution
not sure but looks like some certs were removed? at least document how this should work
Additional Information/Context
No response
AWS Java SDK version used
2.31.22
JDK version used
11.0.26
Operating System and version
azul/zulu-openjdk:11
The text was updated successfully, but these errors were encountered: