error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing
環境
- CentOS 5.5 (64bit)
- Openssl 0.9.8e-fips-rhel5
$ cd /usr/local/src ; pwd
$ curl -O https://www.digicert.com/testroot/DigiCertHighAssuranceEVRootCA.crt
$ cp -ip /etc/pki/tls/certs/ca-bundle.crt /etc/pki/tls/certs/ca-bundle.crt.org
$ cat DigiCertHighAssuranceEVRootCA.crt >> /etc/pki/tls/certs/ca-bundle.crt
これで解決
参考サイト