MultiMC version: 0.6.2-1137
Operating System: Ubuntu 18.04 bionic (Budgie desktop)
Authentication/sign-in within MultiMC works, game launches and detects servers; however, it fails to contact Mojang's authentication server.
MultiMC status icons detect auth servers are online.
Single player works perfectly, and using the official launcher does not have this issue.
The authentication from the MultiMC launcher should remain when launching the game
Launch any instance within MultiMC after logging in.
Open up multiplayer and attempt to join a server. (servers should appear to be normal)
Error message: "Failed to login: The authentication servers are currently down for maintenance." (however, they are not down)
User account information transfer issue between MultiMC and the game itself.
Minecraft: https://paste.ee/p/G3x1u
MultiMC: https://hastebin.com/osuhayujow.java


I have tried Java 8 and 10 with identical results. And as I mentioned above, the vanilla client works without problem using the same install.
Reinstall does not solve issue
Applies to Lutris install and clean install (if that matters at all)
Hi,
I have the same issue, same OS (Ubuntu 18.04) and I tested Java JRE 8/10.
All work on the vanilla launcher.
I have the same exact problem and situation. Also using forge gives me an error 255.
Can not reproduce.
Joining a server with a fresh installation of ubuntu budgie works flawless on my PC.
This is a problem with Java, its SSL certificate store, and how things are packaged on 18.04.
Workaround:
sudo sed -i 's/keystore.type=\s*pkcs12/keystore.type=jks/' /etc/java-*/security/java.security
sudo rm /etc/ssl/certs/java/cacerts
sudo update-ca-certificates -f
Upstream bug: https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1739631
So, had the same problem... if removing the certs does not work, purge all java packages (ALL).
This is going to uninstall MultiMC but your instances are not lost.
Use apt get install openjdk-8-jdk to install java. This may break dpkg/apt, but running apt install -f fixes it.
Now install MultiMC again and have fun playing on servers.
Upstream bug has Fix Released, closing.
Most helpful comment
This is a problem with Java, its SSL certificate store, and how things are packaged on 18.04.
Workaround:
Upstream bug: https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1739631