Flyounet (Flyounet) opened
I have to connect to a Gitlab CE where the SSL certificate is not correct (self-signed).
git-bug 0.6.0 produces :
$: git bug bridge configure
[1]: github
[2]: gitlab
[3]: launchpad-preview
target: 2
name [default]: GL
Gitlab base url:
[0]: https://gitlab.com
[1]: enter your own base url
Select option: 1
Base url: https://fqdn
Detected projects:
[1]: https://fqdn/Team2/Tech-API
[0]: Another project
Select option: 1
You can generate a new token by visiting https://gitlab.com/profile/personal_access_tokens.
Choose 'Create personal access token' and set the necessary access scope for your repository.
'api' access scope: to be able to make api calls
Enter token: abcdefghijklmonpqrstuvwxyz
Error: project validation: wrong token scope ou inexistent project: Get https://fqdn/api/v4/projects/Team2%2FTech-API: x509: certificate has expired or is not yet valid
git works correctly with this server by using in the ~/.gitconfig :
[http]
sslverify = false
N.B. : I also tried to add the above configuration in the .git/config with same result.