Ken Giusti created PROTON-1157: ---------------------------------- Summary: Reactor sends messages in the clear if ssl is requested by not available. Key: PROTON-1157 URL: https://issues.apache.org/jira/browse/PROTON-1157 Project: Qpid Proton Issue Type: Bug Components: python-binding Affects Versions: 0.12.0 Reporter: Ken Giusti Priority: Blocker Fix For: 0.13.0
See https://github.com/apache/qpid-proton/blob/master/proton-c/bindings/python/proton/reactor.py#L529 If 'amqps:' is specified and the SSL libraries are not available the client will use an unsecured connection instead. This is done silently so the user is not aware of the security violation. -- This message was sent by Atlassian JIRA (v6.3.4#6332)