Re: [git-users] using pki certificates with git and a https server on RHEL 6.x

2014-05-14 Thread Konstantin Khomoutov
On Wed, 14 May 2014 06:30:32 -0700 (PDT) Matthew Polder wrote: [...] > > * This env. variable is not exported so that it's seen in your > > shell but the Git process does not inherit it which causes libnss > > to use the default value for that path. > > > > What happens if you do > > > > $

Re: [git-users] using pki certificates with git and a https server on RHEL 6.x

2014-05-14 Thread Matthew Polder
On Tuesday, May 13, 2014 10:17:28 AM UTC-4, Konstantin Khomoutov wrote: > > On Tue, 13 May 2014 06:32:28 -0700 (PDT) > Matthew Polder > wrote: > > > I'm trying to use git to connect to a https server that requires PKI > > certificates for authentication. I'm running git on RHEL 6.x, so it > >

Re: [git-users] using pki certificates with git and a https server on RHEL 6.x

2014-05-13 Thread Konstantin Khomoutov
On Tue, 13 May 2014 06:32:28 -0700 (PDT) Matthew Polder wrote: > I'm trying to use git to connect to a https server that requires PKI > certificates for authentication. I'm running git on RHEL 6.x, so it > is using the NSS libraries (I believe). [...] > When I attempt to clone the git repo on t