openSUSE / download.o.o

download.opensuse.org infrastructure files (mainly Yast repos)
1 stars 13 forks source link

Redirects from HTTPS to HTTP, breaks AppImageUpdate #26

Open probonopd opened 5 years ago

probonopd commented 5 years ago

HTTPS links get redirected to HTTP as can be seen here:

me@host:~$ strings Downloads/celestia-qt-0-Build160.1.glibc2.14-x86_64.AppImage | strings | grep zsync
zsync|https://download.opensuse.org/repositories/home:/munix9:/unstable/AppImage/celestia-qt-latest-x86_64.AppImage.zsync
(...)

me@host:~$ wget https://download.opensuse.org/repositories/home:/munix9:/unstable/AppImage/celestia-qt-latest-x86_64.AppImage.zsync

--2019-08-04 20:57:11--  https://download.opensuse.org/repositories/home:/munix9:/unstable/AppImage/celestia-qt-latest-x86_64.AppImage.zsync
(...)
HTTP request sent, awaiting response... 302 Found
Location: http://downloadcontent.opensuse.org/repositories/home:/munix9:/unstable/AppImage/celestia-qt-0-Build160.1.glibc2.14-x86_64.AppImage.zsync [following]

As a result, AppImageUpdate does not work anymore.

This used to work; so I suspect it to be a bug that was recently introduced.

Reference: https://github.com/CelestiaProject/Celestia/issues/333