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 Ryan J Ollos

What is your Nginx configuration?

comment:2 Changed 5 years ago by anonymous

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.

Last edited 5 years ago by Ryan J Ollos (previous) (diff)

comment:3 Changed 5 years ago by Ryan J Ollos

Resolution: worksforme
Status: newclosed

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain ejucovy.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.