Active
Project:
Droptor
Version:
6.x-2.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 May 2012 at 08:47 UTC
Updated:
7 Sep 2013 at 11:27 UTC
Droptor reports that Login does not require SSL, but when I perform a curl of the non-secure user login form it does a 301 redirect to the HTTPS version.
Here is the output, I have replaced the domain name with www.example.com
curl -I www.example.com/user
HTTP/1.1 301 Moved Permanently
Set-Cookie: ACE-UNICC-ICC-A=R1284879698; path=/
Date: Thu, 17 May 2012 08:40:05 GMT
Server: Apache
Location: https://www.example.com/user
Cache-Control: max-age=0
Expires: Thu, 17 May 2012 08:40:05 GMT
Content-Type: text/html; charset=iso-8859-1
Please note that we are not using the Secure Pages module, we are doing all secure redirects using htaccess rules.
Comments
Comment #1
jemond commentedWould you mind submitting a ticket to support@droptor.com with that domain in question that isn't working?
Comment #2
andrewsuth commentedWe submitted a request to the Droptor support email address in March.
The status of the request from the Droptor team remains as follows:
Comment #3
jemond commentedAh yes, I recall now. I will take a look.
Comment #4
andrewsuth commentedChanged status, this issue still remains.
Comment #5
xurizaemonIf *Drupal* isn't able to make the request to www.example.com/user (even though you can) then you might see this behaviour.
Do you also see an error on the status report page which mentions
drupal_http_request_fails?Do you get the correct 302 from
curl -I www.example.com/userwhen executed on your webserver?