Bug 1213480 - rescue system should install the ca-certificates-mozilla package
Summary: rescue system should install the ca-certificates-mozilla package
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-19 12:27 UTC by Marcus Rückert
Modified: 2023-07-19 16:25 UTC (History)
0 users

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 Marcus Rückert 2023-07-19 12:27:45 UTC
otherwise you run into

```
curl -L -sS -o initrd-install https://download.opensuse.org/history/20230710/tumbleweed/repo/oss/boot/x86_64/loader/initrd
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
```
Comment 1 Marcus Rückert 2023-07-19 12:30:27 UTC
wouldnt this also affect proper https support for the ssh.key option?
Comment 2 Steffen Winterfeldt 2023-07-19 16:22:17 UTC
Yes, indeed.

https://github.com/openSUSE/installation-images/pull/650
Comment 3 Steffen Winterfeldt 2023-07-19 16:23:50 UTC
> wouldnt this also affect proper https support for the ssh.key option?

initrd has certificates installed, so this is fine. It's just lost when
the rescue system takes over. Normal install is also ok.
Comment 4 Steffen Winterfeldt 2023-07-19 16:25:14 UTC
Argh; the comment order got mixed.

My 'yes, indeed' was not the response to your last comment. :-/