AppImageUpdate icon indicating copy to clipboard operation
AppImageUpdate copied to clipboard

On fedora 34 we get zsync2: error setting certificate verify locations

Open raghu-kamath opened this issue 4 years ago • 2 comments

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.

raghu-kamath avatar Oct 27 '21 05:10 raghu-kamath

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 avatar Oct 05 '22 19:10 abdros

@abdros it is unclear where you created that symlink.

Where is the CA certificates bundle on your systems?

TheAssassin avatar Oct 09 '22 11:10 TheAssassin