On 08/08/16 17:37, Tobias Duckworth wrote:
Hi,
Quick question:
Is it straightforward to run a python broker that can accept amqps (SSL/TLS)
connections in qpid-proton 0.12.2?
I've tried with the broker.py example, but get the following client side
error on trying to connect to it:
connection open: error: gnutls_handshake() failed: A TLS packet with
unexpected length was received. in amqp.openconnection(url)
The specific error is probably coming from libcurl, which is handling the
socket and SSL/TLS, but I think the implication is that the python example
broker.py does not support secure connections out of the box?
You can specify amqp as the scheme for the --address options, e.g.
--address amqps://0.0.0.0:5671
However to actually set up a certificate with which to authenticate
itself to clients, the example would require some modification.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]