Open radik opened 9 years ago
Hey, they've just recently added ssl support to amqp-coffee. I'll create a test release using that version, if you'd like to test it out.
On Fri, 18 Sep 2015 12:35 am Radik Fattakhov notifications@github.com wrote:
Is there any way to specify ssl options for broker? Could not find any way to pass them.
— Reply to this email directly or view it on GitHub https://github.com/3stack-software/celery-shoot/issues/3.
Ok @radik
If you're using meteor, try out 3stack:celery-shoot@4.1.0-rc.0
, or with NPM install git://github.com/3stack-software/celery-shoot.git#amqp-coffee-ssl-support
Then use Client.connectWithUri("amqps://")
or specify a connection object as defined https://github.com/dropbox/amqp-coffee#new-amqp-coffeeconnectionoptionscallback
Thanks, @nathan-muir I'll try it on weekends
@nathan-muir tested it with meteor 1.1.0.2. It works for me. Thanks a lot. Could not share any code, but hopefully I will create some example soon.
Is there any way to specify ssl options for broker? Could not find any way to pass them.