Can't login using android app on docker installation

Hi @ancieque ,

I’m pretty sure you have the same issue than this other community post: iOS mobile app Sign in fails - #10 by _jc

Connect yourself your docker container and run this command:

gpg --show-keys /etc/passbolt/gpg/serverkey.asc

It should output only one result. We got some customers with docker installation where this command return multiple results.

If you get more than one entity, delete the server keys:

rm /etc/passbolt/gpg/serverkey.asc
rm /etc/passbolt/gpg/serverkey_private.asc

And restart your container. New proper keys will be generated.

Your users will get this warning:

Just accept the new key and you should be able to use the app.

I assume it is an old bug who has been fixed.

Relevant documentation: Passbolt Help | How to rotate server GPG keys

Let me know,

Best,

1 Like