Re: How to set ssl_keyfile and ssl_certfile for python tools (to c++ broker) from the command line?

2013-04-10 Thread Ken Giusti
Hi D James, I'm pretty sure the ssl options were added to qpid-config _after_ 0.18. I think they first appeared in the 0.20 release. Does qpid-config --help list them? -K - Original Message - From: djames dpgja...@gmail.com To: users@qpid.apache.org Sent: Tuesday, April 9, 2013

Re: How to set ssl_keyfile and ssl_certfile for python tools (to c++ broker) from the command line?

2013-04-10 Thread Jakub Scholz
Hi Ken, I don't know about the Qpid 0.18 release, but he might be using MRG-M 2.3 which reports it self as Qpid 0.18 and contains the SSL support in qpid-config. Regards Jakub On Wed, Apr 10, 2013 at 5:07 PM, Ken Giusti kgiu...@redhat.com wrote: Hi D James, I'm pretty sure the ssl options

How to set ssl_keyfile and ssl_certfile for python tools (to c++ broker) from the command line?

2013-04-09 Thread djames
I have been trying to do this for a few days. My python is not very strong. I have been trying combinations and permutions of: qpid-config -b amqps://localhost , ssl_certfile=/path/to/certfile, ssl_keyfile=/path/to/keyfile --sasl-mechanism='EXTERNAL' I am currently using qpid 0.18. An example