axel icon indicating copy to clipboard operation
axel copied to clipboard

HTTP/1.1 Support

Open fskypro opened this issue 4 years ago • 7 comments

1、SSL error $ axel https://download.samba.org/pub/rsync/src/rsync-3.2.3.tar.gz Initializing download: https://download.samba.org/pub/rsync/src/rsync-3.2.3.tar.gz SSL error: certificate verify failed (null)

2、use -k $ axel -k https://download.samba.org/pub/rsync/src/rsync-3.2.3.tar.gz Initializing download: https://download.samba.org/pub/rsync/src/rsync-3.2.3.tar.gz (null)

all download are fail!

=========================== $ cat /etc/redhat-release CentOS Linux release 8.2.2004 (Core) $ axel --version Axel 2.17.9 (linux-gnu)

fskypro avatar Oct 26 '20 04:10 fskypro

The problem is that the server only accepts HTTP/1.1 requests.

ismaell avatar Nov 02 '20 12:11 ismaell

now, will axel support HTTP/1.1 ? and when?

if it is not support HTTP/1.1, it should give a tips, but not output nothing(with -k).

lots of links are HTTP/1.1, so it means axel is no use now.


thanks for reply!

fskypro avatar Nov 06 '20 11:11 fskypro

It isn't on the roadmap yet.

Patches are welcome.

ismaell avatar Nov 06 '20 23:11 ismaell

hi @ismaell i have this error can you help me please?

HTTP/1.1 401 Unauthorized and HTTP/1.1 426 Upgrade Required

ComputerManiacs avatar May 27 '21 15:05 ComputerManiacs

Hi @ComputerManiacs, Code 426 might be relevant, which protocol is the server requesting on the Upgrade header? which server implementation is it (if it reports or you know)?

In any case, HTTP 1.1 support won't happen anytime soon on my side, but I welcome any patches.

ismaell avatar May 27 '21 17:05 ismaell

Still seeing this HTTP/1.1 426 Upgrade Required on some hosts is there any more progress on HTTP/1.1 support?

Last comment was back in May of 2021 (over a year ago)

dadreggors avatar Aug 08 '22 16:08 dadreggors

@dadreggors AFAIK nobody is working on this.

ismaell avatar Aug 12 '22 14:08 ismaell