#2821·task

DNF repository error in fresh install Fedora 44

Author: hsnfirdausCreated May 1, 2026Updated Sep 7, 2026
Labelsarea: installer

Description

After installing the dnf repository as described in https://taskfile.dev/docs/installation, the dnf update returning error from task-task repo.

 task-task-source                                                                                                                ???% |   0.0   B/s |   0.0   B |  00m01s
>>> Curl error (77): Problem with the SSL CA cert (path? access rights?) for https://dl.cloudsmith.io/public/task/task/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/task/task/rpm/fedora/44/SRPMS/repodata/repomd.xml
>>> An Curl handle error
 task-task-noarch                                                                                                                ???% |   0.0   B/s |   0.0   B |  00m01s
>>> Curl error (77): Problem with the SSL CA cert (path? access rights?) for https://dl.cloudsmith.io/public/task/task/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/task/task/rpm/fedora/44/noarch/repodata/repomd.xml
>>> An Curl handle error
 task-task                                                                                                                       ???% |   0.0   B/s |   0.0   B |  00m01s
>>> Curl error (77): Problem with the SSL CA cert (path? access rights?) for https://dl.cloudsmith.io/public/task/task/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/task/task/rpm/fedora/44/x86_64/repodata/repomd.xml
>>> An Curl handle error

After searching on internet, i think it's related to this change in fedora 44: https://fedoraproject.org/wiki/Changes/droppingOfCertPemFile

Version

Operating system

Fedora Workstation 44

Experiments Enabled

No response

Example Taskfile

yaml