Hi All, 
I've been using gitlab for a few months with pleasure and success, 
but our gitlab instance begins to behave in strange ways.
Many users cannot login anymore due to a redirection loop on the login page.
The production log file looks like this : 

Started GET "/" for 127.0.0.1 at 2015-03-31 16:19:05 +0200
Processing by DashboardController#show as HTML
Redirected to http://XXXXXX.com/
Filter chain halted as :authenticate_user! rendered or redirected
Completed 302 Found in 7ms (ActiveRecord: 2.7ms)
Started GET "/" for 127.0.0.1 at 2015-03-31 16:19:05 +0200
Processing by DashboardController#show as HTML
Redirected to http://XXXXXX.com/
Filter chain halted as :authenticate_user! rendered or redirected
Completed 302 Found in 5ms (ActiveRecord: 2.0ms)
Started GET "/" for 127.0.0.1 at 2015-03-31 16:19:05 +0200
Processing by DashboardController#show as HTML

I'm using an omnibus version with Nginx : 
System information
System:         Debian 7.6
Current User:   git
Using RVM:      no
Ruby Version:   2.1.2p95
Gem Version:    2.2.1
Bundler Version:1.5.3
Rake Version:   10.3.2
Sidekiq Version:2.17.0

GitLab information
Version:        7.3.1
Revision:       1660aa2
Directory:      /opt/gitlab/embedded/service/gitlab-rails
DB Adapter:     postgresql
URL:            http://XXXXX <http://xxxxx/>
HTTP Clone URL: http://XXXX/some-project.git <http://xxxx/some-project.git>
SSH Clone URL:  git@XXXXX:some-project.git
Using LDAP:     yes
Using Omniauth: no

GitLab Shell
Version:        2.0.0
Repositories:   /var/opt/gitlab/git-data/repositories
Hooks:          /opt/gitlab/embedded/service/gitlab-shell/hooks/
Git:            /opt/gitlab/embedded/bin/git

It seems to be a reverse proxy configuration error, but nothing has moved 
for a while and it seemed quite sudden.
Thank you for your help.

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/9abf8f46-3f78-42f2-9f23-47c5c580e2ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to