[rabbitmq-discuss] RabbitMQ SSL
Emile Joubert
emile at rabbitmq.com
Mon Jul 16 16:45:29 BST 2012
Hi,
On 16/07/12 16:18, Prashanth wrote:
> when I make a connection, connection gets closed after a couple of
> seconds. I tried sending 8 bytes my response is a string AMQP and it
> closes the connection immediately.
What you described here is a successful test. The broker will close the
connection after a few seconds, but if you received the "AMQP" protocol
string then it means the broker is listening on the SSL connection.
Does the AMQP client making a connection to the same broker over SSL
(port 5671) succeed in completing the SSL handshake before it quits?
"ssldump" or an SSL-aware network analyser could help determine this.
Does the broker log contain anything when the attempt is made?
-Emile
More information about the rabbitmq-discuss
mailing list