Title: ssl certificate problem
Last modified: August 21, 2016

---

# ssl certificate problem

 *  Resolved [Franciscus2007](https://wordpress.org/support/users/franciscus2007/)
 * (@franciscus2007)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/ssl-certificate-problem-4/)
 * Goedemiddag,
 * Ik heb alles ingevoerd en krijg deze melding. In het verleden werkte de plugin
   prima maar nu niet meer.
    _60 SSL certificate problem, verify that the CA cert
   is OK. Details: error:14090086:SSL routines:SSL3\_GET\_SERVER\_CERTIFICATE:certificate
   verify failed /home/prokwadr/domains/wielertochten.nl/public\_html/wp-content/
   plugins/bolcom-partnerprogramma-wordpress-plugin/vendor/kriswallsmith/buzz/lib/
   Buzz/Client/Curl.php 127
 * Volgens mijn hosting bedrijf heb ik geen ssl-certificaat nodig.
    Weet iemand 
   een oplossing?
 * groet,
 * Frank van Leeuwen
 * [https://wordpress.org/plugins/bolcom-partnerprogramma-wordpress-plugin/](https://wordpress.org/plugins/bolcom-partnerprogramma-wordpress-plugin/)

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

 *  Plugin Author [Bol.com](https://wordpress.org/support/users/netvlies/)
 * (@netvlies)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/ssl-certificate-problem-4/#post-4718409)
 * Please the faq section: [http://wordpress.org/plugins/bolcom-partnerprogramma-wordpress-plugin/faq/](http://wordpress.org/plugins/bolcom-partnerprogramma-wordpress-plugin/faq/)
   under ‘Plugin can’t connect with the Bol.com Open API. Fatal error: ‘SSL certificate
   problem’ for the solution or see older topics about this problem in this support
   forum.
 *  Thread Starter [Franciscus2007](https://wordpress.org/support/users/franciscus2007/)
 * (@franciscus2007)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/ssl-certificate-problem-4/#post-4718422)
 * Min hosting bedrijf geeft als oplossing dat er een ssl-account voor mijn domein
   aangevraagd moeten worden. Hieraan zijn dan weer jaarlijkse kosten verbonden.
   Zijn er nog andere oplossingen?
 *  Plugin Author [Bol.com](https://wordpress.org/support/users/netvlies/)
 * (@netvlies)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/ssl-certificate-problem-4/#post-4718583)
 * The real solution is updating the CA certificates or using a ssl-certificate 
   on your website. Another ‘solution’ is that you can disable the remote certificate
   check in the SSL request. The request is done from within the plugin to the Bol.
   com Open API to retrieve products and other results.
 * Since the requests are fired from within the plugin it is relatively safe to 
   disable them although it is not recommended by us. The real solution is updating
   the CA certificates or using a ssl-certificate on your website.
 * You can read more about the possible security consequences in this post: [http://stackoverflow.com/questions/13740933/security-consequences-of-disabling-curlopt-ssl-verifyhost-libcurl-openssl](http://stackoverflow.com/questions/13740933/security-consequences-of-disabling-curlopt-ssl-verifyhost-libcurl-openssl)
 * You can disable these checks by adding the following lines of code in the file
   wp-content/plugins/bolcom-partnerprogramma-wordpress-plugin/vendor/kriswallsmith/
   buzz/lib/Buzz/Client/Curl.php
 * Search for the lines:
    curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt(
   $curl, CURLOPT_HEADER, true);
 * Below these lines add these lines:
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 
   false); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);
 * Keep in mind when you update the plugin these changes will be overwritten and
   you should manually add them each time.

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

The topic ‘ssl certificate problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/bolcom-partnerprogramma-wordpress-
   plugin_91b2c3.svg)
 * [Bol.com Partner Program Plugin](https://wordpress.org/plugins/bolcom-partnerprogramma-wordpress-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bolcom-partnerprogramma-wordpress-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bolcom-partnerprogramma-wordpress-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/bolcom-partnerprogramma-wordpress-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bolcom-partnerprogramma-wordpress-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bolcom-partnerprogramma-wordpress-plugin/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Bol.com](https://wordpress.org/support/users/netvlies/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/ssl-certificate-problem-4/#post-4718583)
 * Status: resolved