barneygale / quarry

Python library that implements the Minecraft network protocol and data types
Other
532 stars 74 forks source link

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

Closed TrentLangford closed 2 years ago

TrentLangford commented 2 years ago

I was attempting to set up a proxy (using the example chat proxy as a test) for a local vanilla server and received this error message. Anyone know why this occurs? Is this my mistake?

TrentLangford commented 2 years ago

This is a duplicate issue that seems to come from the twisted library itself. Still don't know what's going on.

jakecrowley commented 2 years ago

This is a duplicate issue that seems to come from the twisted library itself. Still don't know what's going on.

I'm having this same error, were you able to resolve it?

hendrikbgr commented 2 years ago

any news on this?

jakecrowley commented 2 years ago

any news on this?

Running it on Linux instead of Windows worked for me. You can use Git Bash or WSL if you want to still use Windows.