Issue with SSL
-
Hi
I have SSL on my site, Im trying to load an RSS file from my own site with pipes (reason is not relevant). However Im getting the following error:
Error: [cURL error 60: SSL certificate problem: self signed certificate in certificate chain]According to a post found here –
https://stackoverflow.com/questions/21187946/curl-error-60-ssl-certificate-pr%C3%B0blem-self-signed-certificate-in-certificate-cI can add :
curl_setopt ($curl_ch, CURLOPT_CAINFO, dirname(__FILE__).”/cacert.pem”);
(since I cant edit the php.ini file)And that will solve it. However I dont know where, in your plugin code, to put this. Could you provide some pointers?
Obviously it needs to be added in the cUrl calls but Im not sure where they are (aside from 2 in the cronjob.php file).
- The topic ‘Issue with SSL’ is closed to new replies.