AspNetCoreCertificateAuth
AspNetCoreCertificateAuth copied to clipboard
Cannot run the code
The request(https://localhost:44379/api/values) failed when run the AspNetCoreCertificateAuthApiSelfSigned in my machine:
Is there prerequisite in IIS?
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.