GPG can decrypt, cannot verify

Hi @jollywaffl :wave: welcome to the passbolt community forum :handshake: and best wishes for this new year :pray:

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,