<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Courier New, Courier, monospace">Hi,<br>
<br>
We had develop an application for the RabbitMQ both the publisher as
well as subscriber using the fanout exchange, which is working fine.
But now we want to implement the ssl with our publisher as well as
subscriber to provide traffic encryption. But haven't been able to
implement and getting it worked still, i have followed the steps as
provided in this link : <u><a class="moz-txt-link-freetext" href="http://www.rabbitmq.com/ssl.html">http://www.rabbitmq.com/ssl.html</a></u>. I
have created the certificates as instructed in this blog, also i have
implemented the code for .net as provided. I have not been able to find
out does my code refers to the rabbitmq.config file which i have
created as per the rabbitmq blog and placed it in the appdata/rabbitMQ
as for windows. But am not sure is this being referred,&nbsp; <br>
the config file:<br>
</font>
<blockquote type="cite"><font face="Courier New, Courier, monospace">[<br>
&nbsp; {rabbit, [<br>
&nbsp;&nbsp;&nbsp;&nbsp; {ssl_listeners, [5671]},<br>
&nbsp;&nbsp;&nbsp;&nbsp; {ssl_options, [{cacertfile,"C:\testca/cacert.cer"},<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {certfile,"C:\server/cert.pem"},<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {keyfile,"C:\server/key.pem"},<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {verify,verify_peer},<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {fail_if_no_peer_cert,false}]}<br>
&nbsp;&nbsp; ]}<br>
]</font></blockquote>
<font face="Courier New, Courier, monospace">we are using the rabbitMQ
Service with the latest version of 2.5.1, Erlang R14B02 and on .Net on
Windows. Am i missing something or do we need something extra for
running on .net and windows.<br>
<br>
Thanks and Regards,<br>
Abhijit</font><br>
<br>
</body>
</html>