Self_signed_cert_in_chain error

Hi,

I execute a HTTP-GET on a self hosted web page. With http request node I get the error message self_signed_cert_in_chain. I don't know how to solve this because alle answers in web are about nodejs but not node-red. Setting -e NODE_TLS_REJECT_UNAUTHORIZED=0 in my docker container did not help.

You need to pass in msg.rejectUnauthorized set to false. Information in the help.

1 Like

works perfectly - thank you.

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