3stack-software / celery-shoot

Celery client for Node.js
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

SSL support #3

Open radik opened 9 years ago

radik commented 9 years ago

Is there any way to specify ssl options for broker? Could not find any way to pass them.

nathan-muir commented 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.

nathan-muir commented 9 years ago

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

radik commented 9 years ago

Thanks, @nathan-muir I'll try it on weekends

radik commented 8 years ago

@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.