<font size=2 face="sans-serif">Yes .</font>
<br>
<br><font size=2 face="sans-serif">I am doing the same :</font>
<br>
<br><font size=2 face="sans-serif">Config file :</font>
<br>
<br><font size=2 face="sans-serif"> </font><font size=1 face="Courier New">[{rabbit,
       [{tcp_listeners,    [5672]},{ssl_listeners,
[5671]},     </font>
<br><font size=1 face="Courier New">         
              {ssl_options,
[{verify,verify_none},</font>
<br><font size=1 face="Courier New">         
          {fail_if_no_peer_cert,false}]}]}</font>
<br><font size=1 face="Courier New">].</font>
<br>
<br><font size=1 face="Courier New">But still the same error.</font>
<br>
<br><font size=2 face="Consolas">Using the same example in </font><a href=https://www.rabbitmq.com/ssl.html><font size=2 face="Consolas">https://www.rabbitmq.com/ssl.html</font></a><font size=2 face="Consolas">
, </font><font size=4><b>Connecting without validating certificates</b></font>
<br><font size=2 face="sans-serif"><br>
Thanks and Regards,<br>
Ankur Chakraborty<br>
</font>
<br>
<br>
<br>
<br><font size=1 color=#5f5f5f face="sans-serif">From:      
 </font><font size=1 face="sans-serif">Michael Klishin <mklishin@pivotal.io></font>
<br><font size=1 color=#5f5f5f face="sans-serif">To:      
 </font><font size=1 face="sans-serif">Ankur5 C <ankur5.c@tcs.com></font>
<br><font size=1 color=#5f5f5f face="sans-serif">Cc:      
 </font><font size=1 face="sans-serif">Legacy list about RabbitMQ
<rabbitmq-discuss@lists.rabbitmq.com></font>
<br><font size=1 color=#5f5f5f face="sans-serif">Date:      
 </font><font size=1 face="sans-serif">31-07-2014 11:33</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Subject:    
   </font><font size=1 face="sans-serif">Re: Create an
encrypted SSL connection without having to verify certificate</font>
<br>
<hr noshade>
<br>
<br>
<br><tt><font size=2>On 31 July 2014 at 09:59:23, Ankur5 C (ankur5.c@tcs.com)
wrote:<br>
> > Would request you to please let me know how one can instruct
rabbitmq  <br>
> not verify peer and use the one connect without validating certificates
 <br>
> ?<br>
>  <br>
> My config file:<br>
>  <br>
> [{rabbit, [{tcp_listeners, [5672]},{ssl_listeners, [5671]},  <br>
> {ssl_options, [{cacertfile,"/etc/rabbitmq/testca/cacert.pem"},
 <br>
> {certfile,"/etc/rabbitmq/server/cert.pem"},<br>
> {keyfile,"/etc/rabbitmq/server/key.pem"},<br>
> {verify,verify_none},<br>
> {fail_if_no_peer_cert,false}]}]}<br>
> ].<br>
<br>
This is all you need.<br>
<br>
This line<br>
{verify,verify_none},<br>
<br>
means "perform no peer verification" (don't check that the client<br>
is who it claims to be), while<br>
<br>
{fail_if_no_peer_cert,false}<br>
<br>
means "don't even bother checking if the client has a certificate".<br>
<br>
With this configuration<br>
<br>
factory.setPort(5671);<br>
factory.useSslProtocol();<br>
<br>
is all you need to do in the Java client to make it use TLS (technically,
SSLv3). <br>
--  <br>
MK  <br>
<br>
Staff Software Engineer, Pivotal/RabbitMQ<br>
</font></tt>
<br><p>=====-----=====-----=====<br>
Notice: The information contained in this e-mail<br>
message and/or attachments to it may contain <br>
confidential or privileged information. If you are <br>
not the intended recipient, any dissemination, use, <br>
review, distribution, printing or copying of the <br>
information contained in this e-mail message <br>
and/or attachments to it are strictly prohibited. If <br>
you have received this communication in error, <br>
please notify us by reply e-mail or telephone and <br>
immediately and permanently delete the message <br>
and any attachments. Thank you</p>

<p></p>