AppImageUpdate
AppImageUpdate copied to clipboard
On fedora 34 we get zsync2: error setting certificate verify locations
On fedora the crt file is present as ca-bundle.crt and not as ca-certificates.crt, so zsync2 error is shown as
Checking for updates...
zsync2: error setting certificate verify locations:
CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: /etc/ssl/certs
zsync2: Reading and/or parsing .zsync file failed!
This breaks updating with appimageupdate cli as well as appimageupdate built in to the programs.
Fedora 35 has the same issue. Creating a ca-certificates.crt symbolic link to /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem does not change the output:
Fetching release information for tag "nightly" from GitHub API.
Failed to parse update information: GitHub API request failed: HTTP status 0, CURL error: error setting certificate verify locations:
CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: /etc/ssl/certs
@abdros it is unclear where you created that symlink.
Where is the CA certificates bundle on your systems?