Just a question, is this broke in 2.6.1? If I enable:
define(’FORCE_SSL_LOGIN’, true);
…everything works fine. Obviously I want to always be on HTTPS for administration however, so I also have:
define(’FORCE_SSL_ADMIN’, true);
…but when I enable this it breaks everything. If I try to go to ‘mysite.tld/wp-admin’ via HTTP it gets the redirect fine, however if I watch the logs I keep getting back 302 responses from my site until Firefox says there’s a loop and that it will never end so it stops the request.
I am running 2.6.1 on Ubuntu 8.04.1 with nginx and FastCGI. The only other thing I can think of is that I am using WP Super Cache, but none of the admin pages should be cached based on the default rules. Thoughts?
Thanks!
–windexh8er