Unable to complete iOS mobile setup

Hi @sr-oct

Your JWT looks good per Passbolt Health check but if you do see an issue in Health Check it can be fixed with

# Errors fix example
## If there’s an error in health check, Passbolt will give you a hint [help] on how to solve it. For example, if there’s no ## valid JWT key pair, then it will instruct you to run the following command to fix it.
sudo su -s /bin/bash -c "/var/www/passbolt/bin/cake passbolt create_jwt_keys" www-data

For issues you can look at your Passbolt log; logs are under /logs under the directory you installed passbolt in** (in /var/www/passbolt/logs or /var/log/passbolt most likely)

I think you should address the “[HELP]” issues that are listed when you run Passbolt health check.

[HELP] Make sure this instance is not publicly available on the internet.
[HELP] Or set the PASSBOLT_EMAIL_VALIDATE_MX environment variable to true.
[HELP] Or set passbolt.email.validate.mx to true in {…}/passbolt/config/passbolt.php.

Edit your config file and make the changes. sudo nano {…}/passbolt/config/passbolt.php

I think the links below should help.

1 Like