git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Support SSL_CERT_DIR
@ 2022-09-20 22:00 Marcin Wisnicki
  2022-09-21 21:26 ` brian m. carlson
  0 siblings, 1 reply; 2+ messages in thread
From: Marcin Wisnicki @ 2022-09-20 22:00 UTC (permalink / raw)
  To: git

Is there any good reason why git ignores well established SSL_CERT_DIR
and uses only git-specific GIT_SSL_CAPATH?
Why not fallback to the standard variable if git one isn't set?
IMHO current behavior is bad UX.

Please CC, I'm not subscribed.

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

* Re: Support SSL_CERT_DIR
  2022-09-20 22:00 Support SSL_CERT_DIR Marcin Wisnicki
@ 2022-09-21 21:26 ` brian m. carlson
  0 siblings, 0 replies; 2+ messages in thread
From: brian m. carlson @ 2022-09-21 21:26 UTC (permalink / raw)
  To: Marcin Wisnicki; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 824 bytes --]

On 2022-09-20 at 22:00:11, Marcin Wisnicki wrote:
> Is there any good reason why git ignores well established SSL_CERT_DIR
> and uses only git-specific GIT_SSL_CAPATH?
> Why not fallback to the standard variable if git one isn't set?
> IMHO current behavior is bad UX.

It looks like that variable is specific to OpenSSL.  Git may use a
variety of TLS libraries, and typically on Linux distributions, which
cannot legally distribute both Git and OpenSSL linked together, the TLS
library isn't OpenSSL at all.

Personally, I've never heard of this environment variable before, so it
probably wasn't chosen because nobody else had heard of it, either. It's
possible if someone sent a patch to check it such a change might be
accepted (or not).
-- 
brian m. carlson (he/him or they/them)
Toronto, Ontario, CA

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 263 bytes --]

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

end of thread, other threads:[~2022-09-21 21:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-20 22:00 Support SSL_CERT_DIR Marcin Wisnicki
2022-09-21 21:26 ` brian m. carlson

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