On Tue, Sep 23, 2014 at 9:01 AM, Mailing Lists <mailinglists@xxxxxxxxxxxxxx> wrote: > On Tue, Sep 23, 2014, at 12:00 PM, Jan Alexander Steffens wrote: >> Please downgrade again: >> >> pacman -S core/ca-certificates{,-cacert} >> extra/{nss,ca-certificates-{ >> mozilla,java},p11-kit} >> >> And if you have multilib: >> >> pacman -S multilib/lib32-p11-kit > > Doing this leads to an error: command not executed after the Mozilla and > cacert packages. I would have given you the erro messages right here, > had I foolishly not decided to reboot. After rebooting, Firefox, curl > etc. all had problems with the certificates. As of now, I'm going to try > this from a live disk and see if it works. The first command is missing -utils, sorry. So: pacman -S core/ca-certificates{,-cacert,-utils} extra/{nss,ca-certificates-{mozilla,java},p11-kit}