SSL Error with AUR using Curl

Hello Everyone,

I have installed the latest Gnome Iso with all updates so the certificates should be up-to-date however when attempting to install free download manager from the AUR, I’m seeing an SSL verification Error. The documentation says you can skip the verification but I can’t seem to get that to work. How can I fix this?

paru -S freedownloadmanager
:: Resolving dependencies…
:: Calculating conflicts…
:: Calculating inner conflicts…

Aur (1) freedownloadmanager-6.24.2.5857-1

:: Proceed to review? [Y/n]: y

:: Downloading PKGBUILDs…
PKGBUILDs up to date
nothing new to review
fetching devel info…
==> Making package: freedownloadmanager 6.24.2.5857-1 (Sat 14 Dec 2024 08:33:57 PM EST)
==> Retrieving sources…
→ Downloading freedownloadmanager.deb…
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0
curl: (60) SSL peer certificate or SSH remote key was not OK
More details here…

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the webpage mentioned above.
==> ERROR: Failure while downloading…
Aborting…
error: failed to download sources for ‘freedownloadmanager-6.24.2.5857-1’:
error: packages failed to build: freedownloadmanager-6.24.2.5857-1

The verification you are are thinking of is the checksum verification of the downloaded sources.

Skipping verification cannot be done for a https connection as it is the server providing an invalid certificate.

Linux-aarhus

So you’re saying the issue must be fixed by upstream?

This happens from time to time for almost any administrator.

I am saying the server hosting the source is providing an invalid certificate - possibly expired - the server admin for the domain in question need to renew certificate.

ah! would it be possible to convert the deb package to a local package - ALPM for pamac to install?

The deb file is at https://files2.freedownloadmanager.org/6/latest/freedownloadmanager.deb which has an invalid certificate

Try persepolis from the extra repo

sudo pacman -Syu persepolis

In short: don’t.

Still want to? You are on your own:

Thank you. Where can issues such as this be reported?

Thank you. I was just wondering because pamac accepts ALPM packages

Ordinarilly I’d suggest the originating site itself; in this case freedownloadmanager.org; should be your first port of call.

1 Like

Free Download Manager has been a point of exploitation multiple times, and sometimes in the same ways for years. I wouldnt trust it at all, but I doubly wouldnt trust it with some broken cert.

Random search hits…

Also this should be a warning to other helpers or tinkerers … sometimes actors may ask for help with ~some software~ in order to encourage more infections. Be Safe. <3

4 Likes

Issue fixed as of 12.17.24. Admin must have corrected the issue.

Thank you cscs. I have read those articles from the past. FDM works well for me.

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