How to stop CA cert verification on my serveur

Forums SNAP – WordPress Plugin Forums How to stop CA cert verification on my serveur

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #207815
    Alain Mink
    Participant

      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

      #207846
      NextScripts.com
      Participant

        The answer is in the FAQ – #4.4:

        Support FAQ

        curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); is already used where possible

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.