Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TLS support #19

Open
ppatierno opened this issue Jan 20, 2019 · 3 comments
Open

Add TLS support #19

ppatierno opened this issue Jan 20, 2019 · 3 comments

Comments

@ppatierno
Copy link
Member

The nodes should be able to set up a TLS connection.
Node-Red already provides a "tls" internal node which is used by the "mqtt" node for configuring TLS (CA certificate, private key, ...) and maybe it's possible to reuse the same node for this purpose.

@SvenGoldstein
Copy link

Hi there. I'm trying to connect the plugin to an Eclipse Hono broker in order to receive messages from the AMQP backend. However, the plugin doesn't want to connect (the receiver node keeps saying "Disconnected"). Has anyone tried this before ? The official Hono Java sample works fine.

@moebigit
Copy link

moebigit commented Jul 2, 2019

I was also struggeling with TLS, because I was using the officially released v0.0.2 that is available on NPM. V0.0.2 doesn't come with support for TLS yet.

When do you plan to release a new version so that the additional changes make it to the NPM package registry and somebody who installs this library through nodeRED or via npm by name gets TLS support?

Right now instead of
yarn add node-red-contrib-rhea

I have to use
yarn add https://github.com/amqp/node-red-contrib-rhea#master

@damian154
Copy link

@Whitewater81 did you solved that problem? I'm in the same situation..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants