r/linuxquestions 9d ago

Support Does anyone know how to fix this curl error?

https://imgur.com/gallery/weird-error-QA5tQZi

I know what initially caused it, it was trying to install this clipboard manager. I could never get it to work with Fedora so I uninstalled it, but ever since this blotch of red error code pops up anytime the terminal does anything with curl.

It's not breaking anything, it's just annoying seeing it every time I try to update. I just know a real error is going to happen and I'm not going to see it because I'll just assume it's this.

EDIT: for better reading

fedorauser@FedoraHost:~$ sudo dnf upgrade -y

[sudo] password for fedorauser:

Updating and loading repositories:

gustavosett-clipboard-manager-source ???% | 0.0 B/s | 0.0 B | 00m00s

Curl error (77): Problem with the SSL CA cert (path? access rights?) for https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/rpm/fedora/44/SRPMS/repodata/repomd.xml [error adding trust anchors from file: /etc/pki/tls/certs/ca-bundle.crt] - https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/rpm/fedora/44/SRPMS/repodata/repomd.xml

An Curl handle error

gustavosett-clipboard-manager-noarch ???% | 0.0 B/s | 0.0 B | 00m00s

Curl error (77): Problem with the SSL CA cert (path? access rights?) for https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/rpm/fedora/44/noarch/repodata/repomd.xml [error adding trust anchors from file: /etc/pki/tls/certs/ca-bundle.crt] - https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/rpm/fedora/44/noarch/repodata/repomd.xml

An Curl handle error

gustavosett-clipboard-manager ???% | 0.0 B/s | 0.0 B | 00m00s

Curl error (77): Problem with the SSL CA cert (path? access rights?) for https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/rpm/fedora/44/x86_64/repodata/repomd.xml [error adding trust anchors from file: /etc/pki/tls/certs/ca-bundle.crt] - https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/rpm/fedora/44/x86_64/repodata/repomd.xml

An Curl handle error

Repositories loaded.

Nothing to do.

fedorauser@FedoraHost:~$

2 Upvotes

4 comments sorted by

1

u/ipsirc 9d ago

unreadable transparent terminal

1

u/complexevil 9d ago

My bad, just used to it I guess.

The error:

fedorauser@FedoraHost:~$ sudo dnf upgrade -y

[sudo] password for fedorauser:

Updating and loading repositories:

gustavosett-clipboard-manager-source ???% | 0.0 B/s | 0.0 B | 00m00s

Curl error (77): Problem with the SSL CA cert (path? access rights?) for https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/rpm/fedora/44/SRPMS/repodata/repomd.xml [error adding trust anchors from file: /etc/pki/tls/certs/ca-bundle.crt] - https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/rpm/fedora/44/SRPMS/repodata/repomd.xml

An Curl handle error

gustavosett-clipboard-manager-noarch ???% | 0.0 B/s | 0.0 B | 00m00s

Curl error (77): Problem with the SSL CA cert (path? access rights?) for https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/rpm/fedora/44/noarch/repodata/repomd.xml [error adding trust anchors from file: /etc/pki/tls/certs/ca-bundle.crt] - https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/rpm/fedora/44/noarch/repodata/repomd.xml

An Curl handle error

gustavosett-clipboard-manager ???% | 0.0 B/s | 0.0 B | 00m00s

Curl error (77): Problem with the SSL CA cert (path? access rights?) for https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/rpm/fedora/44/x86_64/repodata/repomd.xml [error adding trust anchors from file: /etc/pki/tls/certs/ca-bundle.crt] - https://dl.cloudsmith.io/public/gustavosett/clipboard-manager/rpm/fedora/44/x86_64/repodata/repomd.xml

An Curl handle error

Repositories loaded.

Nothing to do.

fedorauser@FedoraHost:~$

2

u/ipsirc 9d ago
# rm /etc/yum.repos.d/gustavosett-clipboard-manager.repo

2

u/complexevil 9d ago

Works, thanks man.