How to update cURL CA bundle on RedHat?
Posted
by
Andrew
on Server Fault
See other posts from Server Fault
or by Andrew
Published on 2012-06-01T17:45:20Z
Indexed on
2012/10/19
11:08 UTC
Read the original article
Hit count: 346
I am running into issues where the CA bundle that has been bundled with my version of cURL is outdated.
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
Reading through the documentation didn't help me because I didn't understand what I needed to do or how to do it. I am running RedHat and need to update the CA bundle. What do I need to do to update my CA bundle on RedHat?
© Server Fault or respective owner