-
Notifications
You must be signed in to change notification settings - Fork 187
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
Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty #312
Comments
I am working through this, but I suspect sbt/sbt#2295 (comment) and following comments are relevant. |
sbt/sbt#2295 (comment) led me to https://stackoverflow.com/questions/6784463/error-trustanchors-parameter-must-be-non-empty/50103533#50103533 which workaround appears to have fixed this issue. I am expecting to run into other issues related to #300 however. (tl;dr a fix for this is already in 18.10, and should be backported to 18.04 "soon") |
Just had the same issue on macOS. I re-installed java via Homebrew and it immediately worked again. In case it helps someone else on macOS:
|
I slight change to what @davidhamann said. Leave out the 8
|
I'm trying to run
s3_website push
on Ubuntu 18.04 with Ruby 2.5 and Java 8. But I'm getting this:Any help?
The text was updated successfully, but these errors were encountered: