Localhost gets unable to verify the first certificate using Postman with Client Certificate

Viewed 29

I can excute the API call successfully (200) but the Net work shows "Unable to verify the first certificate" in localhost.

enter image description here

I have added a CA Certificate(.crt) in Setting enter image description here

Also when I debug in my .net framework, I did not see any certificate info in HttpContext.Current.Request.ClientCertificate

Anyone can tell me how to pass client cert properly using Postman?

0 Answers
Related