Http-request error

Hi,

I can get data with the following request in browser
https://192.168.0.74:1443/api/config/flags

But in nod red - http request there is a error - unable_to_veryfy_leaf-signature. see also pic for debug infos

Thanks and Regards
urs

Is the ssl certificate valid for the 192.x address ? or is it self-signed ?

I'm a dummy...

  • In node red I tried with and without the SSL/TLS
  • In browser I only enter the link and it worked (after confirm to proceed with unsafe site)

Regards

Try http://192.168.0.74:1443/api/config/flags (http , not https)

That brings me one step future :+1: thanks

Now the error is ECONNRESET and debug in picture

Try putting https and msg.rejectUnauthorized to false.

sorry, could you please explane how?

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