<div>I am using SSL with no certificates, </div><div>rabbitmq.config file looks like - </div><div><br></div><div><div>[{rabbit, [</div><div> {ssl_listeners, [5671]},</div><div> {ssl_options, [{fail_if_no_peer_cert, false},</div>
<div> { verify, verify_none}</div><div> ]},</div><div> {default_vhost, <<"/">>}</div><div> ]}</div><div>].</div></div><div><br></div>
<div>Client code :</div><div><div>ConnectionFactory factory = new ConnectionFactory();</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>factory.setHost("localhost");</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>factory.setUsername("username");</div>
<div><span class="Apple-tab-span" style="white-space:pre">                                </span>factory.setPassword("pswd");</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>factory.setPort(5671);</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>factory.useSslProtocol("TLS");</div>
<div><span class="Apple-tab-span" style="white-space:pre">                                </span>connection = factory.newConnection();</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>channel = connection.createChannel();<br>
</div></div><div><br></div><div>on running client, I get following in log file - </div><div><br></div><div>=INFO REPORT==== 8-Mar-2012::14:55:00 ===</div><div>starting TCP connection <0.221.0> from <<XXXXXXXX>></div>
<div><br></div><div>=ERROR REPORT==== 8-Mar-2012::14:55:00 ===</div><div>SSL: hello: ssl_handshake.erl:249:Fatal error: internal error</div><div><br></div><div>=ERROR REPORT==== 8-Mar-2012::14:55:00 ===</div><div>error on TCP connection <0.221.0>:{ssl_upgrade_error,"internal error"}</div>
<div><br></div><div>=INFO REPORT==== 8-Mar-2012::14:55:00 ===</div><div>closing TCP connection <0.221.0></div><div><br></div><div>Thanks</div><div><br></div><br><div class="gmail_quote">On Thu, Mar 8, 2012 at 4:07 AM, Simon MacMullen <span dir="ltr"><<a href="mailto:simon@rabbitmq.com">simon@rabbitmq.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 07/03/12 22:20, Arpita Sati wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
is "rabbitmq-auth-backend-ldap cannot use SSL " resolved in release 2.7.1?<br>
</blockquote>
<br></div>
Um, when was this broken? How is it not working for you?<br>
<br>
Cheers, Simon<span class="HOEnZb"><font color="#888888"><br>
-- <br>
Simon MacMullen<br>
RabbitMQ, VMware<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><i>"To grow each day, is a wish not asked by all.</i><div><i>To love each day, is a privilege not taken by all."</i></div><br>