Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author GatorDog

    (@gatordog)

    Thanks for letting me know about the issue with forcing admin ssl. What’s happening is that is_admin is not set since it’s not ssl and the php cache, advanced-cache.php, serves the home page before it can redirect to the secure wp-login.php page. This incompatibility has been fixed in the latest version, 2.0.5.

    Thread Starter bee-tee

    (@bee-tee)

    Thank you for such quick response.

    Unfortunately, the plugin seems to be broken now.
    It regenerates a page in cache every time it is requested (debug timestamp at the end of a page changes on every request).

    Plugin Author GatorDog

    (@gatordog)

    It should say “served by advanced cache” at the bottom of your source. It you’re not seeing this it means for some reason it’s not serving the cache. I’d imagine it’s due to the last update where it checks the script name. There’s a chance this may not work as expected on all hosting. So this has been changed to check the url instead for directly accessed php, which should work more universally, in the updated version, 2.0.6. Thanks again for letting me know about this issue.

    Thread Starter bee-tee

    (@bee-tee)

    It should say “served by advanced cache” at the bottom of your source.

    FYI: no, it does not, just the timestamp.

    I’ve downloaded 2.0.6. It works fine.

    Thank you very much, Sir.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Forced SSL login’ is closed to new replies.