• 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");
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Daniel Hüsken

    (@danielhuesken)

    hmmm i use the last lib of RSC must i change it ?

    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.

    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.

    Plugin Author Daniel Hüsken

    (@danielhuesken)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Rackspace Cloud in the UK’ is closed to new replies.