Comment 1 for bug 790900

Revision history for this message
Chris Behrens (cbehrens) wrote :

Josh: This one is easy. Just add a rabbit_use_ssl boolean flag defaulting to False. Then where rabbit_host, etc is passed in Connection(), you'll add a: ssl=FLAGS.rabbit_use_ssl to the params dict or whatever.