Unable to verify the first certificate with localhost

I just got started with Postman and i want to test my web api with postman. So i connect to https://localhost:5001/items where the api is listening at but all i get is: " GET https://localhost:5001/items 40423 ms

Warning: Unable to verify the first certificate

  • :arrow_forward:Network

:arrow_forward:Request Headers

User-Agent: PostmanRuntime/7.28.3

Accept: /

Postman-Token: 9b88267c-741a-4c94-921c-283922aa614b

Host: localhost:5001

Accept-Encoding: gzip, deflate, br

Connection: keep-alive

:arrow_forward:Response Headers

Date: Sat, 07 Aug 2021 13:32:07 GMT

Server: Kestrel

Content-Length: 0

:arrow_forward:Response Body"

See image:

I have already tried to disable ssl certificate, disable proxy and set the timeout to 0ms yet nothing worked.
Any way to fix this problem i am using the latest version of postman.

Hey @supply-administrato1, this looks like an invalid server certificate error/issue but still, I would recommend going through the Github issue (though it is an open issue, you can find ample solutions. I hope one of those might work for you)