I am using CentOs 6.6 64bit and have a problem when using curl. The server mainly hosts several Wordpress blogs using apache and mysql.
My easiest way to generate an error is with the following yum command, which displays below
yum list "ca-certi*" Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Could not get metalink https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=x86_64 error was 14: PYCURL ERROR 77 - "Problem with the SSL CA cert (path? access rights?)" * base: cosmos.cites.illinois.edu * epel: mirror.cogentco.com * extras: mirrors.rit.edu * updates: mirrors.rit.edu Installed Packages ca-certificates.noarch 2014.1.98-65.1.el6 @base
Soutions have tried and still haven’t been able to rely on googling around
1) I tried restarting the VPS, no good
2) Running curl http://curl.haxx.se/ca/cacert.pem -o /etc/pki/tls/certs/ca-bundle.crt with no luck
3) This solution was unimportant as it relies on yum to solve the SSL problem that yum also suffers http://syslint.com/syslint/curl-77-problem-with-the-ssl-ca-cert-path-access -rights-solved /
Can I run these yum steps to install using wget ?, do you think this will help?
# yum reinstall ca-certificates
I think Virtualmin has installed some updates in the last 24 hours, is there an update log in which it worked somewhere?
Can anyone help get around this problem? The problem is with the SSL CA problem (path? Permissions?). "
TIA
source share