Actions
tickets #181223
closedrepositories/KDE:/KDE3/openSUSE_Tumbleweed SSL certificate problem: certificate has expired
Start date:
2025-04-21
Due date:
% Done:
0%
Estimated time:
Description
I was trying to do a zypper ref and it's failing for:
https://download.opensuse.org/repositories/KDE:/KDE3/openSUSE_Tumbleweed/
It appears the sites SSL certificate has expired:
Retrieving repository 'KDE 3.5.10 and Qt3-related software (openSUSE_Tumbleweed)' metadata .........................................[error]
Repository 'KDE 3.5.10 and Qt3-related software (openSUSE_Tumbleweed)' is invalid.
[KDE_KDE3|https://download.opensuse.org/repositories/KDE:/KDE3/openSUSE_Tumbleweed/] Failed to retrieve new repository metadata.
History:
- Download (curl) error for 'https://download.opensuse.org/repositories/KDE:/KDE3/openSUSE_Tumbleweed/repodata/6f4b7d8a0a494a7cfb2890ba5959974bd71b5c39a5726e2adf7ce8d65ba9eec586a18c97ac3b000eb944d8d269565050e980f12c4ba7ea1a28ca95969cff7bc0-filelists-ext.xml.gz':
Error code: The peer certificate could not be verified Curl error (60)
Error message: SSL certificate problem: certificate has expired
Please check if the URIs defined for this repository are pointing to a valid repository.
Updated by crameleon 21 days ago
Possibly the same as https://progress.opensuse.org/issues/181229 then?
Updated by mchnz 21 days ago
Yes, it looks like it is an issue with a mirror, I just tried a wget. I have set download.use_geoip_mirror = false
in /etc/zypp/zypp.conf
, but that doesn't help, the mirror is still used.
wget 'https://download.opensuse.org/repositories/KDE:/KDE3/openSUSE_Tumbleweed/repodata/5a517fd50335e5e385348f67c0433d104e064ae03469036b6be66484ad29b4ba7131037f84d4d591b0cdd774b004503fae4eff2bd37ccc49a79dd05432904206-filelists-ext.xml.gz'
--2025-04-22 22:13:04-- https://download.opensuse.org/repositories/KDE:/KDE3/openSUSE_Tumbleweed/repodata/5a517fd50335e5e385348f67c0433d104e064ae03469036b6be66484ad29b4ba7131037f84d4d591b0cdd774b004503fae4eff2bd37ccc49a79dd05432904206-filelists-ext.xml.gz
Resolving download.opensuse.org (download.opensuse.org)... 195.135.223.226, 2a07:de40:b250:131:10:151:131:30
Connecting to download.opensuse.org (download.opensuse.org)|195.135.223.226|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://mirrorcache-au.opensuse.org/repositories/KDE:/KDE3/openSUSE_Tumbleweed/repodata/5a517fd50335e5e385348f67c0433d104e064ae03469036b6be66484ad29b4ba7131037f84d4d591b0cdd774b004503fae4eff2bd37ccc49a79dd05432904206-filelists-ext.xml.gz [following]
--2025-04-22 22:13:05-- https://mirrorcache-au.opensuse.org/repositories/KDE:/KDE3/openSUSE_Tumbleweed/repodata/5a517fd50335e5e385348f67c0433d104e064ae03469036b6be66484ad29b4ba7131037f84d4d591b0cdd774b004503fae4eff2bd37ccc49a79dd05432904206-filelists-ext.xml.gz
Resolving mirrorcache-au.opensuse.org (mirrorcache-au.opensuse.org)... 172.105.167.90, 2400:8907::f03c:92ff:fe82:7bb
Connecting to mirrorcache-au.opensuse.org (mirrorcache-au.opensuse.org)|172.105.167.90|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://mirror.firstyear.id.au/repositories/KDE:/KDE3/openSUSE_Tumbleweed/repodata/5a517fd50335e5e385348f67c0433d104e064ae03469036b6be66484ad29b4ba7131037f84d4d591b0cdd774b004503fae4eff2bd37ccc49a79dd05432904206-filelists-ext.xml.gz [following]
--2025-04-22 22:13:05-- https://mirror.firstyear.id.au/repositories/KDE:/KDE3/openSUSE_Tumbleweed/repodata/5a517fd50335e5e385348f67c0433d104e064ae03469036b6be66484ad29b4ba7131037f84d4d591b0cdd774b004503fae4eff2bd37ccc49a79dd05432904206-filelists-ext.xml.gz
Resolving mirror.firstyear.id.au (mirror.firstyear.id.au)... 194.195.251.131, 2400:8907::f03c:95ff:fe99:5abf
Connecting to mirror.firstyear.id.au (mirror.firstyear.id.au)|194.195.251.131|:443... connected.
ERROR: cannot verify mirror.firstyear.id.au's certificate, issued by ‘CN=E6,O=Let's Encrypt,C=US’:
Issued certificate has expired.
To connect to mirror.firstyear.id.au insecurely, use `--no-check-certificate'.
Updated by crameleon 21 days ago
- Related to tickets #181229: Tumbleweed is saying repository certificates have expired on the Australian mirror added
Actions