I can excute the API call successfully (200) but the Net work shows "Unable to verify the first certificate" in localhost.
I have added a CA Certificate(.crt) in Setting

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?
