Wildcard SSL on Subdomains w/ nginx
-
I have a multisite install set up already, and would like to start using CloudFlare SSL.
First , I added
define('FORCE_SSL_ADMIN', true); if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS']='on';
in my wp-config.php
and logging in/out works great, no redirect loops like I initially got.the problem is that if i go to subdomains Dashboard (https://subdomain1.mywebsite.com/wp-admin) , It will not load: I am getting this error in Chrome:
Error code: ERR_CONNECTION_REFUSED in my browser
Is it possible to have sub-domain install use HTTPS after already installing and setting up network?
CloudFlare claims that their Universal SSL works on sub-domains (its supposedly wildcard SSL cert)
Thank you.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Wildcard SSL on Subdomains w/ nginx’ is closed to new replies.