Enforce front end SSL
-
Wp 3.6 multisite (subfolder)
Better Wp Security 3.5.6
I have Enforce front end SSL set to per content.When enforcing ssl on a page, initially, the URL does display as https – but when trying to visit other pages on the site – they all try to load as https and do not revert to http, breaking the site.
Worth noting that admin and logins are working with ssl via wp-config:
define(‘force_ssl_admin’ true)
define(‘force_ssl_login’ true)I also have
if ($_SERVER[‘HTTP_X_FORWARDED_PROTO’] == ‘https’) {
$_SERVER[‘HTTPS’] = ‘on’;
}
as I’m behind a reverse proxy.Anyone else experiencing this problem with per content ssl?
I am aware of HTTPS SSL plugin (which may offer a solution) but this (apparently) currently does not support WP 3.6 multisite. I would also prefer to stick to one solution.
Thank you in advance for any help that you might be able to offer.
- The topic ‘Enforce front end SSL’ is closed to new replies.