Why do I need the server certificate in my Azure Certificates store to use a Client Certificate?
I have a C# app, using HttpClient to connect to a remote server. The server owner has asked for Client Certificate authentication. I sent through the public key certificate to them, and loaded the .pfx certificate (which includes the private key) when I make the request.
I receive the following error: