Bugzilla – Bug 1213480
rescue system should install the ca-certificates-mozilla package
Last modified: 2023-07-19 16:25:14 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. ```
wouldnt this also affect proper https support for the ssh.key option?
Yes, indeed. https://github.com/openSUSE/installation-images/pull/650
> 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.
Argh; the comment order got mixed. My 'yes, indeed' was not the response to your last comment. :-/