SSL Upgrade Network Errors
-
I’m running WordPress with 3 sites in the multisite network. Only the main site is set up to use SSL. When attempting to run ‘Upgrade Network’ via the Network Admin I get the following error:
Warning! Problem updating. Your server may not be able to connect to sites running on it. Error message: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
At first I had some verification errors, so I’ve put the following (as a plugin) in my main site:
add_filter('https_ssl_verify', '__return_false'); add_filter('https_local_ssl_verify', '__return_false');
But now I can’t seem to find a way to get around the handshake failure issue. Please help!
I’m running the latest version of WordPress, including the All In One WP Security plugin, WP SuperCache, and CloudFlare with forced SSL on the main multisite domain. All sub-sites are using mapped TLDs without SSL.
Please help!
- The topic ‘SSL Upgrade Network Errors’ is closed to new replies.