You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit 8a7ab99 (installer: switch the libcurl default to Secure Channel,
2023-05-15) attempted to change the default libcurl backend for clean
new installs to Secure channel, but only adjusted one of two fallbacks
in the installer. There is one default value that gets passed to
ReplayChoice() to return if it finds no previous choice and one value
that gets used if ReplayChoice() returns an unexpected value. 8a7ab99
changed the latter to use Secure Channel, but left the former to default
to OpenSSL. Adjust the default value to match the intention of that
patch.
This fixesgit-for-windows/git#5295
Signed-off-by: Matthias Aßhauer <[email protected]>
Setup
defaults?
to the issue you're seeing?
I tried this with a clean install.
Details
PowerShell 7.4.6
Minimal, Complete, and Verifiable example
this will help us understand the issue.
Despite this line https://github.com/git-for-windows/build-extra/blob/6735402549b1776f65723e129b9208fa0ee5056b/installer/install.iss#L2331 and the commit that says it should be default, the default when clean installing still seems to be OpenSSL.
The default on a clean install of Git for Windows is still OpenSSL instead of schannel despite what the code of the installer suggers
URL to that repository to help us with testing?
The text was updated successfully, but these errors were encountered: