Encryption error since upgrade to 25.0.2
-
I am running Nextcloud 25.0.2 on Cloudron 7.3.4. Since the latest Nextcloud upgrade, I get this sync error on my laptop client:
Encryption not ready: multikeyencryption failed error:0480006C:PEM routines::no start line)
Does anyone have an idea how to solve this?
-
No idea, but someone here has the same issue:
https://help.nextcloud.com/t/server-side-encryption-error/142257
Personally I avoid using encryption (apart from where apps take care of everything for me, like Signal, Element etc) because I think the likelihood of something going wrong with it and me loosing access to all my files is more likely than someone accessing my unencrypted files.
-
@jdaviescoates That sounds like a reasonable approach, I take that into consideration.
-
@ekevu123 I've got and old Samsung NC10 netbook that I once installed ElementaryOS on and chose to use encryption when I installed it...
Then I didn't use the machine for ages and so I completely forgot my login details and seemingly didn't have them saved anywhere (these days I'd put them in my Vaultwarden) so I could never access the files on that machine again.
Thankfully there wasn't really anything important on it!
In the end I just installed Ubuntu over the top of it (and didn't use encryption when I did) in order to be able to use the machine again (although given it takes a max 2GB RAM not a lot I can actually do with it these days)
-
Hey i have the same issue anyone got a solution for this? I can't even download files from my Cloud since i always get this issue? Is it possible to disable and enable again?
And yes it is since Upgrading to Ubuntu 22.04
https://help.nextcloud.com/t/server-side-encryption-error/142257/2
@nebulade Hey found the issue can you guys change this pls? Nextcloud is not usable
https://github.com/nextcloud/server/issues/32003
[provider_sect]
default = default_sect
#legacy = legacy_sect commented out[default_sect]
activate = 1#[legacy_sect]
#activate = 0 -
Same issue here, but I'm still on Ubuntu 20.04.
This is a major issue because we can't access any of our files anymore and we can't even apply the temporary workaround since the openssl config for the Nextcloud app is on a readonly filesystem.
Unfortunately this isn't the first time I'm experiencing issues with the server side encryption in Nextcloud
Therefore I want to turn off the encryption alltogether, but that's only possible after this issue gets fixed -
https://cryptomator.org/ to the rescue - I use it for the sensitive stuff that I have on NC.
-
@humptydumpty There are several alternatives indeed, such as cryptomator, but they don't solve the current issue with the Nextcloud encryption.
The only way to get access again to our Nextcloud files is by modifying the openssl config, but that's something only @girish or @nebulon can do I guess. -
-
-
-
Two things worked for me:
- occ encryption:decrypt-all (on one of the server) which safely decrypted all files and disabled encryption in a couple of minutes
- on another server, this command didn't decrypt all files but ran without errors, so I needed to come up with another way. So, I put all files and folders into one folder on my laptop, used occ encryption:disable to disable encryption and then created a copy on my laptop, waited for the copy of the folder to upload to the server, then I would delete the original (and rename the copy). Took some time, but it worked.