[Mediawiki-l] Install MediaWiki with a SSL-Proxy

Raul B ö hm raul.boehm at bockwurst-filmkontor.de
Fri Oct 3 10:53:03 UTC 2008


Hello,

I want to install a MediaWiki 1.13 an a machine with a SSL-Proxy, but I can
not figure out how.

The wiki works fine under without SSL under: http://mydomain.de/wiki/.

The URL of the SSL-Proxy is https://ssl.webpack.de/mydomain.de/.
The SSL-URL to the wiki is
https://ssl.webpack.de/mydomain.de/wiki/index.php.
The scriptpath is set to /wiki.

On loading the wiki with SSL it redirects to http://mydomain.de/ every time.
(The $wgServerName is set to mydomain.de.)

It does not work to set the scriptPath like this: /mydomain.de/wiki. (If so
it redirects to http://mydomain.de/mydomain.de/wiki.

It does not work to set this three variables in Localsettings.php:

$wgProto = 'https';
$wgServerName = 'ssl.webpack.de/';
$wgServer = $wgProto.'://' . $wgServerName;*/

-> Result is an infinite loop)

Does anybody knows a solution to this problem?

Thanks a lot, Raul





More information about the MediaWiki-l mailing list