oauth - Can't connect to gitlab 6.1 using google oauth2 -


i have setup gitlab 6.1 instance using documentation available here : https://github.com/gitlabhq/gitlabhq/blob/6-1-stable/doc/install/installation.md

i run checks , green.

i setup oauth setting in gitlab/config/gitlab.yml use google provider :

production: &base   omniauth:     enabled: true     allow_single_sign_on: true     block_auto_created_users: false     providers:       - { name: 'google_oauth2', app_id: 'xxxxx.apps.googleusercontent.com',           app_secret: 'xxxxx',           args: { access_type: 'offline', approval_prompt: '' } } 

when try connect gitlab using google oauth authentication, replied "bad gateway" nginx. lookking @ gitlab logs don't have :

e, [2013-09-24t18:30:27.609795 #1818] error -- : worker=0 pid:1903 timeout (31s > 30s), killing e, [2013-09-24t18:30:27.626498 #1818] error -- : reaped #<process::status: pid 1903 sigkill (signal 9)> worker=0 i, [2013-09-24t18:30:27.661134 #2058]  info -- : worker=0 ready 

do guys know cause problem, or have tips on ?


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -