Hello All, I need to use a Python3 AMQP 1.0 API in order to access a Qpid C++ Broker. So I am going for the Proton API since the Qpid Python API is only usable with Python 2.
In the past I used the C++ Qpid API with SSL and it worked fine. There you just had to set three environment variables and it worked. Now I tested the Proton Python API based on examples like simple_send.py and simple_recv.py and it worked well (after installing the python3 bindings). For real life I need to use SSL. So I asked myself how to do it using the MessagingHandler. I found no example or documentation where you can see how to use it with SSL. Could anyone give me a hint or show an example program? Kind Regards, Andreas
