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
We occasionally get users who cannot download using our installer using Aria2c, with a
SSL/TLS handshake failure: Error: The revocation function was unable to check revocation because the revocation server was offline.
Most recently, a Windows user reported this issue, who had no problem with installing ch1-3, but only on ch4 had this issue. Interestingly the installer will only show a warning on startup, despite not being able to download from the https of 07th-mod server, and startup will take a very long time. But the installer will still continue anyway.
The downside of this option is the user still needs to manually manage/download all the files
Add an option to disable SSL (transform all https:// links to http://). This is already done for the 'query' stage on MacOS to bypass some MacOS SSL errors on old MacOS, but not for the actual download portion to ensure the download is still secure.
This is generally a bad idea but still an option.
Use a different download tool than Aria2c/add different tool as fallback
From memory, this issue only affects Aria2c and not other download tools, but I would need to verify this
The text was updated successfully, but these errors were encountered:
I'm going to try to ask the user to uninstall AVG using their own tool: https://www.avg.com/en-au/avg-remover#pc , then restart their computer and see if it fixes it.
That webpage suggests malwarebytes, so presumably malwarebytes has been vetted as not causing too many problems for Minecraft. We could recommend malwarebytes for users who must have some sort of antivirus installed.
edit: user was using avast, not AVG, so not sure about this
We occasionally get users who cannot download using our installer using Aria2c, with a
SSL/TLS handshake failure: Error: The revocation function was unable to check revocation because the revocation server was offline.
Most recently, a Windows user reported this issue, who had no problem with installing ch1-3, but only on ch4 had this issue. Interestingly the installer will only show a warning on startup, despite not being able to download from the https of 07th-mod server, and startup will take a very long time. But the installer will still continue anyway.
See https://07th-mod.com/wiki/Installer/faq/#download-or-init-stage-fails-i-get-a-ssltls-handshake-failure-from-aria2c for more details
Usually, they can still download via their browser (and I'm unsure as to why).
There are a couple of workarounds for this:
The text was updated successfully, but these errors were encountered: