Project

General

Profile

How to enable redmine over https on 64 bit Windows Server 2008 R2?

Added by Paresh Deshmukh almost 9 years ago

I have installed Redmine on 64 bit Windows Server 2008 R2. It works perfectly fine over http. To enable https, I made below changes in httpd.conf

uncommented Include conf/extra/httpd-ssl.conf

Added RequestHeader set X_FORWARDED_PROTO ‘https’ at the end of the file.

Modified httpd-ssl.conf file.

Attached are both the files.

https is not getting enabled. I get "Internet Explorer cannot display the webpage" message for https://localhost:8085/redmine/ URL or the machine name is specified in case of localhost.

Please help.


Replies (1)

RE: How to enable redmine over https on 64 bit Windows Server 2008 R2? - Added by Leonel Iturralde almost 9 years ago

Hi,
based on your httpd-ssl.conf
I think https is listening to port 450 not 8085.

    (1-1/1)