diff options
author | Philip T <2097483+phit@users.noreply.github.com> | 2021-10-03 13:41:37 +0200 |
---|---|---|
committer | phit <2097483+phit@users.noreply.github.com> | 2021-10-03 13:43:43 +0200 |
commit | 0b312956dbb30128f9f966ab1913b20b78c181e6 (patch) | |
tree | 94d2677a3951312bc9ddcceff423c56b4a8f049a /launcher/minecraft/auth/flows/Yggdrasil.cpp | |
parent | 3f3fac8462e30e96b1ad4c1bb98518cdfce8bd86 (diff) | |
download | PrismLauncher-0b312956dbb30128f9f966ab1913b20b78c181e6.tar.gz PrismLauncher-0b312956dbb30128f9f966ab1913b20b78c181e6.tar.bz2 PrismLauncher-0b312956dbb30128f9f966ab1913b20b78c181e6.zip |
NOISSUE Remove outdated SSL docs
the link is dead and the equivalent newer page is useless, https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/dn265983(v=ws.11)?redirectedfrom=MSDN#related-content
Diffstat (limited to 'launcher/minecraft/auth/flows/Yggdrasil.cpp')
-rw-r--r-- | launcher/minecraft/auth/flows/Yggdrasil.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/launcher/minecraft/auth/flows/Yggdrasil.cpp b/launcher/minecraft/auth/flows/Yggdrasil.cpp index c2935d05..ce828fd4 100644 --- a/launcher/minecraft/auth/flows/Yggdrasil.cpp +++ b/launcher/minecraft/auth/flows/Yggdrasil.cpp @@ -243,9 +243,7 @@ void Yggdrasil::processReply() STATE_FAILED_SOFT, tr("<b>SSL Handshake failed.</b><br/>There might be a few causes for it:<br/>" "<ul>" - "<li>You use Windows XP and need to <a " - "href=\"https://www.microsoft.com/en-us/download/details.aspx?id=38918\">update " - "your root certificates</a></li>" + "<li>You use Windows and need to update your root certificates, please install any outstanding updates.</li>" "<li>Some device on your network is interfering with SSL traffic. In that case, " "you have bigger worries than Minecraft not starting.</li>" "<li>Possibly something else. Check the MultiMC log file for details</li>" |