Hi @jollywaffl welcome to the passbolt community forum
and best wishes for this new year
I noticed that in your report:
You donāt have https configured yet, but your passbolt is configured to force SSL use. Maybe it is the issue ? You canāt force SSL if your base url does not start with https ?
You can temporary disable āforce sslā in your config/passbolt.php file, in the āpassboltā section:
'passbolt' => [
'gpg' => [
(some stuff)
],
'registration' => [
'public' => false,
],
'ssl' => [
'force' => false,
]
],
Best,