[rabbitmq-discuss] 2.5.0 stomp ssl Windows 2008R2

Simon MacMullen simon at rabbitmq.com
Wed Jun 15 17:11:38 BST 2011


On 15/06/11 17:04, Sam Domonkos wrote:
> I know this is not in the docs yet, but I see some unit tests using ssl
> with stomp so just seeing if this is fully functional as of 2.5.0.

It should be functional.

> ################ rabbitmq.config #################################
> [
> {rabbitmq_stomp, [{ssl_listeners, [61614]}]},
> {rabbit, [
> {ssl_listeners, [5671]},
> {ssl_options, [{verify,verify_none},
> {fail_if_no_peer_cert,false}]}
> ]}
> ].

In ssl_options you need to point to your cert files as described here:

http://www.rabbitmq.com/ssl.html#enabling-ssl

Cheers, Simon

-- 
Simon MacMullen
RabbitMQ, VMware


More information about the rabbitmq-discuss mailing list