The website download uses a secure socket protocol provided by the Windows operating system, which contains the encryption and decryption API used by the https certificate. When encountering an encryption API that the Windows system does not have, this error will be reported.
windows7
and windows server 2008 R2
, supports up to TLS 1.0 version.Windows 10 version 21H2
and Windows Server 2019
, supports up to TLS1.2 version.Windows 11
and Windows Server 2022
, supports up to TLS1.3 version.Detailed documentation
If Windows 11 still reports an error when encountering TLS1.3,
Windows PowerShell
Execute the following code:
Add-Type -AssemblyName System.ServiceModel [System.Enum]::GetNames([System.Net.SecurityProtocolType])
Why can Chrome/Edge run on Windows7/Windows 2008?
Why don’t website downloads have built-in encryption and decryption APIs?