Hi,
How do you enable SSL in mediawiki site on IIS 7.5?
We have the following server configuration:
WIndows Server 2008 R2
IIS 7.5
MediaWiki 1.26.2
PHP 7.0.5 (cgi-fcgi)
Hi,
How do you enable SSL in mediawiki site on IIS 7.5?
We have the following server configuration:
WIndows Server 2008 R2
IIS 7.5
MediaWiki 1.26.2
PHP 7.0.5 (cgi-fcgi)
You have to adjust the value of $wgServer to use HTTPS. The rest (using an SSL certificate, making the server listen on the right port), is a matter of IIS configuration.