manual backup from https -> SSL connect error
-
Hi,
I’ve been using the BackWPup plugin for a few weeks and really like it.
It was working well until I had my hosting provider install an SSL certificate and I switched my public site (and WordPress admin) from http to https. At that point BackWPup started failing at the beginning of (manual) backups with an “SSL connect error”. (The same error appears in the Information tab, next to Server self connect.)
I tried installing the Disable WordPress Local Connection SSL Verifying plugin (on a couple separate occasions actually), but that made no difference.
After a lot of trial-and-error I found that if I log into the http version of WordPress admin, manual backups start working again. However, for better security I’d prefer to use this in wp-config.php:
define('FORCE_SSL_ADMIN', true);
and of course log into the https version of WordPress admin.
In case it’s relevant I should also mention I’m using a CloudFlare proxy, configured for “Strict SSL”.
Is there any way to fix this?
Thanks!
- The topic ‘manual backup from https -> SSL connect error’ is closed to new replies.