Andrii Nikitin changed bug 1192433
What Removed Added
CC   andrii.nikitin@suse.com

Comment # 6 on bug 1192433 from
Currently download.opensuse.org uses two different redirectors for https and
http requests:
http - old one MirrorBrain
https - new one MirrorCache
Somehow your IP is resolved differently on different mirrorcache instances,
this should be possible to fix on Thursday.
Just in case you can compare country resolved using commands below - which ones
are incorrect?:

curl -6 http://mirrorcache.opensuse.org/rest/myip
curl -6 http://mirrorcache-us.opensuse.org/rest/myip
curl -4 http://mirrorcache.opensuse.org/rest/myip
curl -4 http://mirrorcache-us.opensuse.org/rest/myip

There are two immediate workarounds:
1. use http instead of https - old redirector shouldn't have this issue.
2. Add ?COUNTRY=us at the and of baseurl in *.repo files, e.g.
baseurl=https://download.opensuse.org/repositories/network/openSUSE_Tumbleweed/?COUNTRY=us

Let me know if you need assistance with 1 or 2.

You can also report similar problems at
https://github.com/openSUSE/MirrorCache/issues


You are receiving this mail because: