AspNetCoreCertificateAuth icon indicating copy to clipboard operation
AspNetCoreCertificateAuth copied to clipboard

Cannot run the code

Open luoxlgh opened this issue 4 years ago • 1 comments

The request(https://localhost:44379/api/values) failed when run the AspNetCoreCertificateAuthApiSelfSigned in my machine: image

Is there prerequisite in IIS?

luoxlgh avatar Nov 11 '20 09:11 luoxlgh

This is because a valid certificate is required. You need to allow the certificate on you OS and start both Apps. If you send the certificate with the request, then it will work.

damienbod avatar Nov 13 '20 09:11 damienbod