Verification error An error occurred during verification of the OpenID URL.
I am receiving this error when trying to login using my OpenID account with any https site. Basically I've found out that its trying to verify my CAfile: /etc/pki/tls/certs/ca-bundle.crt
How can I mitigate this? I was thinking I could either setup php.ini to use curl -k? (which I dont know how to)
Or I could setup the ca-bundle.crt cert (which i already have a ca.crt file setup for another site hosted on the same machine) Anyone know how to setup the ca-bundle.crt?
Anyone know how to get around this?
error_log http file:
CURL error (60): error setting certificate verify locations: CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none referer: http://mysite.net/index.php?title=Special:OpenIDLogin&returnto=Home
FYI: I resolved this issue by making /etc/pki/tls/certs/ readable.