JuneStepp / OneLauncher

Launcher and Addons Manager for LOTRO and DDO
Other
45 stars 11 forks source link

fix: Specify correct TLS protocol for SSLContext, fix connecting #45

Closed Thaodan closed 1 year ago

Thaodan commented 1 year ago

Standing Stones servers now use TLSv1_2 instead of TLSv1. Since OpenSSL has deprecated all version specific protocols specify TLS_CLIENT instead as suggested since Python 3.6.

Resolves #44.

JuneStepp commented 1 year ago

Already fixed in https://github.com/junestepp/onelauncher/commit/76581bf3dcff8d98a560f8e8ac640d10cb17bc85.