[git-users] Git over SSL

2016-01-14 Thread Bison Ravi
Hi guys, I have setup Git/GitLab on Debian 7.7 I have configured GitLab for SSL. Now i am trying to connect to my Git project with GitGUI for Windows and i receive the following error: fatal: unable to access 'https://git.corp.group.local/bravi/project_test2.git/': SSL certificate problem: s

[git-users] Re: Git over SSL

2016-01-14 Thread Bison Ravi
Apparently running git config --global http.sslCAPath instead of git config --system http.sslCAPath fixed the issue On Thursday, January 14, 2016 at 11:17:08 AM UTC+1, Bison Ravi wrote: > > Hi guys, > > I have setup Git/GitLab on Debian 7.7 > I have configured GitLab for SSL. > > Now i am tryin

Re: [git-users] Git over SSL

2016-01-14 Thread Konstantin Khomoutov
On Thu, 14 Jan 2016 02:17:07 -0800 (PST) Bison Ravi wrote: > I have setup Git/GitLab on Debian 7.7 > I have configured GitLab for SSL. > > Now i am trying to connect to my Git project with GitGUI for Windows > and i receive the following error: > > fatal: unable to access > 'https://git.corp.

Re: [git-users] Git over SSL

2016-01-14 Thread Bison Ravi
I am using the GitGUI client on Windows 10 https://git-scm.com/downloads Since i issued the global command (git config --global http.sslCAPath) i can now connect Here is the trace: $ git push -u origin master * Couldn't find host remcorpgit01.corp.group.local in the _netrc file; using defau