Xevrac / cnc_backend

Goal is to fully emulate Command and Conquerâ„¢ backend and have functioning client.
GNU General Public License v3.0
14 stars 2 forks source link

Windows 10 and 11 SSLv3 incompatibility #1

Closed Xevrac closed 8 months ago

Xevrac commented 8 months ago

When running backend error on new platforms because SSLv3 is deprecated.

[REDI] ERROR: The client and server cannot communicate, because they do not possess a common algorithm

To build in compatible TLS protocol.

Xevrac commented 8 months ago

Use public static bool useSSL = false;

Use ..BlazeEnvironment DEV for req is standardInsecure_v3 and must match server resp of SECU = false for valid connection in session