A partial archive of https://discourse-mediawiki.wmflabs.org as of Saturday May 21, 2022.

How to enable SSL?

Nickel

I’m trying to make my mediawiki site SSL.
My mediawiki site is on “db.michinoku-lab.com”.

I enabled SSL on “michinoku-lab.com”, made by WordPress Site, and that is completely moving.
But after, I access “db.michinoku-lab.com”, it shows “404 Not Found. nginx”.

How should I do this?

teward

The answer is “Properly Configure NGINX”. At the core, this isn’t a MediaWiki / Wikimedia issue, it’s a web server configuration issue on your end only.

SSL needs to be set up and enabled at the NGINX level. Subsequently, you also need to configure the docroot properly for db.michinoku-lab.com. All of this is handled at the NGINX level, really.