Re: Client applications in Python with SSL EXTERNAL

2011-03-11 Thread Gordon Sim
On 03/11/2011 01:25 PM, Jakub Scholz wrote: I continued playing with the EXTERNAL authentication and I managed to modify the python library to get the EXTERNAL authentication working. I added the EXTERNAL authentication into the PlainClient class, method start in sasl.py file. This enabled the

Client applications in Python with SSL EXTERNAL

2011-03-10 Thread Jakub Scholz
Hi, I was trying to write a Python script using the Python client API version 0.8 and Python 2.7.1 (client under Windows, broker MRG 1.3 on RHEL). Normal scripts with PLAIN authentication and no SSL encryption seem to be working fine. But when I tried to connect using SSL, I got following error