Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http: Add support for enabling automatic sending of SSL client certificate #3293

Commits on Jun 24, 2021

  1. http: optionally send SSL client certificate

    This adds support for a new http.sslAutoClientCert config value.
    
    In cURL 7.77 or later the schannel backend does not automatically send
    client certificates from the Windows Certificate Store anymore.
    
    This config value is only used if http.sslBackend is set to "schannel",
    and can be used to opt in to the old behavior and force cURL to send
    client certificates.
    
    This fixes git-for-windows#3292
    
    Signed-off-by: Pascal Muller <pascalmuller@gmail.com>
    pascalmuller committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    c129342 View commit details
    Browse the repository at this point in the history