In order to deal with the logged in/logged out issue, I have selected "authenticated user" under User Roles. This works fine for users that are logged and assigned a role. However, for a authenticated user who has no role, it does not automatically redirect to a secure page if a non-secure page is requested.

Comments

pixelshrink’s picture

Issue summary: View changes

My workaround is to set up a 'Authenticated user duplicate' role with the same permissions as Authenticated user, allow the Administrator to alter those permissions, and then to install the Registration role module to automatically assign new users to the Authenticated user duplicate role. Then when Secure Pages is set to redirect 'Authenticated user duplicate' role to https://, it does work.