barneygale / quarry

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

getting error trying to make proxy with python #139

Closed fanda857 closed 1 year ago

fanda857 commented 2 years ago

im trying to make proxy with python and when i join i get this error

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

gamecocks08 commented 2 years ago

That's an issue with twisted. there is an issue that was solved that worked for me. Go back through and check one of those.

TrentLangford commented 2 years ago

Did you end up finding what caused the issue in twisted? The website's logs are broken for solved tickets within the last 30 days.

Jerrylum commented 2 years ago

I hope #135 can solve your problem.

3arthquake3 commented 2 years ago

It doesn't show the error anymore.. since i ran it on my linux server and specified the ssl cert file but when i join the proxy server, it just shows: encrypting then joinning and it just freezes there for a few seconds and eventually connection time out