git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* SChannel support in Git for Windows
@ 2016-01-15 15:04 Robert Labrie
  2016-01-15 15:06 ` Daniel Stenberg
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Robert Labrie @ 2016-01-15 15:04 UTC (permalink / raw)
  To: git

I googled for this and couldn't find anything, as best as I can tell,
it's not a thing.

Increasingly, network admins (including mine) think it's appropriate
to intercept TLS handshakes on the firewall, and present the calling
application with a self-signed cert for the requested domain (ie
github.com). On Linux, this can be sorted out by putting the internal
issuing CAs root cert in /etc/certs (or somesuch) and on windows, by
importing it into the "Trusted Publishers" certificate store. The
challenge comes from apps using OpenSSL on Windows, which doesn't have
/etc and doesn't support the windows certificate store.

Presently, I'm using this procedure:
http://stackoverflow.com/questions/9072376/configure-git-to-accept-a-particular-self-signed-server-certificate-for-a-partic

But it would be more awesome if git just supported schannel on
Windows. I think cURL does already.

Sorry in advance if I didn't Google hard enough for this.

Thanks,
Rob

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

end of thread, other threads:[~2016-01-15 16:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-15 15:04 SChannel support in Git for Windows Robert Labrie
2016-01-15 15:06 ` Daniel Stenberg
2016-01-15 15:53 ` Johannes Schindelin
2016-01-15 15:59 ` Konstantin Khomoutov
2016-01-15 16:11   ` Robert Labrie
2016-01-15 16:47     ` Konstantin Khomoutov

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).