Feedback for OpenProject -> https by default
Moved
Solved
OpenProject
-
Since Cloudron seams to enforce SSL for any HTTP request
it is possible to set the default Protocol for OpenProject at HTTPS instead of asking the user to do it after the installation ?Your application is running with its protocol setting set to http, but the request is an https request. This will result in errors! Go to System settings and change the "Protocol" setting to correct this.
-
@JOduMonT This is a reverse proxy thing and can be ignored.
@nebulon / @girish this can be bypassed by enabling
SSLProxyEngine on
in the apache config somewhere then setting the proxy configuration to https://blahblah and set the app to serve up on https on a non-standard port.