[rabbitmq-discuss] facing issues with the SSL implementations with RabbitMQ + Windows + .Net
Alexandru Scvortov
alexandru at rabbitmq.com
Tue Aug 9 12:33:02 BST 2011
> That way, when you start the server manually with the .bat, we will know
> which config file it's using.
That's not needed actually. When the server starts up, under the
banner, it tells you a few things, the location of the config file
included.
So, when you start up rabbitmq-server.bat, you should see something
along the lines of:
node : rabbit at dakota
app descriptor :
/src/rabbitmq-umbrella/rabbitmq-server/scripts/../ebin/rabbit.app
home dir : /home/scvalex
config file(s) : /etc/rabbitmq/rabbitmq.config
cookie hash : baqRHQDjS5VLTBROrJQBzQ==
log : /tmp/rabbit at dakota.log
sasl log : /tmp/rabbit at dakota-sasl.log
database dir : /tmp/rabbitmq-rabbit-mnesia
erlang version : 5.8.4
Could you please check that the config file is the one you're editing?
Alex
On Tue, Aug 09, 2011 at 12:20:38PM +0100, Alexandru Scvorţov wrote:
> Ok. Could you delete the dot at the end (or introduce some other
> syntactic error) and try again?
>
> If it still runs, it's using a different configuration file.
>
> Could you also add the following line to the rabbitmq-server.bat file?
> echo CONFIG_FILE: !RABBITMQ_CONFIG_FILE!.config
> It should go in towards the end, right before the "!ERLANG_HOME!\bin\erl.exe"
> line.
>
> That way, when you start the server manually with the .bat, we will know
> which config file it's using.
>
> Alex
>
> On Tue, Aug 09, 2011 at 04:42:32PM +0530, Abhijit wrote:
> > hi sir,
> >
> > It didn't worked as we wanted...this are the last two phrases in the log
> > file of the broker.
> >
> > > =INFO REPORT==== 9-Aug-2011::16:39:52 ===
> > > started TCP Listener on [::]:5692
> > >
> > > =INFO REPORT==== 9-Aug-2011::16:39:53 ===
> > > started TCP Listener on 0.0.0.0:5692
> >
> > i copied the rabbitmq.config which you sent me but didn't worked out.
> >
> > Thanks and Regards,
> > Abhijit
> >
> >
> >
> >
> > On 8/9/2011 4:19 PM, Alexandru Scvorţov wrote:
> > >> 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
> > >>
> > >>
> >
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
More information about the rabbitmq-discuss
mailing list