[rabbitmq-discuss] facing issues with the SSL implementations with RabbitMQ + Windows + .Net

Alexandru Scvorţov alexandru at rabbitmq.com
Tue Aug 9 11:49:18 BST 2011


> Am using the same path, C:\Users\Administrator\AppData\Roaming\RabbitMQ\rabbitmq.config for including ssl in my app.

Ok.

> But the file wasn't present earlier i had created that file in order to have SSL in my app at the same location.

That's fine.

> i tried running the bat file for the rabbitmq-server that didn't help sir, do you need any part of code for inspection.

The code isn't the problem right now.  It's getting rabbit to enable
ssl.

I'm attaching a rabbitmq.config.  Please try using that one.  Restart
the broker and the last lines in the broker log should be:

=INFO REPORT==== 9-Aug-2011::11:44:37 ===
started TCP Listener on [::]:5672

=INFO REPORT==== 9-Aug-2011::11:44:37 ===
started SSL Listener on 0.0.0.0:5671

Let me know how it goes, please.

Cheers,
Alex

On Tue, Aug 09, 2011 at 04:09:42PM +0530, Abhijit wrote:
> Hi Sir,
> 
> Am using the same path, C:\Users\Administrator\AppData\Roaming\RabbitMQ\rabbitmq.config for including ssl in my app.
> 
> But the file wasn't present earlier i had created that file in order to have SSL in my app at the same location.
> 
> i tried running the bat file for the rabbitmq-server that didn't help sir, do you need any part of code for inspection.
> 
> Thanks a lot for your time and replies.
> 
> Regards,
> Abhijit
> 
-------------- next part --------------
[
 {rabbit, [
          {ssl_listeners, [{"0.0.0.0",5671}]}
         ,{ssl_options, [{cacertfile,"C:\\testca\\cacert.cer"},
                         {certfile,"C:\\server\\cert.pem"},
                         {keyfile,"C:\\server\\key.pem"},
                         {verify,verify_peer},
                         {fail_if_no_peer_cert,true}]}
          ]}
].


More information about the rabbitmq-discuss mailing list