Can you provide more information? In which file, what code did you change etc., etc.
Volgensmij kunnen wij verder in het Nederlands…
Deze code krijg ik
60 SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed /var/www/vhosts/14/160175/webspace/siteapps/WordPress-153355/htdocs/wp-content/plugins/bolcom-partnerprogramma-wordpress-plugin/vendor/kriswallsmith/buzz/lib/Buzz/Client/Curl.php 127
Als ik vervolgens curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); toevoeg aan de curl.php dan krijg ik dezelfde error maar dan op line-128
Ik kom er dus niet uit…
Can you try this?
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);
60 SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed /var/www/vhosts/14/160175/webspace/siteapps/WordPress-153355/htdocs/wp-content/plugins/bolcom-partnerprogramma-wordpress-plugin/vendor/kriswallsmith/buzz/lib/Buzz/Client/Curl.php 129
Now I get a 129 error…
Can you copy and paste the complete code of the file where the error is given? You can use this tool https://gist.github.com to copy and paste the code in.