[rabbitmq-discuss] shovel and ssl question
Michael Klishin
mklishin at gopivotal.com
Wed May 28 12:52:05 BST 2014
On 28 May 2014 at 15:50:40, Michael Klishin (mklishin at gopivotal.com) wrote:
> > > let's say that i have a python file with pika that sends messages
> > to the
> > rabbit on X server.
> > Will i have a problem continue using it after i will set the ssl
> > for the
> > rabbits ?
>
> You need to connect to a different port (5671 by default)
> and instruct Pika to connect using SSL. Search for "SSL"
> on http://pika.readthedocs.org/en/0.9.6/examples/using_urlparameters.html.
Note that if you don't want Pika connections to be encrypted, you can
simply continue connecting to the non-SSL port (5672) and not change anything
in your client code.
This will happily work side by side with Shovel connections being encrypted.
--
MK
Software Engineer, Pivotal/RabbitMQ
More information about the rabbitmq-discuss
mailing list