abreits / node-red-contrib-amqp

Node-RED AMQP input and output nodes
16 stars 18 forks source link

SSL issue, "AMQP input node connect error: unable to get local issuer certificate" #14

Open QAnders opened 6 years ago

QAnders commented 6 years ago

Thanks for your efforts! I used the nodes successfully in our Test env. where we don't have SSL/TLS enabled but now trying to move the solution to our QA it fails with:

"AMQP input node connect error: unable to get local issuer certificate"

I've tried with both loaded and local file PEM data but I still get the same error.

BlueCBR commented 6 years ago

Hi,

I use the amqp node in a node-red instance running on an EC2 and see the same error. Any hint on how to get beyond this? Could the amqp be extend to allow certificates & key be provided in the server-config tabs similar to how an MQTTs oder HTTPs node is configured?

Thank you !

mikesmithurbangro commented 5 years ago

My pull request posted today would resolve your issue https://github.com/abreits/node-red-contrib-amqp/pull/19

mikesmithurbangro commented 5 years ago

Release 1.0.0 should resolve.