Bug 1219943 - Certificate error while fetching from https://debuginfod.opensuse.org
Summary: Certificate error while fetching from https://debuginfod.opensuse.org
Status: REOPENED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Development (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Martin Liška
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-14 18:47 UTC by Dimitrios Apostolou
Modified: 2024-05-15 11:04 UTC (History)
4 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitrios Apostolou 2024-02-14 18:47:14 UTC
Certificate error while fetching from https://debuginfod.opensuse.org

Sorry about setting the component to "other" but I couldn't find a suitable one, I was searching for something like "infrastructure" or "administration".
Comment 1 Andreas Stieger 2024-02-14 20:09:48 UTC
emailed admin@
Comment 2 Andreas Stieger 2024-02-17 16:05:35 UTC
https://progress.opensuse.org/issues/155506#change-764728

this is now deployed to serve our deprecation page with a valid certificate:
https://code.opensuse.org/heroes/salt/c/bae4d5773420d23fb882d4a68f0801a8685b8d48?branch=production

From https://debuginfod.opensuse.org/

openSUSE - deprecated service
Deprecated Service

We are very sorry, but the website you are trying to access no longer exists.
It was decided to shut it down to protect our infrastructure and its users from unmaintained and potentially insecure services.
If you are interested and would like become the new maintainer of this service, please get in touch with us.
Comment 3 Dimitrios Apostolou 2024-02-19 12:58:02 UTC
Thank you. But this website is listed in a file that is included in a package in OpenSUSE-Tumbleweed. The website is polled by gdb (this is how I saw the error) for downloading debug symbols when debugging a binary/library in the distribution.

  $ cat /etc/debuginfod/elfutils.urls 
  https://debuginfod.opensuse.org/

  $ rpm -qf /etc/debuginfod/elfutils.urls 
  debuginfod-profile-0.190-1.3.x86_64
Comment 4 Andreas Stieger 2024-02-19 14:10:33 UTC
From Base:System/elfutils/elfutils-debuginfod.spec

%if %{suse_version} > 1500
  --enable-debuginfod-urls=https://debuginfod.opensuse.org/ \
%endif

4y: https://progress.opensuse.org/news/94
https://github.com/openSUSE/debuginfod-o-o

I believe the recommended way to install debuginfos is from repos, not a web service.
Comment 5 Georg Pfuetzenreuter 2024-02-21 21:31:10 UTC
Hi,

there are plans to reinstate the service.