-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44591/
-----------------------------------------------------------
Review request for qpid and Gordon Sim.
Bugs: PROTON-1157
https://issues.apache.org/jira/browse/PROTON-1157
Repository: qpid-proton-git
Description
-------
If an 'amqps:' schemed URL was passed to proton reactor.py Container and no SSL
libraries are installed, the connection request would not fail. Rather it
would silently fall back to using an unencrypted connection.
Diffs
-----
proton-c/bindings/python/proton/reactor.py 207690e
Diff: https://reviews.apache.org/r/44591/diff/
Testing
-------
Forced the failure using the helloworld and broker scripts from the examples.
Thanks,
Kenneth Giusti