• I am getting the following error:
    Bucket:
    cURL resource: Resource id #208; cURL error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed (60)

    what can be the problem?
    The older version of BackWPup was working fine.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Daniel Hüsken

    (@danielhuesken)

    With php version ? the sdk has updatet the ssl certs, i have the problem only in my locel test blog.

    Thread Starter peterpc

    (@peterpc)

    My provider is using php version 5.2.13

    Plugin Contributor Daniel Hüsken

    (@danielhuesken)

    add define('AWS_CERTIFICATE_AUTHORITY', true); can help

    Plugin Contributor Daniel Hüsken

    (@danielhuesken)

    oh srry must adde in job_run.php too.

    i will implement it on next release

    Thread Starter peterpc

    (@peterpc)

    Thanks! That did it.
    It is working now.

    Thread Starter peterpc

    (@peterpc)

    I updated to 2.1.3 but get errors now:
    2011/08/08 22:40.48: 1. try to create backup zip (PclZip) archive…
    2011/08/08 22:41.18: [ERROR]Maximum execution time of 30 seconds exceeded
    2011/08/08 22:41.18: 1. Script stop! Will started again now!
    2011/08/08 22:41.20: 2. try to create backup zip (PclZip) archive…
    2011/08/08 22:41.20: [ERROR] Zip archive create error: PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE (-20) : Invalid type array. String expected for attribute ‘PCLZIP_ATT_FILE_NAME’
    2011/08/08 22:41.20: Archive size is 4.02 MB
    2011/08/08 22:41.20: 1. try sending backup to Google Storage…
    2011/08/08 22:41.24: Connected to GStorage Bucket: rtvbackup
    2011/08/08 22:41.24: Upload to GStorage now started…
    2011/08/08 22:41.30: Backup transferred to https://sandbox.google.com/storage/xxxxxxxx/backwpup_1_2011-08-08_22-40-39.zip
    2011/08/08 22:41.32: Job done in 53 sec.
    2011/08/08 22:41.32: [WARNING] unlink(C:/Windows/Temp/.backwpup_-59329976/backwpup_1_2011-08-08_22-40-39.zip) [function.unlink]: Permission denied

    went back to 2.1.2 and all is fine.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘BackWPup 2.1.2 and google storage’ is closed to new replies.