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
- Network
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
Response Headers
Date: Sat, 07 Aug 2021 13:32:07 GMT
Server: Kestrel
Content-Length: 0
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.