Content
You are here:
OPENPROJECT_HTTPS="true" on Bitnami installation
Added by J G over 1 year ago
I installed OpenProject on AWS using Bitnami, which was a piece of cake. The project is working, I'm logged in, all is generally good. EXCEPT, for the https mode setup mismatch error that I can't find a solution for. I'm pretty sure the fix is as simple as running "openproject config:set OPENPROJECT_HTTPS=true" as suggested on other pages, however the problem is through Bitnami, openproject is not a valid command. I thought I was creeping closer by using /opt/bitnami/ctlscript.sh to run the openproject command within bitnami, but ctlscript.sh is limited to start/stop/restart/status/help.
How do I set "OPENPROJECT_HTTPS=true" in a bitnami installation of openproject?