I am using the fboauth module to allow users to connect using fb accounts. The module can log users in without problem. Once logged in users can browse all http pages and remina logged in.

However when a user tries to visit a https page they are logged out. The browser still forwards to the https page which give an "access denied" message.

Comments

danteblitz’s picture

I have found a workaround in case anyone else has the same issue.

If I set " Make secure every page except the listed pages." instead of "Make secure only the listed pages." it all works.

However I have to list which pages I do not want to be secure.

imran khalid’s picture

Issue summary: View changes

same problem also i have but i dont know how to solve this

aytee’s picture

See this issue: https://www.drupal.org/node/1701650

In short, add fboauth/*, in addition to users/* to the "Force HTTPS". Doing this solved my problem with Secure Pages and FBoauth