LiveOverflow / minecraft-hacked

Minecraft:Hacked is a video series exploring various technical areas of Minecraft.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Querry: OpenSSL.SSL.Error

MajliTech opened this issue · comments

Auth failed: [<twisted.python.failure.Failure OpenSSL.SSL.Error: [('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')]>]

commented

Disable online mode

Since I started working on the videos the Mojang account migration has begun. Moving away from Mojang accounts to Microsoft accounts. This could cause some issues, but most likely the error you encountered is due to not using the proxy in offline mode (connecting to an offline server)

This issue is to do with Windows support in quarry or one of it's dependencies. Someone managed to fix it by installing the windows subsystem for Linux, but I ran it in a docker environment on my Ubuntu VPS and it worked well.
Edit: I believe the issue is that it's trying to communicate with mojangs https Auth servers, but there is no ssl certificate in the library it's using.

i managed to get it to work by chaning the QuietDownstreamFactory in the main python file to contain more information about the proxy server. Specifically, adding this line
online_mode = False

Obviously I don't have write access to this repo, but I can confirm that making the change shown in the screenshot allows this to work on a local hosted server
image