AndrewP

Comments

  • I'm using PostgreSQL and Linux but I recently moved mine to a whole new system (different and newer distro) with no issues. Just shutdown, moved the DB, reconnect on startup and everything came back up just fine.
  • Ran into this issue as well, but re-entering credentials did not immediately solve the issue and would actually crash the helpdesk when attempted. What I found out by tailing the logs as I tried it was that the passwords I had were too long at 32 characters. Lowering the passwords to 16 characters worked. I advised support…
  • It's a tomcat server which gets its certificate from a keystore file. I initially tried using LetsEncrypt and regenerating the keystore automatically on renew using some of these resources: https://community.letsencrypt.org/t/creating-keystore-certificate-for-tomcat/63665…