I can't seem to update php-xdebug and I'm not sure why #6563
-
aria2c seems to fail for about half of all downloads through Scoop, always I tried enabling aria2c's logging option ( What is it about |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Important If your problem is related to a specific package, open the issue in the relevant bucket, not here. The issue where php-xdebug downloads fail when using aria2 is reproducible. It may be related to aria2 not supporting TLS 1.3 yet, while xdebug.org only has TLS 1.3 enabled. You can either report this to aria2 or report this to php-xdebug to enable TLS 1.2 support.
As for the issue where downloads fail with default downloader, it can only be reproduced on very old Windows systems. The cause appears to be similar: your Windows version or proxy may not support TLS 1.3.. You can verify this by visiting a site like https://www.howsmyssl.com/a/check, or by checking it with the following command: Get-ChildItem 'HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols' -Recurse[Net.ServicePointManager]::SecurityProtocol |
Beta Was this translation helpful? Give feedback.
Important
If your problem is related to a specific package, open the issue in the relevant bucket, not here.
The issue where php-xdebug downloads fail when using aria2 is reproducible. It may be related to aria2 not supporting TLS 1.3 yet, while xdebug.org only has TLS 1.3 enabled. You can either report this to aria2 or report this to php-xdebug to enable TLS 1.2 support.
As for the issue where downloads fail with default downloader, it can only be reproduced on very old Windows systems. The cause appears to be similar: your Windows version or proxy may not support TLS 1.3.. You can ver…