Certificate error at rpmfusion

I’m getting a lot of errors like:
- Curl error (60): SSL peer certificate or SSH remote key was not OK for https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-31&arch=x86_64 [SSL certificate problem: certificate has expired]
and so I can’t
sudo dnf update -v

2 Likes

Oh, yes, the SSL certificate of this site is expired today.

fb850f9125c7698b104b8b0018d4cd557766fb04.png

I think that folks at rpmfusion are aware of that.

https://lists.rpmfusion.org/archives/list/rpmfusion-users@lists.rpmfusion.org/2020/5/

So, let’s wait :slight_smile:

1 Like

Ops… I’m blocked because I wrongly disinstalled some packages and I have to resintsall them… ok, thanks for the information… I hope they can set up it quickly (or can I skip the check?)

Ok, this does the trick in the urgent meantime…

and add option to /etc/dnf/dnf.conf file

sslverify=0

1 Like

You can also use --setopt

sudo dnf install packagename --setopt sslverify=0

Instead of editing the configuration file. (In that way you avoid to remember to set it back to 1, when the issue will be solved).

2 Likes

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.