Hi,
I have a network gateway with node red installed on it. I can access to the node red dashboard. So far so good.
The idea is when I receive new data, I send them to my server.
So I have a node that is "htt request node" where I put the path of my server.
However, I have an error that I'm not able to solve:
"Error: unable to get local issuer certificate"
I precise that my server is running well with https and when I try to send API request, it is working well.
So I try to generate ssl certificate on my gateway and set to the certificates to the TLS config
But I still get the same error.
Any idea about what I should do ?
Thank you in advance