Minecraft Ubuntu

From Michael's Information Zone
Revision as of 19:15, 4 July 2018 by Michael.mast (talk | contribs) (Created page with "==Java Trust Anchor== Found an issue with the java implementation, this might just be with Java but I needed this fix to play Minecraft with my son.<ref>https://askubuntu.com/...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Java Trust Anchor

Found an issue with the java implementation, this might just be with Java but I needed this fix to play Minecraft with my son.[1]

Looks like you are affected for BUG 1739631

The workaround from the BUG that worked for me was:

edit /etc/java-9-openjdk/security/java.security file. Find the line that says keystore.type = pkcs12 and change that to jks

remove /etc/ssl/certs/java/cacerts file: rm /etc/ssl/certs/java/cacerts

run update-ca-certificates -f