Automattic / registered-users-only

WordPress Plugin that forces all users to login before being able to view your site. Features an options page for configuration.
https://alex.blog/wordpress-plugins/registered-users-only/
GNU General Public License v2.0
15 stars 5 forks source link

SSL Redirect Loop #2

Open Viper007Bond opened 5 years ago

Viper007Bond commented 5 years ago

https://wordpress.org/support/topic/problem-with-ssl-redirection-when-http-url-is-entered/

It almost sounds like it's doing the authentication redirect before the SSL redirect. If it redirected to the SSL version first, then the cookies would validate and no authentication redirect would happen. I think at least.

craigreilly commented 3 years ago

Is this still open 2+ years later? I am having the same issue right now. If user goes to http site, the redirect to login page happens before the SSL redirect. Perhaps the login redirect needs a field to fill in by admin, instead of pulling it from the current url.