• Resolved bthv

    (@bthv)


    Greetings,

    After entering my SiteID, API Acces Key and API Secret Key, the plugin doesn’t connect to the Bol.com API.

    I get no errors whatsoever, just “Error: No connection can be made to the Bol.com API”

    I’m using:
    Wordpress 8.1,
    PHP v. 5.3.10 (PHPInfo)

    The API Status seems to be OK, My wordpress has no issues connecting to other websites to load API’s, so I’m wondering what can be wrong.

    https://wordpress.org/plugins/bolcom-partnerprogramma-wordpress-plugin/

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

    (@netvlies)

    In the new release we will show more error information in the config page. When we have this we can provide better support.

    We think your problem may be a cURL timeout issue. Currently the timeout is set to max 5 seconds. You can set this to 10 seconds and check or this solves your problem.

    Search for the line
    $buzzClient->setTimeout(5); and change it to
    $buzzClient->setTimeout(10);

    In the next release we will change this to 10 by default.

    Plugin Author Bol.com

    (@netvlies)

    The version is released (version 1.2.1) please let us know or this solved your problem.

    Thread Starter bthv

    (@bthv)

    This time I got some more info…

    60 SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed /home/admin/domains/ergensin.nl/public_html/wp-content/plugins/bolcom-partnerprogramma-wordpress-plugin/vendor/kriswallsmith/buzz/lib/Buzz/Client/Curl.php

    Plugin Author Bol.com

    (@netvlies)

    You can find more information about the problem and the solution here:
    http://wordpress.org/plugins/bolcom-partnerprogramma-wordpress-plugin/faq/ under the section: ‘Plugin can’t connect with the Bol.com Open API. Fatal error: ‘SSL certificate problem”

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Cannot connect to bol.com API’ is closed to new replies.