[ https://issues.apache.org/jira/browse/PROTON-950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14652377#comment-14652377 ]
Andrew Stitcher commented on PROTON-950: ---------------------------------------- As to the first issue - it is possible that you didn't/can't set the property on the sasl object early enough, although this seems a little odd. The flag is examined when the SASL "Mechanisms" frame is received from the server end, at the point when the cyrus client structure is created. This should be well after the on_connection_bound event, although there may be a race going on here, if there is nothing to stop the client sending its SASL header before this setting happens. > SASL PLAIN over cleartext should be supported > --------------------------------------------- > > Key: PROTON-950 > URL: https://issues.apache.org/jira/browse/PROTON-950 > Project: Qpid Proton > Issue Type: Bug > Components: proton-c > Affects Versions: 0.10 > Reporter: Ted Ross > Assignee: Andrew Stitcher > Priority: Blocker > Fix For: 0.10 > > > In the current 0.10 alpha, if SASL PLAIN is selected, it will only work if > the connection is encrypted (using SSL). This is a surprising change of > behavior from earlier versions of Proton and it's arguable that a security > policy like that should be left to the application using the Proton library. -- This message was sent by Atlassian JIRA (v6.3.4#6332)