fedorovvl / tso_client

The Settlers Online client
42 stars 24 forks source link

ssl error on windows <10 #180

Closed h31p closed 1 year ago

h31p commented 1 year ago

ssl cipher suite was changed on settlers servers recently, making it impossible to use tso_client with windows versions older than 10. any chances for making it working again (without upgrading to win10/11) in future releases, or windows upgrade is the only way?

fedorovvl commented 1 year ago

windows 7 and perhaps 8 does not have tls cipher that used on tso site

PORT    STATE SERVICE
443/tcp open  https
| ssl-enum-ciphers:
|   TLSv1.2:
|     ciphers:
|       TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (secp256r1) - A
|       TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (secp256r1) - A
|     compressors:
|       NULL
|     cipher preference: server
|_  least strength: A

im trying to write new auth methods with custom tls provider

fedorovvl commented 1 year ago

pls check latest release

h31p commented 1 year ago

great job, it's working again! thanks for the another inventive salvation :)