In my case the mirror that cdn gives me is much faster than download.. root@Datacor-ZRH:~# curl -sI https://download.opensuse.org/distribution/leap/15.5/iso/openSUSE-Leap-15.5-... | grep location: && wget -O /dev/null -q --show-progress https://download.opensuse.org/distribution/leap/15.5/iso/openSUSE-Leap-15.5-... location: https://pkg.adfinis.com/opensuse/distribution/leap/15.5/iso/openSUSE-Leap-15... /dev/null 100%[=======================================================>] 4.02G 72.6MB/s in 62s root@Datacor-ZRH:~# curl -sI https://cdn.opensuse.org/distribution/leap/15.5/iso/openSUSE-Leap-15.5-DVD-a... | grep location: && wget -O /dev/null -q --show-progress https://cdn.opensuse.org/distribution/leap/15.5/iso/openSUSE-Leap-15.5-DVD-a... location: http://mirror.easyname.at/opensuse/distribution/leap/15.5/iso/openSUSE-Leap-... /dev/null 100%[=======================================================>] 4.02G 323MB/s in 13s root@Datacor-ZRH:~# On Sat, Jul 15, 2023 at 7:01 AM Andrei Borzenkov <arvidjaar@gmail.com> wrote:
On 7/15/23 06:36, Luciano Santos wrote:
On Fri, 07/14/2023 at 22:02 +0530, llyyr wrote:
I had to change https to http because of the following error from zypper: "Error message: Redirect to protocol "http" not supported or disabled in libcurl"
Other than that everything is good
I don't mean to be rude, but let's focus on the discussion at hand,
On 15.07.2023 07:43, llyyr wrote: please.
There are better places to report that. You probably is using an out of date mirrorsorcerer where it changed the baseurl in your .repo files to use cache.opensuse.net.br/. If not, please drop a message in the openSUSE Admins chat room.
How is this not the discussion at hand? The original email said to leave any feedback.
Mirrorsorcerer I didn't even know this was a thing, and definitely never used it or any other mirrorcache because they all perform horribly in India.
https://cdn.opensuse.org simply redirects me to http://mirrorcache-jp.opensuse.org.
Yes, this is long standing issue with openSUSE infrastructure. zypper disables https -> http downgrade and mirrorbrain used such redirection. It became better with mirrorcache, and those cases I have seen are due to downstream mirrors. But here it is plain bug in cdn.opensuse.org - such redirection cannot work with zypper.
bor@bor-Latitude-E5450:~$ curl -sI
https://cdn.opensuse.org/distribution/leap/15.5/iso/openSUSE-Leap-15.5-DVD-a... | grep location: location:
http://mirror.de.leaseweb.net/opensuse/distribution/leap/15.5/iso/openSUSE-L... bor@bor-Latitude-E5450:~$