Hi Ragesh, On Sat, 9 Dec 2023, Ragesh Krishna wrote: > I'm trying to use SSL client auth on Windows. My git installation > currently lists only schannel as the supported backend. There is a reason why only Secure Channel is listed as supported backend, and it is a relatively boring one: DLL hell. However, contrary to what `git -c http.sslBackend=list ls-remote <url>` says on Windows, `git -c http.sslBackend=openssl ls-remote <url>` should work, too. Ciao, Johannes