git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / 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

* Re: Where does http.sslcainfo get set in Windows (2.6.3)?
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Schneider @ 2015-12-14 16:27 UTC (permalink / raw)
  To: Titus Barik; +Cc: git

Hi Titus,

try to look here:
C:\Users\All Users\Git\config

(that's where I found it... maybe different on your end).

Cheers,
Lars

> On 14 Dec 2015, at 16:45, Titus Barik <titus@barik.net> wrote:
> 
> 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>
> --
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: Where does http.sslcainfo get set in Windows (2.6.3)?
  2015-12-14 16:27 ` Lars Schneider
@ 2015-12-15 12:37   ` Johannes Schindelin
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Schindelin @ 2015-12-15 12:37 UTC (permalink / raw)
  To: Lars Schneider; +Cc: Titus Barik, git

Hi,

On Mon, 14 Dec 2015, Lars Schneider wrote:

> try to look here:
> C:\Users\All Users\Git\config

The location should be C:\ProgramData\Git\config for the Git configuration
shared between all users and all Git implementations on Windows.

Maybe you are running Windows XP, where C:\ProgramData does not exist, and
where %ALLUSERSPROFILE%\Application Data\Git\config plays that role.

Ciao,
Johannes

^ 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

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).