Closed ghost closed 10 years ago
Use:
add_filter( 'https_local_ssl_verify', '__return_false' );
in you functions PHP.
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?
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
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?