Title: Mini plugin to fix &quot;unknown cipher&quot; error
Last modified: August 21, 2016

---

# Mini plugin to fix "unknown cipher" error

 *  Resolved [stepatty](https://wordpress.org/support/users/stepatty/)
 * (@stepatty)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/mini-plugin-to-fix-unknown-cipher-error/)
 * I’m technically illiterate. I don’t have a clue how to install the mini Plugin
   Daniel offered. Is there a simpler way to fix the “unknown cipher” error since
   I updated to 3.1.2? Can I restore 3.1.1? How do I do that? Thanks.
 * [https://wordpress.org/plugins/backwpup/](https://wordpress.org/plugins/backwpup/)

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

 *  [jurasjo](https://wordpress.org/support/users/jurasjo/)
 * (@jurasjo)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/mini-plugin-to-fix-unknown-cipher-error/#post-4660527)
 * sorry but where is that plugin ? I have similar problem.
 *  Thread Starter [stepatty](https://wordpress.org/support/users/stepatty/)
 * (@stepatty)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/mini-plugin-to-fix-unknown-cipher-error/#post-4660548)
 * In the post entitled “[resolved] 3.1.2 broke Dropbox for me,” Danieloffers a 
   mini plugin, but I can’t figure out how to install it. Here’s the code:
 *     ```
       <?php
       /**
        * Plugin Name: BackWPup disable SSL connection verifying
        * Plugin URI: https://marketpress.com/
        * Description: Disables the verifying from SSL connections in backup destinations
        * Author: Inpsyde GmbH
        * Author URI: http://inpsyde.com
        * Version: 0.1
        * Network: true
        * License: GPLv3
        * License URI: http://www.gnu.org/licenses/gpl-3.0
        */
   
       add_filter( 'backwpup_cacert_bundle', '__return_false' );
       ```
   
 *  [Kramarz](https://wordpress.org/support/users/kramarz/)
 * (@kramarz)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/mini-plugin-to-fix-unknown-cipher-error/#post-4660549)
 * If I’m right, you have two options:
 * 1) create a text file called for example backupminifix.php and copy / paste the
   code in it, save it in your website’s /wp-content/plugins/ folder
    2) open an
   existing functions.php file in your website’s currently used theme folder and
   paste only this part in the end of the file:
 * `add_filter( 'backwpup_cacert_bundle', '__return_false' );`
 * Someone please correct me if I’m wrong, but that’s what I would do 🙂
 * Regards
 *  Thread Starter [stepatty](https://wordpress.org/support/users/stepatty/)
 * (@stepatty)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/mini-plugin-to-fix-unknown-cipher-error/#post-4660550)
 * That’s too complicated for me.
 *  [FineHomes](https://wordpress.org/support/users/finehomes/)
 * (@finehomes)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/mini-plugin-to-fix-unknown-cipher-error/#post-4660595)
 * agreed. I am not a coder.
 *  [djoolfr](https://wordpress.org/support/users/djoolfr/)
 * (@djoolfr)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/mini-plugin-to-fix-unknown-cipher-error/#post-4660618)
 * Solution #1 proposed by Kramarz is very easy to implement and is the best way
   to do it.
 * All you need to do is copy the portion of code in an empty text file, save it
   as whatever.php and put it in /wp-content/plugins/ using an FTP client.
 * Then refresh the installed plugins page in WordPress and activate the plugin.
 *  Plugin Contributor [Daniel Hüsken](https://wordpress.org/support/users/danielhuesken/)
 * (@danielhuesken)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/mini-plugin-to-fix-unknown-cipher-error/#post-4660689)
 * You can Download it from [http://marketpress.com/wp-content/uploads/2014/03/backwpup-disable-ssl-verify.zip](http://marketpress.com/wp-content/uploads/2014/03/backwpup-disable-ssl-verify.zip)
 *  Thread Starter [stepatty](https://wordpress.org/support/users/stepatty/)
 * (@stepatty)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/mini-plugin-to-fix-unknown-cipher-error/#post-4660711)
 * I’ve finally managed to upload and activate Daniel’s mini plugin. It took me 
   so long because I had learn what FTP is, what an FTP client is, which FTP client
   to use, and finally how to use it. As I said at the beginning of this thread,
   I was technically illiterate. I guess now I’m technically semi-literate. My thanks
   to Daniel and everyone else who offered help.
 *  [enkii](https://wordpress.org/support/users/enkii/)
 * (@enkii)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/mini-plugin-to-fix-unknown-cipher-error/#post-4660798)
 * Thanks guys. Method #1 worked its charm!
 * I just opened my sites Cpanel, and trough my host client (hostgator) i was able
   to go to the correct folder and upload it without using an ftp client.
 * All I then had to do then was to go to my WP’s backend and activate the mini 
   plugin!
 * A great video showing how to do all the rest can be found here: [](http://youtu.be/giiB3vSLYz4)
 * Best regards
    Enkii
 *  [N.B](https://wordpress.org/support/users/nb-1/)
 * (@nb-1)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/mini-plugin-to-fix-unknown-cipher-error/#post-4660799)
 * thanks Daniel, it worked only with your provided mini-plugin

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

The topic ‘Mini plugin to fix "unknown cipher" error’ is closed to new replies.

 * ![](https://ps.w.org/backwpup/assets/icon-256x256.png?rev=3236141)
 * [BackWPup – WordPress Backup & Restore Plugin](https://wordpress.org/plugins/backwpup/)
 * [Support Threads](https://wordpress.org/support/plugin/backwpup/)
 * [Active Topics](https://wordpress.org/support/plugin/backwpup/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/backwpup/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/backwpup/reviews/)

 * 10 replies
 * 8 participants
 * Last reply from: [N.B](https://wordpress.org/support/users/nb-1/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/mini-plugin-to-fix-unknown-cipher-error/#post-4660799)
 * Status: resolved