I'm trying to pull via HTTPS from a TFS server that has Client Certificate authentication configured. I believe I have all the certificates in the right format and simply using curl with the same certs works but when trying to clone via git it does not seem to negotiate the client certificate auth and just gets a 403. I have scoured the config page to see if there is any info https://git-scm.com/docs/git-config Is there any concrete documentation on how to get this working? I have posted a question on stack overflow that has much more detail https://stackoverflow.com/questions/57473558/git-with-client-certificates-failing-and-working-with-curl I'm not sure if this is a bug with GIT or just something i'm not doing correctly. Thanks