[arch-general] Errors regarding the ssl certificates
Curl needs to be recompiled with the new locations of the certificates. A quick glance at the PKGBUILD shows me that the compile flag --with-ca-bundle is set to /etc/ssl/certs/ca-certificates.crt, while as of the last update (20140923-2 in testing), this location does not seem to exist any more. This throws up errors while running the AUR manager cower, which complains of a non-existent path. ABS has similar problems. -- Cheers!
On Tue, Sep 23, 2014 at 8:28 AM, Mailing Lists <mailinglists@hawkradius.com> wrote:
Curl needs to be recompiled with the new locations of the certificates. A quick glance at the PKGBUILD shows me that the compile flag --with-ca-bundle is set to /etc/ssl/certs/ca-certificates.crt, while as of the last update (20140923-2 in testing), this location does not seem to exist any more. This throws up errors while running the AUR manager cower, which complains of a non-existent path. ABS has similar problems.
-- Cheers!
This got rushed, poorly, and the updates were removed. I'm very sorry. 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
On Tue, Sep 23, 2014, at 12:00 PM, Jan Alexander Steffens wrote:
On Tue, Sep 23, 2014 at 8:28 AM, Mailing Lists <mailinglists@hawkradius.com> wrote:
Curl needs to be recompiled with the new locations of the certificates. A quick glance at the PKGBUILD shows me that the compile flag --with-ca-bundle is set to /etc/ssl/certs/ca-certificates.crt, while as of the last update (20140923-2 in testing), this location does not seem to exist any more. This throws up errors while running the AUR manager cower, which complains of a non-existent path. ABS has similar problems.
-- Cheers!
This got rushed, poorly, and the updates were removed. I'm very sorry. 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.
On Tue, Sep 23, 2014 at 9:01 AM, Mailing Lists <mailinglists@hawkradius.com> 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}
participants (2)
-
Jan Alexander Steffens
-
Mailing Lists