http://bugzilla.opensuse.org/show_bug.cgi?id=1192078 Bug ID: 1192078 Summary: Transactional shell misses root certificates Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.2 Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem Assignee: screening-team-bugs@suse.de Reporter: marius.kittler@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- The directory containing all root certificates is empty in the environment of `transactional-update shell`. Just enter the shell and find `/etc/ssl/certs` (and `/var/lib/ca-certificates/pem` empty or try `curl https://www.google.de` which will fail due to missing root certificates. Note that the issue appears to be fixed in Leap 15.3 but it can go in one's way when trying to upgrade Leap 15.2 to Leap 15.3. As a workaround one could only use http repository URLs when upgrading to Leap 15.3. Note that redirections to https URLs might still be possible. This can be avoided by using `mirrorcache.opensuse.org`, e.g.: ``` sed -i 's,download.opensuse.org,mirrorcache.opensuse.org,g' \ /etc/zypp/repos.d/*.repo ``` -- You are receiving this mail because: You are on the CC list for the bug.