Search code examples
salesforcebruno

Getting error unable to get local issuer certificate in Bruno


I am using Bruno and trying to get Auth Token.

When I am sending the Post request, Getting below error:

Error invoking remote method 'send-http-request': Error: unable to get local issuer certificate

How can we resolve that?


Solution

  • Go to Collections menu and Click on Preferences:

    enter image description here

    Uncheck SSL/TLS Certificate Verification:

    enter image description here

    Click Save

    Now if you send the request again it will not verify the certificate and request will go through.