Dropbox API (59) Unknown Cipher Error
-
When I try to reauthenticate Dropbox I get an API (59) error. Any ideas what might be going on?
BackWPup version 3.1.2-beta3 (same problem on 3.1.1)
https://www.dropbox.com/s/0mnidbub3ilnixs/dropbox-error-backwpup.png
-
Hello Mossalot,
Interesting, because i have copied the cipher list from the Dropbox PHP SDK. In 3.1.1 the list was not integrated.
The Cipher list is:
curl_setopt( $ch, CURLOPT_SSL_CIPHER_LIST, 'ECDHE-RSA-AES256-GCM-SHA384:'. 'ECDHE-RSA-AES128-GCM-SHA256:'. 'ECDHE-RSA-AES256-SHA384:'. 'ECDHE-RSA-AES128-SHA256:'. 'ECDHE-RSA-AES256-SHA:'. 'ECDHE-RSA-AES128-SHA:'. 'ECDHE-RSA-RC4-SHA:'. 'DHE-RSA-AES256-GCM-SHA384:'. 'DHE-RSA-AES128-GCM-SHA256:'. 'DHE-RSA-AES256-SHA256:'. 'DHE-RSA-AES128-SHA256:'. 'DHE-RSA-AES256-SHA:'. 'DHE-RSA-AES128-SHA:'. 'AES256-GCM-SHA384:'. 'AES128-GCM-SHA256:'. 'AES256-SHA256:'. 'AES128-SHA256:'. 'AES256-SHA:'. 'AES128-SHA' );You must find out with is not supported on your server and install it. Or deactivate the security with 3.1.2 and the mini plugin from http://wordpress.org/support/topic/dropbox-api-35-unsupported-ssl-protocol-version?replies=34.
Updated recently and got the same poor results, I mean:
Dropbox API: (59) Unknown cipher in listI also have the same error. I have the better wp plugin installed, is there some sort of interaction error with this plugin?
I also have the same error on three of my sites now:
ERROR: Dropbox API: (59) Unknown cipher in list: ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-RC4-SHA:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-
[03-Mar-2014 04:46:27] ERROR: Step aborted: too many attempts!This was working until the last update of backwpup. it appears this problem is not resolved and I can no longer back up these sites.
Same error here. Only happened after last update.
You can Download a mini Plugin from http://marketpress.com/wp-content/uploads/2014/03/backwpup-disable-ssl-verify.zip with this activateed it will work again. It has to do with the cURL SSL Version. I will made a update in next time so that it works again without that Plugin.
Daniel, you might want to take a look at this commit in the Dropbox PHP library: https://github.com/dropbox/dropbox-sdk-php/commit/05ad82740afd576073bfdb34136ef63d4174167e and make a similar change in your code (if it’s not already there).
(Feel free to ping me if you need any help: smarx@dropbox.com.)
Hello, yes i have it from ther and in a new beta it is allredy implemted (https://github.com/inpsyde/backwpup). I will use the Dropbox SDK in future, but with no php 5.2 and 32-Bit Support i can’t do it.
Just wanted to let you know that the SSL plugin worked. Thanks!
Thank you for posting the mini-plugin. Solved all my sites
Worked Perfectly!
Download a mini Plugin from http://marketpress.com/wp-content/uploads/2014/03/backwpup-disable-ssl-verify.zip with this activateed
Thanks to Daniel Hüsken
It is possible to see this error with the “Reauthenticate” button on the dropbox tab and also demonstrate the fix works too
Thank’s the mini plugin works!
It’s been two weeks since you posted the hack solution. How many people are trusting BackWPUp to backup their WP and have no idea it’s broken?
When will the new fixed plugin be made available?
When we think the beta from https://github.com/inpsyde/backwpup is tested well.
The topic ‘Dropbox API (59) Unknown Cipher Error’ is closed to new replies.