During the installation of Git on my Windows machine, I selected "Use the OpenSSL library" for HTTPS Transport backend.
I would like to switch to "Native Windows Secure Channel library" for HTTPS Transport.
Is this possible without re-installing git on Windows?
I found the setting for "schannel" or "openssl" with Git for Windows 2.14.2, 64 bit in file:
C:\Program Files\Git\mingw64\etc\gitconfig
Example config for OpenSSL:
[http]
sslCAInfo = C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
sslBackend = openssl
Example config for Windows native:
[http]
sslCAInfo = C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
sslBackend = schannel
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With