I enabled it, but it doesn't do anything?!

It doesn't redirect user when they log in to https!
Is Secure pages module require for this to work?

Comments

coltrane’s picture

Status: Active » Postponed (maintainer needs more info)

secure pages isn't required. The redirect happens when the user visits over HTTP, but only if they've authenticated over HTTPS.

Can you confirm that when you authenticate your browser receives the AUTHSSL cookie?

Narek’s picture

Now, I got it, Thank You.

coltrane’s picture

Status: Postponed (maintainer needs more info) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

prakashsingh’s picture

Can anyone explain the entire steps.

Regards

coltrane’s picture

Status: Closed (fixed) » Active

prakashsingh, what steps are you referring to? Steps of installation or how it works?

petes-dupe2’s picture

I've extracted the module to sites/default/module for my Drupal 7 site. I've gone to admin/modules and enabled "auth ssl redirect". Now when an anonymous user visits a page which requires authentication over http, my access-denied page with a login block is displayed. Upon entering username/pass, I'm redirected back to the original page via http. My browser does show the cookie AUTHSSL=1. It seems after login, I should be redirected to the same page via https. Any idea what I'm doing wrong?

coltrane’s picture

The code to redirect only works for anonymous users, it wasn't designed to redirect authenticated users over HTTP to HTTPS. Why do you users to authenticate over HTTP and then afterward go to HTTPS?