<div dir="ltr"><div><div><div><div>Hi, <br><br></div>I am using rabbitmq-c library for SSL connection, and I am having this problem.<br><br>=INFO REPORT==== 10-Jul-2013::21:48:49 ===<br>accepting AMQP connection &lt;0.538.0&gt; (<a href="http://127.0.0.1:54381">127.0.0.1:54381</a> -&gt; <a href="http://127.0.0.1:5671">127.0.0.1:5671</a>)<br>
<br>=ERROR REPORT==== 10-Jul-2013::21:48:49 ===<br>SSL: certify_certificate: ./ssl_connection.erl:490:Fatal error: handshake failure<br><br>=ERROR REPORT==== 10-Jul-2013::21:48:54 ===<br>error on AMQP connection &lt;0.538.0&gt;: {ssl_upgrade_error,esslaccept} (unknown POSIX error)<br>
<br></div>I am not sure, what is the cause.. <br><br></div>As per <a href="http://www.rabbitmq.com/troubleshooting-ssl.html">http://www.rabbitmq.com/troubleshooting-ssl.html</a>, <br></div>I checked that keys are valid, got message - <br>
<pre>Verify return code: 0 (ok)<br></pre><pre>The Attempt SSL to broker also worked fine, <br>openssl s_client -connect localhost:5671 -cert client/cert.pem -key client/key.pem \
  -CAfile testca/cacert.pem<br><br></pre><pre>Not sure, what is the problem.. please suggest.<br></pre><pre><br><br></pre><div><div><div><div><br></div></div></div></div></div>