I am having an issue with version 3.0 and 3.0.1 of this plugin on our multisite wordpress network. I was hoping the update to 3.0.1 would resolve the issue but it has not.
The problem is that all child sites on our wordpress network get an error when trying to login. I then tried commenting out these lines in wp-config.php:
define(‘FORCE_SSL_LOGIN’, true);
define(‘FORCE_SSL_ADMIN’, true);
…and then I was able to login to the child sites but they’re dashboards were unencrypted. I then went into the HTTPS settings page on one of the child sites and clicked ‘force for administration’ and then I was no longer able to login to that child site again and was receiving the same error message as before.
I needed the site back online so I downgraded to 2.0.4 and the problems went away but I didn’t copy/paste the errors that I got, sorry.
I can try to replicate the issue in a test environment when I get time but I thought I’d better report the issue here first.