Project

General

Profile

Actions

tickets #130736

open

Missing tumbleweed/repo/oss/content

Added by luc14n0 about 1 year ago. Updated about 1 year ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Mirrors
Target version:
-
Start date:
2023-06-12
Due date:
% Done:

0%

Estimated time:

Description

Hi all,

Something came to my attention after some people on openSUSE's IRC/Matrix support channel(s) mentioned an issue while using Zypper.

They were getting an error like this:

Repository 'Main Repository (OSS)' is invalid.
[download.opensuse.org-oss|https://cache.opensuse.net.br/tumbleweed/repo/oss/] Valid metadata not found at specified URL
History:
 - [|] Error trying to read from 'https://cache.opensuse.net.br/tumbleweed/repo/oss/'
 - Download (curl) error for 'https://cache.opensuse.net.br/tumbleweed/repo/oss/content':
   Error code:  Unsupported protocol or redirect (location: http://downloadcontent-br.opensuse.org/tumbleweed/repo/oss/content)
   Error message: Redirect to protocol "http" not supported or disabled in libcurl

And if I use curl:

$ curl -IL "https://download.opensuse.org/tumbleweed/repo/oss/content"
HTTP/2 404 
vary: accept-language,accept-charset
accept-ranges: bytes
content-type: text/html; charset=utf-8
content-language: en
date: Tue, 13 Jun 2023 00:27:57 GMT
server: Apache

curl -IL "https://mirrorcache-eu.opensuse.org/tumbleweed/repo/oss/content"
HTTP/2 302 
content-length: 0
date: Tue, 13 Jun 2023 00:28:45 GMT
location: https://downloadcontent.opensuse.org/tumbleweed/repo/oss/content
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: no-referrer-when-downgrade
strict-transport-security: max-age=15768000

HTTP/2 404 
server: nginx
date: Tue, 13 Jun 2023 00:28:52 GMT
content-type: text/html
content-length: 146
vary: Accept-Encoding

$ curl -IL "https://mirrorcache-us.opensuse.org/tumbleweed/repo/oss/content"
HTTP/2 302 
content-length: 0
date: Tue, 13 Jun 2023 00:29:31 GMT
location: https://downloadcontent-us1.opensuse.org/tumbleweed/repo/oss/content
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: no-referrer-when-downgrade
strict-transport-security: max-age=31536000;includeSubDomains;preload

HTTP/1.1 404 Not Found
Server: nginx
Date: Tue, 13 Jun 2023 00:29:32 GMT
Content-Type: text/html
Content-Length: 146
Connection: keep-alive
Vary: Accept-Encoding

First I thought all of this had something to do with this, because I saw some people complaining about curl error 92 as well but now I'm not so sure. Any insights of what's going on?

I'm not sure in what category this might fit, too.

Actions

Also available in: Atom PDF