Using the latest beta version of the Desktop (Windows) App, I get an error message after uploading the Transfer Kit and entering my passkey.
I get an otherwise blank screen with just this error:
"Something went wrong!
The operation failed with the following error:
Could not verify the server key. Server internal error. Check with your administrator."
Passbolt is running on HTTPS with trusted certificates, everything is reachable just fine. Mobile apps (Android, iOS) work fine as well.
I tried removing and reinstalling the app, but it appears the account settings are not deleted when removing the app, because after the re-instlal the app doesn’t ask me to upload the transfer kit again - it just keeps going to this error.
I’m running the latest versions of Passbolt and the app as of this moment. Running a ‘normal’ installation on Debian 12.
I deleted those credentials and re-installed.
It asked me for the package and my passphrase again.
After that, the same happened: you see sign-in for a few seconds and then the app crashes. When you restart it, I get the same error message again.
Yes, Debian is hosted in a VM on ESXi. But I’m not using Docker or anything, if that’s what you mean
Not sure what you mean by that. It is a virtual machine, yes, but it has a valid SSL certificate from Let’s Encrypt… The instance can also be reached from the internet just fine. I don’t know how I can specifically check whether or not the API can be reached. I believe it’s running on the HTTPS-port, just like the ‘normal’ web-interface?
I’m running this version:
passbolt-ce-server 4.5.2-1 [ce/debian buster/buster stable]
├── is installed
└── Passbolt, open source password manager for teams
Do you need some additional log files from somewhere or anything?
I was able to fix the issue for my docker install. My setup was behind a traefik reverse proxy and the issue turned out to be caused by http headers. Specifically, I had to change the ReferrerPolicy header from ‘same-origin’ to ‘strict-origin’.