This forum is no longer active. Please post your questions to our new community site

Forums Redmine

Configure Redmine for https

Subscribe to Configure Redmine for https 2 post(s), 2 voice(s)

 
Avatar hubr 1 post

Hello,

I’m using Redmine on Bitnami at work on Windows 2003 server. I must prepare a demonstration and I must configure everything to work on https.

I can not succeed to configure everything in order to execute redmine on https.

WHat I suceed to do :
Under redmine:
In configuration of redmine, I change http to https.

Under Apache
- I activate the SSL module.
- I listen on port 443.
- I create a virtual host on port 443 with a certificate that I create by myself on the server.
- I check that the certificate is correclty generated.

When I try to test, everything is OK under https://localhost/ as I can see the Bitnami index page and see the certificate. But when I want to access to https://localhost/redmine/an error is displayed.

I try to change some things in the proxy configuration but withtou success.

Can someone help me to finalize the configuration ?

Tanks.

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Could you post the error that you can see in the Apache log file (/apache2/logs/error.log) or in the Mongrel log files (apss/redmine/log/mongrel3001.log)?

Forums Redmine