[ https://issues.apache.org/jira/browse/PROTON-939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14619283#comment-14619283 ]
ASF subversion and git services commented on PROTON-939: -------------------------------------------------------- Commit e86cd22fc724add9e18f6150604ecd666ff4a4c9 in qpid-proton's branch refs/heads/master from [~kgiusti] [ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=e86cd22 ] PROTON-939: allow pn_ssl_set_peer_hostname to override connection's hostname > [SSL] Regression: binding a transport erases the configured peer name > --------------------------------------------------------------------- > > Key: PROTON-939 > URL: https://issues.apache.org/jira/browse/PROTON-939 > Project: Qpid Proton > Issue Type: Bug > Components: proton-c > Affects Versions: 0.10 > Reporter: Ken Giusti > Assignee: Ken Giusti > Priority: Blocker > Fix For: 0.10 > > > If the SSL instance is configured _before_ binding, and no hostname has been > configured for the connection to be bound, the peer hostname as configured on > the SSL object is reset (no hostname set). > To be compatible with the previous releases of proton, > pn_ssl_set_peer_hostname() should take precedence over the hostname > configured for the connection. e.g. the connection's hostname should be used > by default, unless a hostname has been explicitly set via > pn_ssl_set_peer_hostname(). > -- This message was sent by Atlassian JIRA (v6.3.4#6332)