Skip to content

Instantly share code, notes, and snippets.

@binakot
Created September 6, 2019 12:22
Show Gist options
  • Save binakot/01b7c41a77bf05c635d39a7ba79639e1 to your computer and use it in GitHub Desktop.
Save binakot/01b7c41a77bf05c635d39a7ba79639e1 to your computer and use it in GitHub Desktop.
Fix OpenJDK error with SSL: the trustAnchors parameter must be non-empty
rm -rf /etc/ssl/certs/java/cacerts
update-ca-certificates -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment