In a page on my concrete5 site and added the rss feed block. For getting feed from blog. Gettting the following error:
Unable to enable crypto on TCP connection www.blog.com: make sure the "sslcafile" or "sslcapath" option are properly set for the environment
any solution?
This error has to do with your server. It says it can't load data from a website with SSL (https) because your server do not have a certificate authority file installed.
Please check :
-
If your installation does not have a CA-file , then :
add to your php.ini
curl.cainfo = "< path-to-cacert.pem >" openssl.cafile = "< path-to-cacert.pem >"