Update problem with ssl certificate

hello all,

running Manjaro since october and no problems until today when trying to update using pacman.
I get ssl errors, example:

sudo pacman -Syu
[sudo] wachtwoord voor rene: 
:: Pakket-databases synchroniseren...
fout:kan het bestand 'core.db' niet ophalen van mirror.atysleaks.org : SSL certificate problem: self signed certificate

Is this a serious problem? For now I choose not to update.

regards,

René

I think that mirror has been decommissioned.

Refresh your mirror list and update with

sudo pacman-mirrors --geoip && sudo pacman -Syyu
1 Like

Hello moson,
thanx for your answer, the problem is fixed now!
regards,
René

1 Like

Additional info/tips:

Check mirror status regularly (i.e., before every update) at https://repo.manjaro.org/.

The command pacman-mirrors --status should report the same info.

Run pacman-mirrors -c COUNTRY,COUNTRY or as @moson indicated, pacman-mirrors --geoip on a regular basis to make sure your custom pool of mirrors is up-to-date.

Documentation

Files

  • /etc/pacman.d/mirrorlist
  • /var/lib/pacman-mirrors/custom-mirrors.json
  • /var/lib/pacman-mirrors/status.json
  • /etc/pacman-mirrors.conf

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