Re: title search redirects to http with wsgi behind an ssl proxy
Lars Kruse <[email protected]> Fri, 23 Oct 2015 20:53:35 +0200
| Newsgroups | gmane.comp.web.wiki.moin.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Marcus, > Is there a way to force any redirect of title search results to https? if you are running a web server behind an ssl terminating proxy, you should probably set the environment variable "HTTPS" within the webserver. For apache this could be: SetEnv HTTPS on This variable is used by many web applications as an indicator for the original scheme used by the source of the request. cheers, Lars ------------------------------------------------------------------------------