Content
You are here:
How to configure open project to work with SSL?
Added by Kurt McBride almost 9 years ago
I have tried modifying my apache config based on what I can find on the internet but when I go to openproject I get a 404 error: Not Found
The requested URL /openproject/ was not found on this server.
Has anyone successfully configured open project to work with ssl and if so, do you have a pointer to instructions?
Replies (1)
Hi Kurt,
since I do only tinker around with nginx and you did not leave any information about your host system I cannot give you detailed instructions.
Non the less I don’t want your question to be unanswered.
The way one would usually go for this is to:
1. Install apache2 on your host
2. configure SSL
3. install openproject (don’t forget about rails_realtive_url in config/configuration.yml!)
4. proxy to openproject from apache.
Alternatively you could just go with the packaged installation. That would make life easier since you already opted for apache.