Could not verify the server key

Hi

I have installed passbolt on my VM and works for a few minutes until I logout. On next login, I get the erro could not verify server key.

I have tried spinning other VMs and reinstalling, but i get same issues.

image


[PASS] Debug mode is off.
[PASS] Cache is working.
[PASS] Unique value set for security.salt
[PASS] Full base url is set to 
[FAIL] App.fullBaseUrl does not validate. .
[HELP] Edit App.fullBaseUrl in /etc/passbolt/passbolt.php
[HELP] Select a valid domain name as defined by section 2.3.1 of http://www.ietf.org/rfc/rfc1035.txt
[FAIL] Could not reach the /healthcheck/status with the url specified in App.fullBaseUrl
[HELP] Check that the domain name is correct in /etc/passbolt/passbolt.php

Which distribution are you running this on?

It could be a couple different things:

  • NTP
  • SELinux if you are on a redhat like system
1 Like

Thanks. I disabled selinux and it worked. Disabling may not be recommended solution though.

Indeed, disabling SELinux is not the right solution.

Could you try to run:

setsebool -P httpd_use_gpg=on
setsebool -P gpg_web_anon_write=on
semanage permissive -a gpg_web_t