Opened 10 years ago

Closed 10 years ago

#23720 closed Cleanup/optimization (needsinfo)

Login redirect should be glued to schema

Reported by: Rich Owned by: nobody
Component: Uncategorized Version: 1.7
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

When running over https://.../admin/ the login redirect forwards to http://..../admin?...

This seems incorrect.

Change History (1)

comment:1 by Tim Graham, 10 years ago

Resolution: needsinfo
Status: newclosed

I think the problem is more likely your deployment configuration. Please check your front-end server is correctly passing the SSL header. See HttpRequest.scheme for debugging. Please provide us more details where you think the problem lies and reopen the ticket if you believe this is a bug in Django.

Note: See TracTickets for help on using tickets.
Back to Top