Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Bol.com

    (@netvlies)

    Can you provide more information? In which file, what code did you change etc., etc.

    Thread Starter murielconen

    (@murielconen)

    Volgensmij kunnen wij verder in het Nederlands…

    Thread Starter murielconen

    (@murielconen)

    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…

    Plugin Author Bol.com

    (@netvlies)

    Can you try this?
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);

    Thread Starter murielconen

    (@murielconen)

    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…

    Plugin Author Bol.com

    (@netvlies)

    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.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Error line 128’ is closed to new replies.