Hi,
SNAP is not working for me since a while now
Reason: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Since I am hosting my small server locally and not passing sensitive info, I was wondering if there is a way to stop CA cert verification
Let’s say adding the line
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); somewhere in on of the php file?
I really need to sort this out bring back my social media activities.
Thanks