Re: title search redirects to http with wsgi behind an ssl proxy
Marcus Schopen <[email protected]> Fri, 23 Oct 2015 23:20:44 +0200
| Newsgroups | gmane.comp.web.wiki.moin.general |
|---|---|
| Message-ID | <1445635244.16920.3.camel@cosmo> |
Hi Lars, Am Freitag, den 23.10.2015, 20:53 +0200 schrieb Lars Kruse: > 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. Thanks. That's working! :o I was sure I tested setenv on apache side when playing around with rpaf ... Ciao Marcus ------------------------------------------------------------------------------