1 |
What looks to be happening is that the non-steam version works fine on Windows 10, but can't negotiate a connection to springrts.com if run on other platforms.
|
1 |
What looks to be happening is that the non-steam version works fine on Windows 10, but can't negotiate a connection to springrts.com if run on other platforms.
|
2 |
\n
|
2 |
\n
|
3 |
I've submitted a PR that makes the launcher able to download packages on earlier versions of Windows as well as Linux. I'm seeing it fix the "Download of zkmenu:stable has failed" error and make it in-game.
|
3 |
I've submitted a PR that makes the launcher able to download packages on earlier versions of Windows as well as Linux. I'm seeing it fix the "Download of zkmenu:stable has failed" error and make it in-game.
|
4 |
\n
|
4 |
\n
|
5 |
The patch just fixes the issue mentioned here: https://zero-k.info/Forum/Post/244537#244537
|
5 |
The patch just fixes the issue mentioned here: https://zero-k.info/Forum/Post/244537#244537
|
|
|
6 |
\n
|
|
|
7 |
This is more or less what's happening when the launcher makes a request that pops the error message:
|
|
|
8 |
{{{
|
|
|
9 |
$ curl https://repos.springrts.com --tlsv1.0 --tls-max 1.0 --verbose
|
|
|
10 |
* Trying 78.46.21.29:443...
|
|
|
11 |
* TCP_NODELAY set
|
|
|
12 |
* Connected to repos.springrts.com (78.46.21.29) port 443 (#0)
|
|
|
13 |
* ALPN, offering h2
|
|
|
14 |
* ALPN, offering http/1.1
|
|
|
15 |
* successfully set certificate verify locations:
|
|
|
16 |
* CAfile: /etc/ssl/certs/ca-certificates.crt
|
|
|
17 |
CApath: /etc/ssl/certs
|
|
|
18 |
* TLSv1.3 (OUT), TLS alert, internal error (592):
|
|
|
19 |
* error:141E70BF:SSL routines:tls_construct_client_hello:no protocols available
|
|
|
20 |
* Closing connection 0
|
|
|
21 |
curl: (35) error:141E70BF:SSL routines:tls_construct_client_hello:no protocols available
|
|
|
22 |
}}}
|
|
|
23 |
\n
|