Can't download devuan ISOs...

[ERROR] CUID#7 - Download aborted. URI=https://files.devuan.org/devuan_chimaera/desktop-live/devuan_chimaera_4.0.2_amd64_desktop-live.iso
Exception: [AbstractCommand.cc:351] errorCode=1 URI=https://files.devuan.org/devuan_chimaera/desktop-live/devuan_chimaera_4.0.2_amd64_desktop-live.iso
  -> [SocketCore.cc:1018] errorCode=1 SSL/TLS handshake failure: protocol error

aria2 will resume download if the transfer is restarted.
If there are any errors, then see the log file. See '-l' option in help/man page for details.

ERROR! Failed to download https://files.devuan.org/devuan_chimaera/desktop-live/devuan_chimaera_4.0.2_amd64_desktop-live.iso with aria2c. Try running 'quickget' again.


Other distros looks good, not tested everything...
This commit is contained in:
zenobit 2023-01-26 01:52:15 +00:00 committed by GitHub
parent 809ad68fd8
commit 3ff5ef1afb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1046,7 +1046,7 @@ function get_deepin() {
function get_devuan() {
local HASH=""
local ISO=""
local URL="https://files.devuan.org/devuan_${RELEASE}/desktop-live"
local URL="http://files.devuan.org/devuan_${RELEASE}/desktop-live"
case ${RELEASE} in
beowulf) ISO="devuan_${RELEASE}_3.1.1_amd64_desktop-live.iso";;