gazpachu
Member
Posted 10 months ago #
I only could make it work after modifying the following code in:
wp-content\plugins\backwpup\libs\rackspace\cloudfiles.php
define("US_AUTHURL", "https://auth.api.rackspacecloud.com");
define("UK_AUTHURL", "https://lon.auth.api.rackspacecloud.com");
to
define("US_AUTHURL", "https://lon.auth.api.rackspacecloud.com");
define("UK_AUTHURL", "https://lon.auth.api.rackspacecloud.com");
hmmm i use the last lib of RSC must i change it ?
elemental.tm
Member
Posted 4 months ago #
Hi Daniel, can you confirm this is still broken on v2.1.7 and I need to apply the fix outlined in this thread? Thanks in advance.
elemental.tm
Member
Posted 4 months ago #
FYI: after applying the proposed fix I get the following error:
Invalid response: (curl error: 60) SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed: Failed to obtain valid HTTP response.
hi with next version i will look for a update of the RCS files.
For the SSL problem can help a newer php version in my test i have the same problem with php 5.2.4 with 5.3 it works. I think it a old curl version.