Project

General

Profile

When the page commit, the Protocol always be changed from 'https://' into 'http://'

Added by peter Lu almost 8 years ago

hi,all
i'm completely noob in web and development,i had installed a bitnami redmine stack for windows on my computer (windows 7_64bit professional sp1).
everything is ok but, When the page commit,the Protocol always be changed from "https://" into "http://",and cannot go on ,must add a "s" after the "http" the new page then go on,how can i do it that the protocol cannot be changed into "http://" ?

below is the information.

Environment:
Redmine version 3.3.0.stable
Ruby version 2.1.8-p440 (2015-12-16) [i386-mingw32]
Rails version 4.2.6
Environment production
Database adapter Mysql2
SCM:
Subversion 1.8.16
Git 2.7.4
Filesystem
Redmine plugins:
no plugin installed


Replies (2)

RE: When the page commit, the Protocol always be changed from 'https://' into 'http://' - Added by peter Lu almost 8 years ago

I had set the SSL port :446 but not the default port 443,is there something wrong with it?

-----------------------
i had handled the problem, thanks !

FROM the Bitnami:
How to enable HTTPS support with SSL certificates for Redmine on Windows?
Apart from the steps described in this section, when using the native installer on Windows, add the RequestHeader option to the installdir/apps/redmine/conf/httpd-prefix.conf file:
<Proxy balancer://redminecluster
RequestHeader set X_FORWARDED_PROTO 'https'
BalancerMember http://127.0.0.1:3001/redmine
BalancerMember http://127.0.0.1:3002/redmine
</Proxy>
Restart the Apache server for your changes to take effect:

    (1-2/2)