# Http Request node "unable to get local issuer certificate"

**URL:** https://discourse.nodered.org/t/http-request-node-unable-to-get-local-issuer-certificate/88145
**Category:** General
**Tags:** http-request
**Created:** [21 May 2024 12:39 UTC](https://discourse.nodered.org/t/http-request-node-unable-to-get-local-issuer-certificate/88145 "2024-05-21T12:39:02Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![LucasPelu](https://avatars.discourse-cdn.com/v4/letter/l/977dab/32.png) [@LucasPelu](https://discourse.nodered.org/u/LucasPelu)
#### Post date: [21 May 2024 12:39 UTC](https://discourse.nodered.org/t/http-request-node-unable-to-get-local-issuer-certificate/88145/1 "2024-05-21T12:39:02Z")

</div>

Hi Im having some troubles with the http Request node. I debug the error "RequestError: unable to get local issuer certificate".  
In the Postman I had the same problem but I could solve it changing the configuration.  
I had to unchecked the "SSL certificate verification".  
Is possible to do something like this in node-red?  
Thanks, Lucas

---

<div class="post-metadata">

### Author: ![UnborN](https://avatars.discourse-cdn.com/v4/letter/u/4491bb/32.png) [@UnborN](https://discourse.nodered.org/u/UnborN)
#### Post date: [21 May 2024 14:19 UTC](https://discourse.nodered.org/t/http-request-node-unable-to-get-local-issuer-certificate/88145/2 "2024-05-21T14:19:38Z")

</div>

Is it a self signed certificate on that server ?

From the http-request node's help file :

> `rejectUnauthorized`  
> If set to `false`, allows requests to be made to https sites that use self signed certificates.

So in the msg that you send to the request set `msg.rejectUnauthorized = false`

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [19 August 2024 14:20 UTC](https://discourse.nodered.org/t/http-request-node-unable-to-get-local-issuer-certificate/88145/3 "2024-08-19T14:20:17Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
