Checklist
Far Manager version
3
Is this the latest available version?
OS version
Windows
Other software
I am experiencing a TLS handshake failure when trying to download the file
https://farmanager.com/files/Far30b6666.x64.20260324.7z
from Windows 7 SP1 using Scoop (aria2 and its .NET fallback downloader).
My environment:
OS: Windows 7 SP1 x64, fully patched
TLS: SHA-2 support installed (KB4474419, KB4490628), TLS 1.2 enabled system-wide
.NET: 4.8 with SchUseStrongCrypto = 1 and SystemDefaultTlsVersions = 1 for CLR 2.0 and 4.x
WinHTTP DefaultSecureProtocols configured for TLS 1.1/1.2
Scoop command:
powershell
scoop install far
Output (excerpt):
text
Installing 'far' (3.0.6666) [64bit] from 'main' bucket
Starting download with aria2 ...
[SocketCore.cc:1019] errorCode=1 SSL/TLS handshake failure: Error: Received unexpected message
...
WARN Download failed! (Error 1) An unknown error occurred
WARN https://farmanager.com/files/Far30b6666.x64.20260324.7z
...
Fallback to default downloader ...
Запрос был прерван: Не удалось создать защищенный канал SSL/TLS.
URL https://farmanager.com/files/Far30b6666.x64.20260324.7z is not valid
Notes:
The same system successfully downloads many other Scoop packages over HTTPS (GitHub, various vendor sites, etc.), so the WinHTTP/Schannel/.NET TLS configuration appears to be correct.
The issue seems specific to the farmanager.com TLS configuration for this file/path and affects both aria2 (OpenSSL-based) and the .NET/WinHTTP fallback.
Could you please:
check the TLS configuration for https://farmanager.com/files/Far30b6666.x64.20260324.7z (and related vhost/frontend), especially for older Windows 7 TLS clients, and
confirm whether this is an intended change (e.g. dropping compatibility with Win7 TLS client hello/cipher suites) or a misconfiguration?
Any guidance or workaround from the server side would be appreciated. If you publish an alternative download endpoint or mirror, I can also relay that to Scoop maintainers so they can update their manifest.
Steps to reproduce
Steps to reproduce
Use a Windows 7 SP1 x64 system with the following TLS configuration:
All SHA‑2 and TLS 1.2 updates installed (e.g. KB4474419, KB4490628).
Schannel TLS 1.2 enabled, DefaultSecureProtocols configured for TLS 1.1/1.2 for WinHTTP.
.NET Framework 4.8 installed with SchUseStrongCrypto = 1 and SystemDefaultTlsVersions = 1 for both CLR 2.0 and 4.x.
Install Scoop and its default main bucket.
In PowerShell 5.1, run:
Observe the download attempt for:
https://farmanager.com/files/Far30b6666.x64.20260324.7z
first via aria2c, then via Scoop’s default .NET/WinHTTP downloader.
Both download paths fail during the TLS handshake:
aria2c reports:
SSL/TLS handshake failure: Error: Received unexpected message
the .NET/WinHTTP fallback reports:
The request was aborted: Could not create SSL/TLS secure channel.
On the same machine, other Scoop packages from different HTTPS hosts download successfully, indicating that the WinHTTP/Schannel/.NET TLS configuration is working in general.
Expected behavior
No response
Actual behavior
Actual behavior
When running scoop install far on this Windows 7 SP1 system, Scoop attempts to download
https://farmanager.com/files/Far30b6666.x64.20260324.7z
and the download consistently fails during the TLS handshake.
The aria2c downloader reports:
SSL/TLS handshake failure: Error: Received unexpected message
Scoop then falls back to its default .NET/WinHTTP downloader, which reports:
The request was aborted: Could not create SSL/TLS secure channel.
and prints:
URL https://farmanager.com/files/Far30b6666.x64.20260324.7z is not valid
Other Scoop packages from different HTTPS hosts download and install successfully on the same system, so the issue appears specific to the TLS handshake with farmanager.com for this file/path rather than a general TLS misconfiguration on the client side.
github
+1
Checklist
Far Manager version
3
Is this the latest available version?
OS version
Windows
Other software
I am experiencing a TLS handshake failure when trying to download the file
https://farmanager.com/files/Far30b6666.x64.20260324.7z
from Windows 7 SP1 using Scoop (aria2 and its .NET fallback downloader).
My environment:
OS: Windows 7 SP1 x64, fully patched
TLS: SHA-2 support installed (KB4474419, KB4490628), TLS 1.2 enabled system-wide
.NET: 4.8 with SchUseStrongCrypto = 1 and SystemDefaultTlsVersions = 1 for CLR 2.0 and 4.x
WinHTTP DefaultSecureProtocols configured for TLS 1.1/1.2
Scoop command:
powershell
scoop install far
Output (excerpt):
text
Installing 'far' (3.0.6666) [64bit] from 'main' bucket
Starting download with aria2 ...
[SocketCore.cc:1019] errorCode=1 SSL/TLS handshake failure: Error: Received unexpected message
...
WARN Download failed! (Error 1) An unknown error occurred
WARN https://farmanager.com/files/Far30b6666.x64.20260324.7z
...
Fallback to default downloader ...
Запрос был прерван: Не удалось создать защищенный канал SSL/TLS.
URL https://farmanager.com/files/Far30b6666.x64.20260324.7z is not valid
Notes:
The same system successfully downloads many other Scoop packages over HTTPS (GitHub, various vendor sites, etc.), so the WinHTTP/Schannel/.NET TLS configuration appears to be correct.
The issue seems specific to the farmanager.com TLS configuration for this file/path and affects both aria2 (OpenSSL-based) and the .NET/WinHTTP fallback.
Could you please:
check the TLS configuration for https://farmanager.com/files/Far30b6666.x64.20260324.7z (and related vhost/frontend), especially for older Windows 7 TLS clients, and
confirm whether this is an intended change (e.g. dropping compatibility with Win7 TLS client hello/cipher suites) or a misconfiguration?
Any guidance or workaround from the server side would be appreciated. If you publish an alternative download endpoint or mirror, I can also relay that to Scoop maintainers so they can update their manifest.
Steps to reproduce
Steps to reproduce
Use a Windows 7 SP1 x64 system with the following TLS configuration:
All SHA‑2 and TLS 1.2 updates installed (e.g. KB4474419, KB4490628).
Schannel TLS 1.2 enabled, DefaultSecureProtocols configured for TLS 1.1/1.2 for WinHTTP.
.NET Framework 4.8 installed with SchUseStrongCrypto = 1 and SystemDefaultTlsVersions = 1 for both CLR 2.0 and 4.x.
Install Scoop and its default main bucket.
In PowerShell 5.1, run:
Observe the download attempt for:
https://farmanager.com/files/Far30b6666.x64.20260324.7z
first via aria2c, then via Scoop’s default .NET/WinHTTP downloader.
Both download paths fail during the TLS handshake:
aria2c reports:
SSL/TLS handshake failure: Error: Received unexpected message
the .NET/WinHTTP fallback reports:
The request was aborted: Could not create SSL/TLS secure channel.
On the same machine, other Scoop packages from different HTTPS hosts download successfully, indicating that the WinHTTP/Schannel/.NET TLS configuration is working in general.
Expected behavior
No response
Actual behavior
Actual behavior
When running scoop install far on this Windows 7 SP1 system, Scoop attempts to download
https://farmanager.com/files/Far30b6666.x64.20260324.7z
and the download consistently fails during the TLS handshake.
The aria2c downloader reports:
SSL/TLS handshake failure: Error: Received unexpected message
Scoop then falls back to its default .NET/WinHTTP downloader, which reports:
The request was aborted: Could not create SSL/TLS secure channel.
and prints:
URL https://farmanager.com/files/Far30b6666.x64.20260324.7z is not valid
Other Scoop packages from different HTTPS hosts download and install successfully on the same system, so the issue appears specific to the TLS handshake with farmanager.com for this file/path rather than a general TLS misconfiguration on the client side.
github
+1