- This topic has 1 reply, 1 voice, and was last updated 11 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
› Forums › SNAP – WordPress Plugin Forums › How to stop CA cert verification on my serveur
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
The answer is in the FAQ – #4.4:
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); is already used where possible
Notifications