Modify ↓
Opened 5 years ago
Closed 5 years ago
#13602 closed defect (worksforme)
Redirect loop on login page
Reported by: | anonymous | Owned by: | ejucovy |
---|---|---|---|
Priority: | normal | Component: | PermRedirectPlugin |
Severity: | normal | Keywords: | redirect loop |
Cc: | Trac Release: | 1.2 |
Description
Whenever I try to access the login page it gives me a redirection loop. I tried cookies and different browsers but it didn't work.
I am using trac 1.2 over fastcgi with nginx. I'm not sure what could cause this issue.
Attachments (0)
Change History (3)
comment:1 Changed 5 years ago by
comment:2 Changed 5 years ago by
I have found a workaround by setting [PermRedirect]
to
redirect_login = true redirect_login_https = false
and redirecting it to https with nginx on the way out.
I can still send the configuration if you want.
comment:3 Changed 5 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Glad you have a workaround.
The redirect loop is probably due to the interaction of your Nginx configuration and PermRedirectPlugin. If you have any further issues, the MailingList is the best route for assistance.
Note: See
TracTickets for help on using
tickets.
What is your Nginx configuration?