Postman error: “Unable to verify the first certificate” when try to get from my .net core api July 11, 2023 by Tarik There are 3 places to disable ssl verification: Request level: make sure it is off Global level: (Request level will have precedence) Remove client and CA certificate, turn it to off :