You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have set debugmessages=true in config to diagnose my issue
I have redacted session tokens and passwords before attaching screenshots
Minecraft Version
1.x.x
Console Client Version
20241227-281-linux-x64
Expected Behavior
Login into microsoft
Actual Behavior
Certificate chain breaking in both browser and mcc login and not logging in.
Steps to Reproduce the bug
try log in?
Attach screenshot here (If applicable)
No response
Anythings that could help diagnosing the bug
Microsoft authenticate failed: The remote certificate is invalid because of errors in the certificate chain: RevocationStatusUnknown, OfflineRevocation
at System.Net.Security.SslStream.SendAuthResetSignal(ProtocolToken message, ExceptionDispatchInfo exception) at System.Net.Security.SslStream.CompleteHandshake(SslAuthenticationOptions sslAuthenticationOptions) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) at System.Net.Security.SslStream.AuthenticateAsClient(SslClientAuthenticationOptions sslClientAuthenticationOptions) at MinecraftClient.Protocol.ProxiedWebRequest.Send(String method, String body) in /home/runner/work/Minecraft-Console-Client/Minecraft-Console-Client/MinecraftClient/Protocol/ProxiedWebRequest.cs:line 166 at MinecraftClient.Protocol.ProxiedWebRequest.Get() in /home/runner/work/Minecraft-Console-Client/Minecraft-Console-Client/MinecraftClient/Protocol/ProxiedWebRequest.cs:line 110 at MinecraftClient.Protocol.XboxLive.PreAuth() in /home/runner/work/Minecraft-Console-Client/Minecraft-Console-Client/MinecraftClient/Protocol/MicrosoftAuthentication.cs:line 164 at MinecraftClient.Protocol.ProtocolHandler.MicrosoftMCCLogin(String email, String password, SessionToken& session) in /home/runner/work/Minecraft-Console-Client/Minecraft-Console-Client/MinecraftClient/Protocol/ProtocolHandler.cs:line 731
Device
Laptop
Operating System
Linux
Server Address (If applicable)
No response
The text was updated successfully, but these errors were encountered:
I tried downloading the source and changing the SslProtocols.Tls12 to Tls13 and others but that failed.
I also found #2411 which seemed similar. However provided solution seemed to fail with me. I am on fedora and I did run the cert update and the firefox trust certificate on the website provided. However the error remained.
This is a problem with your system's certificate store. You won't be able to access any website that uses HTTPS, basically.
Please make sure that your system time is set correctly and update your system's certificate store using the command update-ca-trust extract for fedora, however please make sure that the certificate manager is installed (dnf install ca-certificates)
Prerequisites
debugmessages=true
in config to diagnose my issueMinecraft Version
1.x.x
Console Client Version
20241227-281-linux-x64
Expected Behavior
Login into microsoft
Actual Behavior
Certificate chain breaking in both browser and mcc login and not logging in.
Steps to Reproduce the bug
try log in?
Attach screenshot here (If applicable)
No response
Anythings that could help diagnosing the bug
Device
Laptop
Operating System
Linux
Server Address (If applicable)
No response
The text was updated successfully, but these errors were encountered: