No Centos 5 Estou tentando fazer o download via HTTPS, mas estou recebendo erros de certificação:
$ curl https://nixos.org/nix/install
curl: (60) SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
More details here: http://curl.haxx.se/docs/sslcerts.html
...
Existem várias respostas para essa questão ( por exemplo ), que dizem para baixar link para /etc/pki/tls/certs/ca-bundle.crt
.
Em outra máquina, baixei o link e copiei para a máquina Centos5 em /etc/pki/tls/certs/ca-bundle.crt
.
No entanto, ainda recebo o mesmo erro
$ curl https://nixos.org/nix/install
curl: (60) SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
More details here: http://curl.haxx.se/docs/sslcerts.html
Existe um passo extra em falta?