Download & Extend

When $base_url is set to http://example.com, the https is rewriten to http.

Project:Secure Login
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

When $base_url is set in the settings.php to http://example.com, the https is rewritten to http and the form is submitted over clear text. When I look at the source of the login page, the form action is correct:

But when I look at my webserver logs, I don't see any https requests. I simply see the http.

If I don't set $base_url, the login page is submitted using https but the whole site navigation becomes https as well. I was hoping that once the form information was submitted via https that the site could be navigated using http.

Comments

#1

I can't reproduce this.

#2

Status:active» closed (fixed)

#3

I have this problem as well. If I set $base_url in settings.php, the login form is redirected from https to http.

#4

@rbp: This is an old closed issue for the Drupal 5 version of Secure Login. Are you using Drupal 5?

#5

Whoops no, I'm sorry. I just searched base_url in the issues. My fault.

nobody click here