Error: Socket closed abruptly during opening handshake
at TLSSocket.endWhileOpening (/app/node_modules/amqplib/lib/connection.js:258:17)
at emitNone (events.js:91:20)
at TLSSocket.emit (events.js:185:7)
at endReadableNT (_stream_readable.js:974:12)
at _combinedTickCallback (internal/process/next_tick.js:80:11)
at process._tickCallback (internal/process/next_tick.js:104:9)
Asked
Active
Viewed 4,786 times
8

robertklep
- 198,204
- 35
- 394
- 381

Athulya
- 181
- 1
- 13
-
Refer this https://github.com/squaremo/amqp.node/issues/101 – Subburaj Jul 03 '17 at 09:09
-
In my case this was caused by incorrect authentication. The MQ server log said `PLAIN login refused: user 'admin' - invalid credentials` – Shade Aug 23 '19 at 10:37
-
1For any future users who might be having this issue: make sure the `port` is set to `5672` ( local `amqp` server) and not `15672` (`amqp` web management console). – Eli Zatlawy Jul 26 '22 at 13:30