<div>Emile,</div><div><br></div>Here is the log message.<div><br></div><div><div>=INFO REPORT==== 16-Jul-2012::10:47:33 ===</div><div>accepting AMQP connection &lt;0.11506.0&gt; ([::1]:55514 -&gt; [::1]:5671)</div><div><br>
</div><div>=ERROR REPORT==== 16-Jul-2012::10:47:43 ===</div><div>closing AMQP connection &lt;0.11506.0&gt; ([::1]:55514 -&gt; [::1]:5671):</div><div>{handshake_timeout,handshake}</div><div><br></div><div>my client is a�Perl�client, it uses Net::RabbitMQ</div>
<div>It connects to the RabbitMQ server and declares a queue and pushes messages to the queue. I am doing nothing on the client side for ssl, except that now it connects to the ssl port.</div><div>Do client has to do something else.</div>
<div><br></div><div>Thanks,</div><div>Prashanth.</div><div><br></div><br><div class="gmail_quote">On Mon, Jul 16, 2012 at 11:45 AM, Emile Joubert <span dir="ltr">&lt;<a href="mailto:emile@rabbitmq.com" target="_blank">emile@rabbitmq.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<div class="im"><br>
On 16/07/12 16:18, Prashanth wrote:<br>
&gt; when I make a connection, connection gets closed after a couple of<br>
&gt; seconds. I tried sending 8 bytes my response is a string AMQP and it<br>
&gt; closes the connection immediately.<br>
<br>
</div>What you described here is a successful test. The broker will close the<br>
connection after a few seconds, but if you received the &quot;AMQP&quot; protocol<br>
string then it means the broker is listening on the SSL connection.<br>
<br>
Does the AMQP client making a connection to the same broker over SSL<br>
(port 5671) succeed in completing the SSL handshake before it quits?<br>
&quot;ssldump&quot; or an SSL-aware network analyser could help determine this.<br>
Does the broker log contain anything when the attempt is made?<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
-Emile<br>
<br>
</font></span></blockquote></div><br></div>