Hello @mediadev,
can you please elaborate the steps you made to access OpenProject?
I worked with the recent App Appliance and after I configured the workaround, HTTPS worked. A fix for the problem is work in progress and planned for the next update.
- Setup OpenProject
- Connect to the instance:
https://hostname.domain/openproject/login/
and login withadmin
and passwordadmin
. This will redirect tohttp://hostname.domain/openproject/login
. Alternatively, you could use and user in the UCS directory that has been granted administration rights for OpenProject. - Manually change the URL in your browser to
https://hostname.domain/openproject/
and you should see you are logged in. You will be requested to change the password foradmin
. - Go to Administration → System settings → General → Protocol and set it to HTTPS. Save the changes. Logout.
- Go to
https://hostname.domain/openproject/
orhttps://hostname.domain/openproject/login/
and login again. It should be working. HTTP connections won’t log you in though.
That’s the way how I worked around this login issue.
Best regards,
Nico