git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Where does http.sslcainfo get set in Windows (2.6.3)?
@ 2015-12-14 15:45 Titus Barik
  2015-12-14 16:27 ` Lars Schneider
  0 siblings, 1 reply; 3+ messages in thread
From: Titus Barik @ 2015-12-14 15:45 UTC (permalink / raw)
  To: git; +Cc: titus

Hi all,

I'm in Windows using git version: git version 2.6.3.windows.1. Git is
installed to /c/Users/tbarik/AppData/Local/Programs/Git/cmd/git.

However, when I look for the config name http.sslcainfo, it returns:

$ git config --get-all http.sslcainfo
C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt

Although I can override the name, I'm trying to figure out where this is
being set, since the correct location should be (in this case)
C:/Users/tbarik/AppData/Local/Programs/Git/mingw64/ssl/certs/ca-bundle.crt.

I don't see C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt in
either --global, --system, or --local, hence my confusion as to where
this path is coming from.

Thanks,

Titus

-- 
Titus Barik, PE <titus@barik.net>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-12-15 12:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-14 15:45 Where does http.sslcainfo get set in Windows (2.6.3)? Titus Barik
2015-12-14 16:27 ` Lars Schneider
2015-12-15 12:37   ` Johannes Schindelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).