Hello,
I have a self hosted version of Passbolt running on an ubuntu focal server and I had a LetsEncript SSL on it. However we are no longer able to have the server public facing and thus can not renew the SSL. We want to use it internally still and will just access it on port 80 with http. I edited the php file at /etc/passbolt/passbolt.php to have the hostname be http://passbolt.mydomain.com
I can get to the login and everything seems right but when I try to put in my password I get this error: Sorry, you have not been signed in.
Something went wrong, the sign in failed with the following error:
Cannot read properties of undefined (reading ‘emit’)
I tried reinstalling the program with ‘sudo dpkg-reconfigure passbolt-ce-server’ to have no SSL configured and that did not change anything. Is there another setting that I missed to login using a different URL/Port?
Also is there a way to move my current data base to the cloud hosted version? Thanks!