-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files. #12783
Comments
Confirming: seeing that on NC 15, Ubuntu 18.04.1, PHP 7.2 |
I have the same issue |
@abadiego Does it go away if you disable the Default Encryption module? |
I have NC 15, Ubuntu 18.04.1, PHP 7.2. Clean install The problem goes away when disabling the Encryption module and comes back when enabling it. |
@abadiego I am starting to think the Issue is that the module should not be "Default" enabled because you get this error if it is. |
@stone212 Do you mean to turn off encryption and problem solved? |
I think I will install it with SNAP even if it's gonna take more resources |
It was painful on my fresh installation, I finally fixed it by changing database value update Problem will disappear but be careful if you have encrypted data. |
I have disabled both Default encryption and Server Side encryption but still get the error message. I use Nginx, Nextcloud 15.2 with PHP 7.1 |
I disabled Default Encryption (ignoring the warnings) and the error is gone. The warnings I realize are not a problem because I never used encryption. I like encryption but this server did not have it when I took over the migration. |
Steps to reproduce
This is complicated. I am migrating from nextcloud-snap.
Install Nextcloud as good as possible using the "instructions" here: https://docs.nextcloud.com/server/14/admin_manual/installation/source_installation.html#ubuntu-installation-label
Export Database from snap, import to new server, use this info in the wizard
Rsync contents of data folder
chown -R www-data:www-data /var/www/nextcloud/data
Expected behaviour
You log in and see your files with no error messags
Actual behaviour
You log in and you see this error:
Server configuration
Operating system:
16.04
Web server:
Apache2
Database:
mariaDB
PHP version:
7.0
Nextcloud version: (see Nextcloud admin page)
14
Updated from an older Nextcloud/ownCloud or fresh install:
Fresh install, with DB and
/data
directory migrated from nextcloud-snapWhere did you install Nextcloud from:
What does this mean?
Signing status:
Signing status
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: local/smb/sftp/...
no
Are you using encryption: yes/no
I was not using it on the snap. The error goes away if I disable "Default Encryption" and comes back if I re-enable it
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
no
Client configuration
Browser:
Chromiium
Operating system:
Ubuntu
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
I have tried the fixes in #8546 #8637 #5712
The text was updated successfully, but these errors were encountered: