Add a sites certificate so make curl secure
Content
Hi,
At the moment when using cUrl we have to use:
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
However in reply to one of my posts, someone posted a solution about getting the certificate of a website and adding it to the file manager and then referencing it in the code but for the life of me I can't remember where it was or what to do
Any advice?
Thanks
2