Node Red Http Node not working on ctrlX

Hello everybody,

I want to receive json data through http from my device. However, when I run Node-Red on  the virtual ctrlX i don't receive any data.I've tested  the flow on Node-Red on my local PC and it can receive http requests, but when I try to do the same on the ctrlX i don't receive any data.

For the Flow I am simply using the http input node and reply with status 200.

So simply the http node on the ctrlX is an https server.

 

kind Regards,

Mohamed

Best reply by CodeShepherd

I had some discussions with our R&D.
Our ctrlX CORE - Node-RED App is already strengthened for security purposes. So all communication is only working via the reverse proxy and so needs https.

You could install the open source version of the "normal" Node-RED snap to your ctrlX CORE then you are not bound to our security mechanisms. But beware that there is no warranty, bug fixing or intense support for this way. See this thread for further information.

View original
8 replies