montagdude / sboui

ncurses user interface for SlackBuilds.org package managers
Other
32 stars 5 forks source link

sboui has won't download source code #5

Closed thetibetantr closed 3 months ago

thetibetantr commented 9 months ago

On Feb. 4, I upgraded several slackware-15.0 packages and sboui has stopped downloading source packages. For example, when I try to upgrade 'gtest', I get:

ERROR: cannot verify github.com's certificate, issued by ‘CN=DigiCert TLS Hybrid ECCSHA384 2020 CA1,O=DigiCert Inc,C=US’: Unable to locally verify the issuer's authority.

I suspect that this is due to something in the upgraded packages 'curl' or 'openssl'.

montagdude commented 9 months ago

Hm, I just upgraded my system and can't reproduce that problem. Are you using the built-in backend, or something else (like sbopkg or sbotools)?

thetibetantr commented 9 months ago

I am using 'sboui'. What does sboui use to transfer files & where does it look for the sites certs? I didn't have this issue before the upgrade.

montagdude commented 9 months ago

It uses wget. It doesn't do anything on its own regarding certs, so I think this has to be a system issue on your end. You can try wget {source_code_url} on your own and see if that has the same problem. Maybe also just try running update-ca-certs on your system as root.