
The public and private keys can be used to encrypt and sign a message. The private key can be used to sign a message. The public key can be used to encrypt a message. There is a valid email id defined for the server key. The server public key defined in the config/passbolt.php (or environment variables) is in the keyring. The server key fingerprint matches the one defined in config/passbolt.php. The private key file is defined in config/passbolt.php and readable. The public key file is defined in config/passbolt.php and readable. The server OpenPGP key is not the default one The directory /var/lib/passbolt/.gnupg containing the keyring is writable by the webserver user. The environment variable GNUPGHOME is set to /var/lib/passbolt/.gnupg. The application is able to connect to the database Hostname is matching in SSL certificate. The logs directory and its content are writable. The temporary directory and its content are writable and not executable. Here is details: sudo su -s /bin/bash -c "/usr/share/php/passbolt/bin/cake passbolt healthcheck" www-data I’ve repeated installation process twice, with same results. The form says it is sending me a confirmation email, but my mailbox is empty. I enter my admin email address and check the “accept terms” checkbox. I waited 15 minutes and opened the site from another tab in my browser. Instead, I only saw a circular indicator and text banners showing randomly above it. The first odd thing is that at the end of the installation process, no progress bar is displayed.

I followed all the steps from this tutorial Passbolt Help | Install Passbolt CE on Ubuntu 20.04.

I’m trying to install Passbolt on a new Ubuntu 20.04.3 VM created especially for this task. I describe the steps on how to reproduce the issue I describe the steps I have taken to trouble shoot the problem I provide a copy of my logs and healthcheck


I provide relevant information about my server (component names and versions, etc.) I have read the tutorials, help and searched for similar issues I have read intro post: About the Installation Issues category
