[rabbitmq-discuss] 2.5.0 stomp ssl Windows 2008R2

Simon MacMullen simon at rabbitmq.com
Thu Jun 16 11:07:27 BST 2011


There aren't any common set of certificates, you need to generate your own.

There's a tutorial at:

http://www.rabbitmq.com/ssl.html#keys-and-certs

Cheers, Simon

On 15/06/11 18:30, Sam Domonkos wrote:
> Simon,
>
> Thanks, do you mind pointing me to the certificates from the tests.
>
> -Sam
>
> On 2011-06-15 11:11, Simon MacMullen wrote:
>> 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