I'm trying to use cURL to retrieve a site using SSL. It works fine on my production server. I want to be able to test my code using EasyPHP, but I don't know how to get it to recognise the cacert.pem certificate from the cURL website. How do I install the certificate and is this all I need to do? (all I needed to do on my server was copy it into the public_html directory) Thanks.