AWS Builder Center: Learn, Build and Connect with builders in the AWS community
AWS Builder Center is the official home for builders on AWS. Share and read what others are working on, follow people who inspire you, explore training and workshops, and find tools to support what you're building.
Fail to connect to RabbitMQ
0
Hello,
I'm trying to connect to a non-public RabbitMQ using nodejs and I keep getting the following error no matter what I've tried...
Error: Handshake terminated by server: 403 (ACCESS-REFUSED) with message "ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN. For details see the broker logfile.
All docs for RabbitMQ + SSL stating the use of certificates. However, and AFAICT, cert authentication is not currently supported on AmazonMQ.
So my question is, what exactly is needed in order to successfully connect to a RabbitMQ broker over SSL on AmazonMQ.
Example of nodejs with amqplib would be highly appreciated.