Michael Calmer changed bug 1224292
What Removed Added
Flags needinfo?(mc@suse.com)  

Comment # 5 on bug 1224292 from Michael Calmer
I still get the old key.

$> curl -vvv -L -O
https://download.opensuse.org/distribution/leap/15.6/repo/oss/repodata/repomd.xml.key
Connected to download.opensuse.org (2a07:de40:b250:131:10:151:131:30) port 443
(#0)
...
* SSL connection using TLSv1.3 / TLS_CHACHA20_POLY1305_SHA256
* ALPN: server accepted h2
* Server certificate:
*  subject: CN=mirrorcache.opensuse.org
*  start date: Apr 22 00:21:12 2024 GMT
*  expire date: Jul 21 00:21:11 2024 GMT
*  subjectAltName: host "download.opensuse.org" matched cert's
"download.opensuse.org"
*  issuer: C=US; O=Let's Encrypt; CN=R3
*  SSL certificate verify ok.
} [5 bytes data]
* using HTTP/2
* h2h3 [:method: GET]
* h2h3 [:path: /distribution/leap/15.6/repo/oss/repodata/repomd.xml.key]
* h2h3 [:scheme: https]
* h2h3 [:authority: download.opensuse.org]
* h2h3 [user-agent: curl/8.0.1]
* h2h3 [accept: */*]
* Using Stream ID: 1 (easy handle 0x558cd07d77e0)
} [5 bytes data]
> GET /distribution/leap/15.6/repo/oss/repodata/repomd.xml.key HTTP/2
> Host: download.opensuse.org
> user-agent: curl/8.0.1
> accept: */*
...
< HTTP/2 200 
< date: Thu, 16 May 2024 11:20:56 GMT
< server: Mojolicious (Perl)
< cache-control: public, max-age=231
< content-disposition: inline;filename="repomd.xml.key"
< content-length: 988


Content Length of 988 is the length of the old key.
The new one should have more than 1024

It also does not look like it is using a mirror.
No idea what happens


You are receiving this mail because: