Unable to retrieve external data

I have tried to setup the Darksky weather feed and the currencies feed.
Both have had an API key added to the module and I have added a part to my Layout for each in turn.
However both return a blank screen.
When I look into the Logs, I see the following error;

Problem getting currency information. E = cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)

and

Unable to reach Forecast API: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)

I am running my web server on a windows host with apache2 and php5 installed. All pre-reqs were complete during install that I am aware of.

I have removed the proxy off the web server to try direct connection but fault still persists.
Is there some cURL config that I must complete somewhere?

When I preview on my client PC or on the Xibo client windows software, is the pull request coming from the server or is it run on the client?

Regards
Jason

problem solved - bit of searching on this forum and I came across this post which fixed it for me.

2 Likes