[go-nuts] Re: Client certificate not sent to server

2021-03-24 Thread D.
Elaborating on the previous answer, which led me to the source of the issue I'm facing but did not quite solve the problem. In case you have no control over the server, you are using private CA, and the server does not include Certificate Authorities

[go-nuts] Re: Client certificate not sent to server

2020-05-19 Thread Mark Petrovic
I know this is an old thread, but I found it, so others might, too. I struggled with a similar problem of the Go HTTP client not sending client certs when challenged by the server. Yet, curl worked fine when given the same client certs, calling the same server endpoint. The cert chains I was