Error: unable to get local issuer certificate

Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.

Here’s an outline with best practices for making your inquiry.

My question:
How can I set up the certificate correctly

Details (like screenshots):

I use Postman to send a GET request and it is blocked by the error: unable to get local issuer certificate.

image

How I found the problem:

I’ve already tried:

I have add client certificate in the settings > Certificates, following this document (Getting started ‒ Qlik Sense for developers) and this post (How to configure Postman (desktop app) to connect ... - Qlik Community - 1711499). I used a computer to visit the endpoint in an intranet. My computer is also in the same intranet.

I put the client certificate under Windows certificate store, Certificates - Current User>Personal>Certificates and root certificate under Certificates - Current User>Trusted Root Certification Authorities>Certificates. All these certificates are installed on both my client computer and the server I am going to access via API.

All these attempts cannot solve the problem. Can anyone help?