Error while adding Gitlab external source
Created by: sk-aaludra
- Sourcegraph version: 3.3
- Platform information: CentOS 7, NTT Cloud, Chrome, Docker 18
Steps to reproduce:
Adding external source and while saving getting the below error
Error saving invalid configuration:
warning: external service updated, but sync request failed: syncer.sync.sourced: 1 error occurred:
- error listing GitLab projects: url="projects?membership=true&order_by=last_activity_at&per_page=100": Get https://gitlab.aaludradevelopers.com/api/v4/projects?membership=true&order_by=last_activity_at&per_page=100: dial tcp 180.12.181.9:443: i/o timeout
I'm getting results while executing the below passing token
curl -H 'Private-Token: ' -XGET 'https://gitlab.aaludradevelopers.com/api/v4/projects'
Can some one help?