#6548: django behind apache ssl proxy
---------------------------------------------------------+------------------
          Reporter:  [email protected]  |         Owner:  
nobody
            Status:  new                                 |     Milestone:       
 
         Component:  HTTP handling                       |       Version:  SVN  
 
        Resolution:                                      |      Keywords:       
 
             Stage:  Design decision needed              |     Has_patch:  0    
 
        Needs_docs:  0                                   |   Needs_tests:  0    
 
Needs_better_patch:  0                                   |  
---------------------------------------------------------+------------------
Comment (by calexium):

 A better solution, I think, should be to use another header (X-FORWARDER-
 PROTO for example) containing the scheme used by the proxy (http or
 https). And check into HttpRequest.is_secure() function is this header
 exists. If not, then use the current way.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/6548#comment:4>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to