I am trying to use postman web with desktop agent, but i get below error as per main.log
[16112][1626862390593][main][warn]["Error while checking for update",{"error":{"message":"request to https://dl-agent.pstmn.io/update/status?channel=stable¤tVersion=0.3.8&arch=64&platform=win64 failed, reason: unable to get local issuer certificate","type":"system","errno":"UNABLE_TO_GET_ISSUER_CERT_LOCALLY","code":"UNABLE_TO_GET_ISSUER_CERT_LOCALLY"},"status":1}]
I have this same issue when using web version of Postman Desktop agent not working. Cloud agent does not work either. Did you find a resolution? I’m using locally installed Postman instance to avoid this problem. But, would be nice to have flexibly web version affords
That error, unable_to_get_issuer_cert_locally, usually means your desktop agent can’t verify the SSL chain because the root or intermediate certificate isn’t installed locally. Try downloading the full certificate chain from your provider and import/install it on your machine. Also, check if your system trust store is up to date. Restart the agent after adding the missing certs, and it should connect without the error. I hope it helps!