WordPress password protected pages throwing an SSL error.
-
Greetings. Let me begin by describing our Multi-site configuration to give context.
* We have been running Multi-site with SSL and with the WordPress setting of define(FORCE_SSL_ADMIN, true);
* We have a valid wildcard certficate for our primary domain.
* We are using domain mapping.
In the past, our customers could have password protected pages that would work from within their specific domains. A customer at mydomain.com could publish password protected pages that would simply work.
Now, however, when one tries to access the password protected page an SSL error is stated that the mydomain.com doesn’t match the SSL certificate belonging to *.theserver.com. This is naturally unacceptable for our customers as those sorts of error messages are scary to end-users and creates a lack of trust in the site.
I believe WordPress changed how it manages the password protected pages and as a result the SSL certificate is being hit, causing the error. (WordPress seems to be using wp-login.php which itself is governed by the “force admin” call…) –and yes we were behind the curve in upgrading this environment – because we were trying to fix some other incompatibilities with other critical plugins we use.
Anyway, if we disable the “force_SSL_admin” call then we don’t get the error, but then the main login pages show up with an SSL error that they aren’t properly encrypted and naturally the backend isn’t encrypted either.
I’m not sure I’m making sense – but I’m wondering how the heck we can enforce a secure login / admin under our SSL cert while simultaneously allowing password protected pages that can exist without triggering SSL.
I couldn’t find any other entries in the Forum that specifically addressed this so I thought I would ask.
Thanks for the help!
- The topic ‘WordPress password protected pages throwing an SSL error.’ is closed to new replies.