wp-media / backwpup

BackWPup - WordPress Backup Plugin
https://backwpup.com
GNU General Public License v2.0
88 stars 37 forks source link

Error message: SSL certificate problem, verify that the CA cert is OK #10

Closed ghost closed 10 years ago

ghost commented 10 years ago

If i will try to do a "Teststart" on BackWPup Version 3.1.1 with define(FORCE_SSLLOGIN, true) in wp-config.php, i get the following Error:

Der HTTP Antwort Test bekommt diesen Fehler "SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed"

The Server is on Ubuntu 10.04 LTS with PHP 5.3.2. I can't update to anewer Version. Do you know any Workaround? Is there anything, i can manualy edit in some file?

danielhuesken commented 10 years ago

Use:

add_filter( 'https_local_ssl_verify', '__return_false' );

in you functions PHP.

ghost commented 10 years ago

Many thx. If i add this in wp-includes/functions.php i will get a blank white page. I have tried it now in line 34 from wp-content/plugins/backwpup/backwpup.php dirctly after the initial comments and there it works!

Great and many thx for your tip. Could you please make this as a optional setting in your plugin?

danielhuesken commented 10 years ago

This is a support question. Please use Github only for bug reports. I have answered at http://wordpress.org/support/topic/cant-start-backup-job-due-to-ssl-error