Difference between revisions of "Minecraft Ubuntu"

From Michael's Information Zone
Jump to navigation Jump to search
(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/...")
 
(No difference)

Latest revision as of 19:15, 4 July 2018

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