Difference between revisions of "MediaWIKI HTTP to HTTPS"

m
no edit summary
(Created page with "Encrypting a MediaWiki Site on a CentOS 7 Server with Shorewall First get an SSL Certificate and test on a static file such as php.php Second HTTPD stuff Create the setting...")
 
m
 
Line 1: Line 1:
'''NOTE: As of 2020, with MediaWiki 1.35.0, none of this seems to be necessary as MediaWiki works out of the box with HTTPS and the Visual Editor / Parsoid...'''
Encrypting a MediaWiki Site on a CentOS 7 Server with Shorewall
Encrypting a MediaWiki Site on a CentOS 7 Server with Shorewall


Line 11: Line 13:
LocalSettings.php
LocalSettings.php


## The protocol and server name to use in fully-qualified URLs
##The protocol and server name to use in fully-qualified URLs
## Above statement isn't fully true as according to documentation, after version 1.18, is supports http and https in the below manner'
##Above statement isn't fully true as according to documentation, after version 1.18, is supports http and https in the below manner'
 
$wgServer = "//wiki.riseofthesaltonsea.com";
$wgServer = "//wiki.riseofthesaltonsea.com";