-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[SSL] the trustAnchors parameter must be non-empty #1165
Comments
For anyone stuck with SSL and certificate verification, it seems that the solution is to let the final binary know where both the trust and anchor cacert file lives. Add the following system properties to your application:
Assuming your graal installation is on the current path |
That worked for me, thx! |
Mister @smoell |
I have a dockerized that uses the AWS SDK for Java and needs SSL support, unfortunately, I get the following error:
Dockerfile
Java code
The text was updated successfully, but these errors were encountered: