curl: (77) Problem with the SSL CA cert (path? access rights?) (SOLVED)
This is an issue with ca-certificates that bundles with the server. You may simply need to reinstall the following packages for fixing this issue. # yum reinstall ca-certificates # yum reinstall openssl This will…