redirects to insecure location even when force_ssl specified
-
When the login cookie must be reauthenticated users are sent to https://domain.com/subsite/login/?redirect_to=https%3A%2F%2Fdomain.com%2Fsubsite%2Fwp-admin%2F&reauth=1
This results in users being required to enter their information twice, once in an insecure fashion!
Instead, the generated uri should be https://domain.com/subsite/login/?redirect_to=https%3A%2F%2Fdomain.com%2Fsubsite%2Fwp-admin%2F&reauth=1
Not sure if this is due to theme my login or the domain mapping plugin, but any help tracking it down would be appreciated.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘redirects to insecure location even when force_ssl specified’ is closed to new replies.