Node Red Admin

100 views
Skip to first unread message

Jörg Wende

unread,
Aug 30, 2016, 12:24:35 PM8/30/16
to Node-RED
just going my first steps with the cli - but I have some issues:

> node-red-admin target https://127.0.0.1:1880

>node-red-admin list
Error: self signed certificate

I've created a set of certificates for my NR instance - how can I tell the admin cli that the certificates are correct ?

Thanks
J.

Nicholas O'Leary

unread,
Aug 31, 2016, 5:24:26 PM8/31/16
to Node-RED Mailing List
The admin cli client doesn't let you provide your own certs to validate the connection.

Until we figure out what we'd need to expose in the admin client to allow that, I believe you can tell node.js to ignore this issue by setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable:

NODE_TLS_REJECT_UNAUTHORIZED=1 node-red-admin target https://127.0.0.1:1880


Nick

--
http://nodered.org
 
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages