axel
axel copied to clipboard
HTTP/1.1 Support
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)
The problem is that the server only accepts HTTP/1.1 requests.
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!
It isn't on the roadmap yet.
Patches are welcome.
hi @ismaell i have this error can you help me please?
HTTP/1.1 401 Unauthorized and HTTP/1.1 426 Upgrade Required
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.
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 AFAIK nobody is working on this.